Skip to content

Commit

Permalink
Update network.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesigh-3100 committed Apr 11, 2024
1 parent a51c14c commit ec6a4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/config/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ class _ConfigNetworkMantle(ConfigNetwork):
# WRAPPED_GAS_TOKEN_KEY = "WETH-0006"
# STABLECOIN_KEY = "USDC-2913"

NATIVE_GAS_TOKEN_ADDRESS = "0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000"
NATIVE_GAS_TOKEN_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
WRAPPED_GAS_TOKEN_ADDRESS = "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8"
NATIVE_GAS_TOKEN_SYMBOL = "MNT"
WRAPPED_GAS_TOKEN_SYMBOL = "WMNT"
Expand Down

0 comments on commit ec6a4b3

Please sign in to comment.