feat(wallet): add default rpc and EVM execution tools (#1964)

This commit is contained in:
Steven Enamakel
2026-05-16 15:12:09 -07:00
committed by GitHub
parent 32d09e7877
commit 40a384ed65
26 changed files with 3581 additions and 346 deletions
+16
View File
@@ -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
# ---------------------------------------------------------------------------