Skip to content

Commit

Permalink
feat: token
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 23, 2024
1 parent 3d068df commit 1e403d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ape_bsc/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class BSCConfig(BaseEthereumConfig):


class BSC(Ethereum):
fee_token_symbol = "BNB"

@property
def config(self) -> BSCConfig: # type: ignore[override]
return cast(BSCConfig, self.config_manager.get_config("bsc"))

0 comments on commit 1e403d0

Please sign in to comment.