viem
Version:
23 lines • 585 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const kakarotSepolia = /*#__PURE__*/ defineChain({
id: 1802203764,
name: 'Kakarot Sepolia',
nativeCurrency: {
name: 'Ether',
symbol: 'ETH',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://sepolia-rpc.kakarot.org'],
},
},
blockExplorers: {
default: {
name: 'Kakarot Scan',
url: 'https://sepolia.kakarotscan.org',
},
},
testnet: true,
});
//# sourceMappingURL=kakarotSepolia.js.map