UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 615 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const kakarotStarknetSepolia = /*#__PURE__*/ defineChain({ id: 920637907288165, name: 'Kakarot Starknet 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=kakarotStarknetSepolia.js.map