rubic-sdk
Version:
Simplify dApp creation
19 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultGravityProviderConfiguration = 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 defaultGravityRoutingProvidersAddresses = [
wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.GRAVITY].address, // WG
'0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6', // USDC
'0x816e810f9f787d669fb71932deabf6c83781cd48', // USDT
'0x729ed87bbe7b7e4b7f09bcb9c668580818d98bb9', // WBTC
'0xf6f832466cd6c21967e0d954109403f36bc8ceaa' // WETH
];
const defaultGravityWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.GRAVITY].address;
exports.defaultGravityProviderConfiguration = {
maxTransitTokens: 1,
routingProvidersAddresses: defaultGravityRoutingProvidersAddresses,
wethAddress: defaultGravityWethAddress
};
//# sourceMappingURL=default-constants.js.map