Skip to content

Commit

Permalink
move to base and optimism dedicated rpcs (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Sep 9, 2023
1 parent adfd22c commit 9228c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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 9228c58

Please sign in to comment.