@cryptoalgebra/alm-sdk
Version:
Algebra ALM SDK
35 lines • 1.61 kB
JavaScript
;
var _a, _b, _c, _d, _e, _f, _g;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MULTICALL_ADDRESSES = exports.addressConfig = exports.VAULT_DEPOSIT_GUARD = void 0;
var types_1 = require("../types");
var DEFAULT_VAULT_DEPLOYER = '0x00009cc27c811a3e0FdD2Fd737afCc721B67eE8e';
// externally
exports.VAULT_DEPOSIT_GUARD = (_a = {},
_a[types_1.SupportedChainId.Base] = (_b = {},
_b[types_1.SupportedDex.CLAMM] = '0x1e18b4a180b13520bD202e571cD9dFE0A545Cc85',
_b),
_a[types_1.SupportedChainId.BaseSepolia] = (_c = {},
_c[types_1.SupportedDex.CLAMM] = '0x6768D9cEC5e1C4f416685dBfCFa4F92E660dc129',
_c),
_a);
// internally
exports.addressConfig = (_d = {},
_d[types_1.SupportedChainId.Base] = (_e = {},
_e[types_1.SupportedDex.CLAMM] = {
depositGuardAddress: exports.VAULT_DEPOSIT_GUARD[types_1.SupportedChainId.Base][types_1.SupportedDex.CLAMM],
vaultDeployerAddress: DEFAULT_VAULT_DEPLOYER,
},
_e),
_d[types_1.SupportedChainId.BaseSepolia] = (_f = {},
_f[types_1.SupportedDex.CLAMM] = {
depositGuardAddress: exports.VAULT_DEPOSIT_GUARD[types_1.SupportedChainId.BaseSepolia][types_1.SupportedDex.CLAMM],
vaultDeployerAddress: DEFAULT_VAULT_DEPLOYER,
},
_f),
_d);
exports.MULTICALL_ADDRESSES = (_g = {},
_g[types_1.SupportedChainId.Base] = '0x091e99cb1C49331a94dD62755D168E941AbD0693',
_g[types_1.SupportedChainId.BaseSepolia] = '0xf08e7861984cb4d2ba8b69e3c4ae20443dfa3c31',
_g);
//# sourceMappingURL=addresses.js.map