viem
Version:
24 lines (22 loc) • 485 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const loop = /*#__PURE__*/ defineChain({
id: 15551,
name: 'LoopNetwork Mainnet',
nativeCurrency: {
name: 'LOOP',
symbol: 'LOOP',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://api.mainnetloop.com'],
},
},
blockExplorers: {
default: {
name: 'LoopNetwork Blockchain Explorer',
url: 'https://explorer.mainnetloop.com/',
},
},
testnet: false,
})