UNPKG

rubic-sdk

Version:
18 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultEthereumProviderConfiguration = 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 defaultEthereumRoutingProvidersAddresses = [ wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.ETHEREUM].address, // WETH '0xdac17f958d2ee523a2206206994597c13d831ec7', // USDT '0x6b175474e89094c44da98b954eedeac495271d0f', // DAI '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' // USDC ]; const defaultEthereumWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.ETHEREUM].address; exports.defaultEthereumProviderConfiguration = { maxTransitTokens: 1, routingProvidersAddresses: defaultEthereumRoutingProvidersAddresses, wethAddress: defaultEthereumWethAddress }; //# sourceMappingURL=default-constants.js.map