viem
Version:
26 lines • 669 B
JavaScript
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