viem
Version:
44 lines • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.zora = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
const chainConfig_js_1 = require("../opStack/chainConfig.js");
const sourceId = 1;
exports.zora = (0, defineChain_js_1.defineChain)({
...chainConfig_js_1.chainConfig,
id: 7777777,
name: 'Zora',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: {
http: ['https://rpc.zora.energy'],
webSocket: ['wss://rpc.zora.energy'],
},
},
blockExplorers: {
default: { name: 'Explorer', url: 'https://explorer.zora.energy' },
},
contracts: {
...chainConfig_js_1.chainConfig.contracts,
l2OutputOracle: {
[sourceId]: {
address: '0x9E6204F750cD866b299594e2aC9eA824E2e5f95c',
},
},
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 5882,
},
portal: {
[sourceId]: {
address: '0x1a0ad011913A150f69f6A19DF447A0CfD9551054',
},
},
},
sourceId,
});
//# sourceMappingURL=zora.js.map