UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 500 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, })