@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / chains / somniaElwood

Variable: somniaElwood

const somniaElwood: object

Defined in: packages/sdk/src/chains/definitions/somniaElwood.ts:14

Somnia testnet — Elwood (chain id 50313, network id 50313), the regenesis of the public testnet. Its own cluster, DNS zone and genesis; 100 ms blocks and STT as the native token, same as Shannon.

No public block explorer and no Multicall3 deployment are known for Elwood, so neither field is set — a multicall: true read against this chain falls back to individual eth_calls instead of pointing at an address that has no code.

Type Declaration

blockTime

blockTime: 100

Block time in milliseconds.

id

id: 50313

ID in number form

name

name: "Somnia Elwood Testnet"

Human-readable name

nativeCurrency

nativeCurrency: object

Currency used by chain

nativeCurrency.name

readonly name: "STT" = "STT"

nativeCurrency.symbol

readonly symbol: "STT" = "STT"

nativeCurrency.decimals

readonly decimals: 18 = 18

rpcUrls

rpcUrls: object

Collection of RPC endpoints

rpcUrls.default

readonly default: object

rpcUrls.default.http

readonly http: readonly ["https://api.elwood.infra.testnet.somnia.network"]

rpcUrls.default.webSocket

readonly webSocket: readonly ["wss://api.elwood.infra.testnet.somnia.network/ws"]

testnet

testnet: true

Flag for test networks