UNPKG

rubic-sdk

Version:
21 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultFantomProviderConfiguration = void 0; const wrapped_native_tokens_1 = require("../../../../../../common/tokens/constants/wrapped-native-tokens"); const blockchain_name_1 = require("../../../../../../core/blockchain/models/blockchain-name"); const defaultFantomRoutingProvidersAddresses = [ wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.FANTOM].address, // wFTM '0x5cc61a78f164885776aa610fb0fe1257df78e59b', // SPIRIT '0x04068da6c83afcfa0e13ba15a6696662335d5b75', // USDC '0x049d68029688eAbF473097a2fC38ef61633A3C7A', // fUSDT '0x82f0b8b456c1a451378467398982d4834b6829c1', // MIM '0x321162Cd933E2Be498Cd2267a90534A804051b11', // wBTC '0x74b23882a30290451a17c44f4f05243b6b58c76d' // wETH ]; const defaultFantomWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.FANTOM].address; exports.defaultFantomProviderConfiguration = { maxTransitTokens: 2, routingProvidersAddresses: defaultFantomRoutingProvidersAddresses, wethAddress: defaultFantomWethAddress }; //# sourceMappingURL=default-constants.js.map