Skip to content

Commit

Permalink
feat: updates token symbol from MATIC to POL (#31)
Browse files Browse the repository at this point in the history
* feat: updates token symbol from MATIC to POL

* fix: pydantic bug

* fix: bumps typing_extensions

* fix: removes pins

---------

Co-authored-by: slush <[email protected]>
  • Loading branch information
bitwise-constructs and bitwise-constructs authored Sep 10, 2024
1 parent 945142d commit b3d5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_polygon/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PolygonConfig(BaseEthereumConfig):


class Polygon(Ethereum):
fee_token_symbol: str = "MATIC"
fee_token_symbol: str = "POL"

@property
def config(self) -> PolygonConfig: # type: ignore[override]
Expand Down

0 comments on commit b3d5d2d

Please sign in to comment.