UNPKG

viem

Version:

TypeScript Interface for Ethereum

26 lines 669 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const guruTestnet = /*#__PURE__*/ defineChain({ id: 261, name: 'Guru Network Testnet', nativeCurrency: { name: 'tGURU Token', symbol: 'tGURU', decimals: 18, }, rpcUrls: { default: { http: [ 'https://rpc-test.gurunetwork.ai', 'https://rpc.gurunetwork.ai/archive/261', ], }, }, blockExplorers: { default: { name: 'Guruscan', url: 'https://sepolia.gurunetwork.ai', }, }, testnet: true, }); //# sourceMappingURL=guruTestnet.js.map