viem
Version:
25 lines • 629 B
JavaScript
;
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