Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ BNB_HTTP_URL=https://bsc-rpc.publicnode.com
# When set, the CLI will sign, simulate via eth_call, and only then
# enqueue — see `CLAUDE.md` safety invariants.
#CHARON_SIGNER_KEY=0x...

# Private-RPC endpoint used by the submitter to bypass the public
# mempool. MUST be https:// or wss:// — plaintext schemes are
# rejected at connect time. bloxroute and blocknative both issue
# URLs of the form `https://<region>.<vendor>/?auth=<API_KEY>`;
# either format works. Leave unset on testnet/dev runs that set
# `allow_public_mempool = true` in config/default.toml.
CHARON_BSC_PRIVATE_RPC_URL=

# Optional bearer token attached as `Authorization: Bearer <token>`
# to every private-RPC request. Leave empty if the vendor embeds the
# API key in the URL instead of using a header.
CHARON_BSC_PRIVATE_RPC_AUTH=
Loading