opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
33 lines • 876 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.xdc = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.xdc = (0, defineChain_js_1.defineChain)({
id: 50,
name: 'XinFin Network',
nativeCurrency: {
decimals: 18,
name: 'XDC',
symbol: 'XDC',
},
rpcUrls: {
default: { http: ['https://rpc.xinfin.network'] },
},
blockExplorers: {
xinfin: {
name: 'XinFin',
url: 'https://explorer.xinfin.network',
},
default: {
name: 'Blocksscan',
url: 'https://xdc.blocksscan.io',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 71542788,
},
},
});
//# sourceMappingURL=xdc.js.map
;