diff --git a/shared/constants/swaps.js b/shared/constants/swaps.js index 007fdb61821b..6dd6dc1bf3a0 100644 --- a/shared/constants/swaps.js +++ b/shared/constants/swaps.js @@ -41,7 +41,7 @@ const MAINNET_CONTRACT_ADDRESS = '0x881d40237659c251811cec9c364ef91dc08d300c'; const TESTNET_CONTRACT_ADDRESS = '0x881d40237659c251811cec9c364ef91dc08d300c'; -const BSC_CONTRACT_ADDRESS = '0x1a1ec25DC08e98e5E93F1104B5e5cdD298707d31'; +const BSC_CONTRACT_ADDRESS = '0x1a1ec25dc08e98e5e93f1104b5e5cdd298707d31'; const METASWAP_ETH_API_HOST = 'https://api.metaswap.codefi.network';