UNPKG

rubic-sdk

Version:
25 lines 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultFraxtalProviderConfiguration = 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 defaultFraxtalRoutingProvidersAddresses = [ wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.FRAXTAL].address, // wfrxETH '0xFc00000000000000000000000000000000000001', // FRAX '0xfc00000000000000000000000000000000000005', // sfrxETH '0xfc00000000000000000000000000000000000002', // FXS '0xfc00000000000000000000000000000000000008', // sFRAX '0xfc00000000000000000000000000000000000007', // frxBTC '0xfc00000000000000000000000000000000000003', // FPI '0xfc00000000000000000000000000000000000004', // FPIS '0x2416092f143378750bb29b79eD961ab195CcEea5', // ezETH '0x4d15EA9C2573ADDAeD814e48C148b5262694646A', // USDT '0xDcc0F2D8F90FDe85b10aC1c8Ab57dc0AE946A543' // USDC ]; const defaultFraxtalWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.FRAXTAL].address; exports.defaultFraxtalProviderConfiguration = { maxTransitTokens: 2, routingProvidersAddresses: defaultFraxtalRoutingProvidersAddresses, wethAddress: defaultFraxtalWethAddress }; //# sourceMappingURL=default-constants.js.map