Skip to content

Commit

Permalink
move to base and optimism dedicated rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Sep 8, 2023
1 parent e6038b8 commit 5a790a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ goerli = "https://eth-goerli.g.alchemy.com/v2/${ALCHEMY_KEY}"
# for optimism, since we are just using this for deployment/fork testing,
# we can use these since they're lower volume.

optimism = "https://mainnet.optimism.io"
optimism_goerli = "https://goerli.optimism.io"
optimism = "https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
optimism_goerli = "https://opt-goerli.g.alchemy.com/v2/${ALCHEMY_KEY}"

zora = "https://rpc.zora.energy"
zora_goerli = "https://testnet.rpc.zora.energy"

base = "https://developer-access-mainnet.base.org"
base_goerli = "https://goerli.base.org"
base = "https://base-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
base_goerli = "https://base-goerli.g.alchemy.com/v2/${ALCHEMY_KEY}"
pgn = "https://rpc.publicgoods.network"
pgn_sepolia = "https://sepolia.publicgoods.network"

0 comments on commit 5a790a6

Please sign in to comment.