Skip to content

Commit

Permalink
fix: swap optimism testnet from kovan to goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jan 29, 2024
1 parent 53d1ce0 commit 9f7e573
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ live:
host: https://optimism-mainnet.infura.io/v3/$WEB3_INFURA_PROJECT_ID
explorer: https://api-optimistic.etherscan.io/api
multicall2: "0x2DC0E2aa608532Da689e89e237dF582B783E552C"
- name: Kovan
chainid: 69
- name: Goerli
chainid: 420
id: optimism-test
host: https://kovan.optimism.io
explorer: https://api-kovan-optimistic.etherscan.io/api
host: https://goerli.optimism.io
explorer: https://api-goerli-optimism.etherscan.io/api
multicall2: "0x2DC0E2aa608532Da689e89e237dF582B783E552C"
- name: Polygon
networks:
Expand Down Expand Up @@ -378,4 +378,4 @@ development:
accounts: 10
evm_version: istanbul
mnemonic: brownie
fork: base-main
fork: base-main

0 comments on commit 9f7e573

Please sign in to comment.