Skip to content

Commit

Permalink
fix: incorrect network names
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Mar 30, 2022
1 parent 167d6a6 commit c68e587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ape_polygon/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

NETWORKS = {
# chain_id, network_id
"opera": (137, 137),
"testnet": (80001, 80001),
"mainnet": (137, 137),
"mumbai": (80001, 80001),
}


Expand Down

0 comments on commit c68e587

Please sign in to comment.