Skip to content

Commit

Permalink
Add mainnet to config
Browse files Browse the repository at this point in the history
  • Loading branch information
theref committed Dec 22, 2023
1 parent 463e922 commit 8f5cc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ape_scroll/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
NETWORKS = {
# chain_id, network_id
"testnet": (534353, 534353),
"mainnet": (534352, 534352),
}


Expand Down

0 comments on commit 8f5cc8d

Please sign in to comment.