viem
Version:
27 lines (25 loc) • 543 B
text/typescript
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,
})