Skip to content

Commit

Permalink
Merge pull request #541 from bancorprotocol/fix-native-token-address-…
Browse files Browse the repository at this point in the history
…mantle

Hotfix - Fix native token address for Mantle
  • Loading branch information
zavelevsky authored Apr 11, 2024
2 parents a51c14c + ec6a4b3 commit 01f6bcd
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 01f6bcd

Please sign in to comment.