You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
485 B
24 lines
485 B
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,
|
|
})
|