viem
Version:
29 lines • 876 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.jbcTestnet = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.jbcTestnet = (0, defineChain_js_1.defineChain)({
id: 88991,
name: 'Jibchain Testnet',
nativeCurrency: { name: 'tJBC', symbol: 'tJBC', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.testnet.jibchain.net'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://exp.testnet.jibchain.net',
apiUrl: 'https://exp.testnet.jibchain.net/api',
},
},
contracts: {
multicall3: {
address: '0xa1a858ad9041B4741e620355a3F96B3c78e70ecE',
blockCreated: 32848,
},
},
testnet: true,
});
//# sourceMappingURL=jbcTestnet.js.map
;