@dahlia-labs/celo-contrib
Version:
Dahlia Labs Celo helpers.
10 lines • 446 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Multicall = void 0;
const network_1 = require("./network");
exports.Multicall = {
[network_1.ChainId.Mainnet]: "0x7b4a79f847267c9370d29Ea74dc4d9D9Cff45942",
[network_1.ChainId.Alfajores]: "0x9542dEDe04a20a0f7bC192Ed3aa20CA7eE7772Fd",
[network_1.ChainId.Baklava]: "0x9aac9048fC8139667D6a2597B902865bfdc225d3",
};
//# sourceMappingURL=multicall.js.map