rubic-sdk
Version:
Simplify dApp creation
20 lines • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultBitlayerProviderConfiguration = 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 defaulBitlayerWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.BITLAYER].address;
const defaultBitlayerRoutingProvidersAddresses = [
defaulBitlayerWethAddress, // WBTC
'0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3', // stBTC
'0xfe9f969faf8ad72a83b761138bf25de87eff9dd2', // USDT
'0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2', // ETH
'0x9827431e8b77e87c9894bd50b055d6be56be0030', // USDC
'0x2729868df87d062020e4a4867ff507fb52ee697c' // CBD
];
exports.defaultBitlayerProviderConfiguration = {
maxTransitTokens: 2,
routingProvidersAddresses: defaultBitlayerRoutingProvidersAddresses,
wethAddress: defaulBitlayerWethAddress
};
//# sourceMappingURL=default-constants.js.map