Skip to content

Commit

Permalink
WMATIC -> WPOL migration
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Sep 26, 2024
1 parent 3006ae6 commit c7782cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/enzyme/test_polygon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def test_fetch_enzyme_on_polygon(
"""Fetch Enzyme deployment on Polygon."""
deployment = EnzymeDeployment.fetch_deployment(web3, POLYGON_DEPLOYMENT)
assert deployment.mln.functions.symbol().call() == "MLN"
assert deployment.weth.functions.symbol().call() == "WMATIC"
assert deployment.weth.functions.symbol().call() == "WPOL"

0 comments on commit c7782cb

Please sign in to comment.