# localhost

> `const` **localhost**: `object`

Defined in: [src/chains/localhost.ts:3](https://github.com/Arkiv-Network/arkiv-sdk-js/blob/9dd881b502454af6c7b7167106762d4ea0269389/src/chains/localhost.ts#L3)

## Type Declaration

### id

> **id**: `1337`

ID in number form

### name

> **name**: `"Localhost"`

Human-readable name

### nativeCurrency

> **nativeCurrency**: `object`

Currency used by chain

#### nativeCurrency.decimals

> `readonly` **decimals**: `18` = `18`

#### nativeCurrency.name

> `readonly` **name**: `"Ether"` = `"Ether"`

#### nativeCurrency.symbol

> `readonly` **symbol**: `"ETH"` = `"ETH"`

### rpcUrls

> **rpcUrls**: `object`

Collection of RPC endpoints

#### rpcUrls.default

> `readonly` **default**: `object`

#### rpcUrls.default.http

> `readonly` **http**: readonly \[`"http://127.0.0.1:8545"`\]