mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(wallet): add default rpc and EVM execution tools (#1964)
This commit is contained in:
@@ -154,6 +154,22 @@ OLLAMA_BIN=
|
||||
# [optional] Bot username for managed Telegram DM linking (default: openhuman_bot)
|
||||
OPENHUMAN_TELEGRAM_BOT_USERNAME=openhuman_bot
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Wallet RPC overrides
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] Wallet chain RPC URLs. When unset, core falls back to built-in
|
||||
# public mainnet defaults:
|
||||
# EVM -> https://ethereum-rpc.publicnode.com
|
||||
# BTC -> https://blockstream.info/api
|
||||
# Solana -> https://api.mainnet-beta.solana.com
|
||||
# Tron -> https://api.trongrid.io
|
||||
# Override these when you want a private/provisioned RPC, a staging fork, or
|
||||
# a deterministic local chain during tests.
|
||||
# OPENHUMAN_WALLET_RPC_EVM=
|
||||
# OPENHUMAN_WALLET_RPC_BTC=
|
||||
# OPENHUMAN_WALLET_RPC_SOLANA=
|
||||
# OPENHUMAN_WALLET_RPC_TRON=
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Skills
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user