rubic-sdk
Version:
Simplify dApp creation
25 lines • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultFlareProviderConfiguration = 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 defaultFantomRoutingProvidersAddresses = [
wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.FLARE].address, // WFLR
'0x0b38e83b86d491735feaa0a791f65c2b99535396', // USDT
'0xfbda5f676cb37624f28265a144a48b0d6e87d3b6', // USDC.e
'0xe6505f92583103af7ed9974dec451a7af4e3a3be', // JOULE
'0x12e605bc104e93b45e1ad99f9e555f659051c2bb', // sFLR
'0xb5010d5eb31aa8776b52c7394b76d6d627501c73', // PFL
'0x90e157a979074f9f2fe8b124ba08e6f72dc812fc', // GFLR
'0x96b41289d90444b8add57e6f265db5ae8651df29', // eUSDT
'0x932e691aa8c8306c4bb0b19f3f00a284371be8ba', // PHIL
'0x4a771cc1a39fdd8aa08b8ea51f7fd412e73b3d2b', // USDX
'0x22757fb83836e3f9f0f353126cacd3b1dc82a387' // FLX
];
const defaultFlareWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.FLARE].address;
exports.defaultFlareProviderConfiguration = {
maxTransitTokens: 2,
routingProvidersAddresses: defaultFantomRoutingProvidersAddresses,
wethAddress: defaultFlareWethAddress
};
//# sourceMappingURL=default-constants.js.map