rubic-sdk
Version:
Simplify dApp creation
20 lines • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BULBASWAP_PROVIDER_CONFIGURATION = exports.BULBASWAP_CONTRACT_ADDRESS = void 0;
const wrapped_addresses_1 = require("../../../../../../../common/tokens/constants/wrapped-addresses");
const blockchain_name_1 = require("../../../../../../../core/blockchain/models/blockchain-name");
const default_constants_1 = require("../../moonriver/default-constants");
exports.BULBASWAP_CONTRACT_ADDRESS = '0x81606E6f8aAD6C75c2f383Ea595c2b9f8ce8aE3a';
const routingProvidersAddresses = [
wrapped_addresses_1.wrappedAddress[blockchain_name_1.BLOCKCHAIN_NAME.MORPH], // WETH
'0xc7D67A9cBB121b3b0b9c053DD9f469523243379A', // USDT
'0xe34c91815d7fc18A9e2148bcD4241d0a5848b693', // USDC
'0xef8A24599229D002B28bA2F5C0eBdD3c0EFFbed4', // DAI
'0x803DcE4D3f4Ae2e17AF6C51343040dEe320C149D' // WBTC
];
exports.BULBASWAP_PROVIDER_CONFIGURATION = {
...default_constants_1.defaultMoonriverProviderConfiguration,
routingProvidersAddresses,
wethAddress: wrapped_addresses_1.wrappedAddress[blockchain_name_1.BLOCKCHAIN_NAME.MORPH]
};
//# sourceMappingURL=constants.js.map