Skip to content

Commit

Permalink
add(constants): wrapped gas coin
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBasically committed Aug 29, 2023
1 parent 863360e commit ebda764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yearn/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Network.Arbitrum: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
Network.Gnosis: "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
Network.Optimism: "0x4200000000000000000000000000000000000006",
Network.Base: "0x4200000000000000000000000000000000000006",
}.get(chain.id, None)

YEARN_ADDRESSES_PROVIDER = "0x9be19Ee7Bc4099D62737a7255f5c227fBcd6dB93"
Expand Down

0 comments on commit ebda764

Please sign in to comment.