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
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copy to `.env` (gitignored) to run the fork tests locally.
#
# `RainDeployVerifyChain` forks every network in
# `LibRainDeploy.supportedNetworks()`, so every `[rpc_endpoints]` alias in
# `foundry.toml` has to resolve — not just the one for the network under test.
#
# These are public endpoints and they rate-limit. CI holds its own.
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
BASE_RPC_URL=https://mainnet.base.org
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
FLARE_RPC_URL=https://flare-api.flare.network/ext/C/rpc
POLYGON_RPC_URL=https://polygon-bor-rpc.publicnode.com
2 changes: 2 additions & 0 deletions .soldeerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
.audit
.claude
.coderabbitai.yaml
.env.example
.git
.github
.gitignore
Expand Down
Loading
Loading