Skip to content

Commit

Permalink
fix: more lowercases
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 15, 2024
1 parent d618dec commit 0ebfd49
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 @@ -30,8 +30,8 @@ class BSCConfig(BaseEthereumConfig):
testnet: NetworkConfig = _create_config()

# opBNB is really fast, hence the low block time.
opBNB: NetworkConfig = _create_config(block_time=1)
opBNB_testnet: NetworkConfig = _create_config(block_time=1)
opbnb: NetworkConfig = _create_config(block_time=1)
opbnb_testnet: NetworkConfig = _create_config(block_time=1)


class BSC(Ethereum):
Expand Down

0 comments on commit 0ebfd49

Please sign in to comment.