Skip to content

const localhost: object

Defined in: src/chains/localhost.ts:3

id: 1337

ID in number form

name: "Localhost"

Human-readable name

nativeCurrency: object

Currency used by chain

readonly decimals: 18 = 18

readonly name: "Ether" = "Ether"

readonly symbol: "ETH" = "ETH"

rpcUrls: object

Collection of RPC endpoints

readonly default: object

readonly http: readonly ["http://127.0.0.1:8545"]