UNPKG

rubic-sdk

Version:
17 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultBerachainTestnetProviderConfiguration = 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 defaultBerachainTestnetRoutingProvidersAddresses = [ wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.BERACHAIN].address, // WBERA '0x7eeca4205ff31f947edbd49195a7a88e6a91161b', // HONEY '0x6581e59a1c8da66ed0d313a0d4029dce2f746cc5' // USDC ]; const defaultBerachainTestnetWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.BERACHAIN].address; exports.defaultBerachainTestnetProviderConfiguration = { maxTransitTokens: 1, routingProvidersAddresses: defaultBerachainTestnetRoutingProvidersAddresses, wethAddress: defaultBerachainTestnetWethAddress }; //# sourceMappingURL=default-constants.js.map