viem
Version:
25 lines • 713 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.icbNetwork = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.icbNetwork = (0, defineChain_js_1.defineChain)({
id: 73115,
name: 'ICB Network',
nativeCurrency: {
decimals: 18,
name: 'ICB Native Token',
symbol: 'ICBX',
},
rpcUrls: {
default: { http: ['https://rpc1-mainnet.icbnetwork.info'] },
},
blockExplorers: {
default: {
name: 'ICB Explorer',
url: 'https://icbscan.io',
apiUrl: 'https://icbscan.io/api',
},
},
testnet: false,
});
//# sourceMappingURL=icbNetwork.js.map