UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines 629 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xgr = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.xgr = (0, defineChain_js_1.defineChain)({ id: 1643, name: 'XGR Mainnet', nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18, }, rpcUrls: { default: { http: ['https://rpc.xgr.network'], }, }, blockExplorers: { default: { name: 'XGR Explorer', url: 'https://explorer.xgr.network', }, }, }); //# sourceMappingURL=xgr.js.map