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
6 changes: 6 additions & 0 deletions examples/arbitrum-london/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ ANTHROPIC_API_KEY=sk-ant-...
# -- Arbitrum Sepolia (Scenario A) --
ARB_SEPOLIA_RPC_URL=https://sepolia-rollup.arbitrum.io/rpc
ARBISCAN_API_KEY=
# Client-side RPC for the in-browser sequencer-fee preview. The public default
# RPC returns empty data for the NodeInterface precompile on browser-origin
# requests, so the fee row hides without this. Point it at a dedicated RPC
# (e.g. Alchemy: https://arb-sepolia.g.alchemy.com/v2/KEY). Use a
# domain-restricted key for deployed demos - NEXT_PUBLIC_ ships to the client.
NEXT_PUBLIC_ARB_SEPOLIA_RPC_URL=

# -- Robinhood Chain testnet, chainId 46630 (Scenario C) --
ROBINHOOD_TESTNET_RPC_URL=https://testnet.rpc.chain.robinhood.com
Expand Down
Binary file added examples/arbitrum-london/app/favicon.ico
Binary file not shown.
Loading
Loading