Skip to content

Commit

Permalink
chore(deps): update foundry.toml config
Browse files Browse the repository at this point in the history
add mainnet RPC endpoint and etherscan key for consistency and deployment purposes.
  • Loading branch information
nekofar committed Aug 12, 2024
1 parent 820b2a5 commit 5477992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ tab_width = 2
bracket_spacing = true

[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
sepolia = "${SEPOLIA_RPC_URL}"

[etherscan]
mainnet = { key = "${ETHERSCAN_API_KEY}" }
sepolia = { key = "${ETHERSCAN_API_KEY}" }

0 comments on commit 5477992

Please sign in to comment.