Skip to content

Commit

Permalink
build: allow other mainnet RPCs instead of alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Mar 18, 2024
1 parent 8eb63c4 commit 4487876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export API_KEY_ALCHEMY="YOUR_API_KEY_ALCHEMY"
export FOUNDRY_PROFILE="default"
export RPC_URL_MAINNET="YOUR_RPC_URL_MAINNET"
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

[rpc_endpoints]
localhost = "http://localhost:8545"
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${API_KEY_ALCHEMY}"
mainnet = "${RPC_URL_MAINNET}"

0 comments on commit 4487876

Please sign in to comment.