UNPKG

@molecularlabs/nucleus-frontend

Version:
137 lines 3.35 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var chains_exports = {}; __export(chains_exports, { boba: () => import_chains.boba, form: () => form, mainnet: () => import_chains.mainnet, plume: () => plume, rari: () => rari, sei: () => import_chains.sei, swell: () => swell }); module.exports = __toCommonJS(chains_exports); var import_viem = require("viem"); var import_chains = require("viem/chains"); const form = (0, import_viem.defineChain)({ id: 478, name: "Form Network", nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 }, rpcUrls: { default: { http: ["https://rpc.form.network/http"], webSocket: ["wss://rpc.form.network/ws"] } }, blockExplorers: { default: { name: "Form Network Explorer", url: "https://explorer.form.network/" } }, contracts: { multicall3: { address: "0xcA11bde05977b3631167028862bE2a173976CA11" } } }); const swell = (0, import_viem.defineChain)({ id: 1923, name: "Swell Mainnet", nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18 }, rpcUrls: { default: { http: ["https://rpc.ankr.com/swell"], webSocket: ["wss://rpc.ankr.com/swell/ws"] } }, blockExplorers: { default: { name: "Swell Chain Explorer", url: "https://explorer.swellnetwork.io/" } }, contracts: { multicall3: { address: "0xcA11bde05977b3631167028862bE2a173976CA11", blockCreated: 32 } } }); const rari = (0, import_viem.defineChain)({ id: 1380012617, name: "Rari Chain", nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 }, rpcUrls: { default: { http: ["https://mainnet.rpc.rarichain.org/http"], webSocket: ["wss://mainnet.rpc.rarichain.org/ws"] } }, blockExplorers: { default: { name: "Rari Explorer", url: "https://mainnet.explorer.rarichain.org" } }, contracts: { multicall3: { address: "0x3F5Fc48153f8aDd3E429F0c84fA6FEd5c58657Dc" } } }); const plume = (0, import_viem.defineChain)({ id: 98866, name: "Plume Mainnet", nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18 }, rpcUrls: { default: { http: ["https://phoenix-rpc.plumenetwork.xyz"] } }, blockExplorers: { default: { name: "Plume Mainnet Explorer", url: "https://phoenix-explorer.plumenetwork.xyz" } }, contracts: { multicall3: { address: "0xF9DA0EF6635F6134D9d1B7eAE025159D26ce5838", blockCreated: 1 } } }); //# sourceMappingURL=chains.js.map