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.
|
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const localhost = /*#__PURE__*/ defineChain({
|
|
id: 1_337,
|
|
name: 'Localhost',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Ether',
|
|
symbol: 'ETH',
|
|
},
|
|
rpcUrls: {
|
|
default: { http: ['http://127.0.0.1:8545'] },
|
|
},
|
|
})
|