rubic-sdk
Version:
Simplify dApp creation
18 lines • 949 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultEthereumProviderConfiguration = void 0;
const tokens_1 = require("../../../../../../common/tokens");
const blockchain_name_1 = require("../../../../../../core/blockchain/models/blockchain-name");
const defaultEthereumRoutingProvidersAddresses = [
tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.ETHEREUM].address,
'0xdac17f958d2ee523a2206206994597c13d831ec7',
'0x6b175474e89094c44da98b954eedeac495271d0f',
'0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' // USDC
];
const defaultEthereumWethAddress = tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.ETHEREUM].address;
exports.defaultEthereumProviderConfiguration = {
maxTransitTokens: 1,
routingProvidersAddresses: defaultEthereumRoutingProvidersAddresses,
wethAddress: defaultEthereumWethAddress
};
//# sourceMappingURL=default-constants.js.map
;