Set the BSC_CONTRACT_ADDRESS to lowercase (#10800)

feature/default_network_editable
Dan J Miller 4 years ago committed by GitHub
parent 1e562e9976
commit f12f60a296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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';

Loading…
Cancel
Save