Skip to content

Commit

Permalink
feat: fee token symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 23, 2024
1 parent 43595d1 commit eb48319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ape_fantom/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class FantomConfig(PluginConfig):


class Fantom(Ethereum):
fee_token_symbol: str = "FTM"

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

0 comments on commit eb48319

Please sign in to comment.