viem
Version:
33 lines • 919 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.rootPorcini = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.rootPorcini = (0, defineChain_js_1.defineChain)({
id: 7672,
name: 'The Root Network - Porcini',
nativeCurrency: {
decimals: 18,
name: 'XRP',
symbol: 'XRP',
},
rpcUrls: {
default: {
http: ['https://porcini.rootnet.app/archive'],
webSocket: ['wss://porcini.rootnet.app/archive/ws'],
},
},
blockExplorers: {
default: {
name: 'Rootscan',
url: 'https://porcini.rootscan.io',
},
},
contracts: {
multicall3: {
address: '0xc9C2E2429AeC354916c476B30d729deDdC94988d',
blockCreated: 10555692,
},
},
testnet: true,
});
//# sourceMappingURL=rootPorcini.js.map
;