rubic-sdk
Version:
Simplify dApp creation
18 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultBlastProviderConfiguration = 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 defaultBlastRoutingProvidersAddresses = [
wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.BLAST].address, // WETH
'0xeb466342c4d449bc9f53a865d5cb90586f405215', // axlUSDC
'0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad', // axlWBTC
'0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692' // WBTC
];
const defaultBlastWethAddress = wrapped_native_tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.BLAST].address;
exports.defaultBlastProviderConfiguration = {
maxTransitTokens: 2,
routingProvidersAddresses: defaultBlastRoutingProvidersAddresses,
wethAddress: defaultBlastWethAddress
};
//# sourceMappingURL=default-constants.js.map