import { defineChain } from '../../utils/chain/defineChain.js'
export const cannon = defineChain({
id: 13_370,
name: 'Cannon',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['http://127.0.0.1:8545'] },
},
})