Skip to content

Commit

Permalink
fix: lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 15, 2024
1 parent 752b186 commit d618dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ape_bsc/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# chain_id, network_id
"mainnet": (56, 56),
"testnet": (97, 97),
"opBNB": (204, 204),
"opBNB-testnet": (5611, 5611),
"opbnb": (204, 204),
"opbnb-testnet": (5611, 5611),
}


Expand Down

0 comments on commit d618dec

Please sign in to comment.