@somnia-chain/markets-sdk / chains / BridgeToken
Variable: BridgeToken
constBridgeToken:object
Defined in: packages/sdk/src/chains/bridge/types.ts:31
The tokens with a live warp route, by symbol.
BridgeToken.WBTC is the value; BridgeToken is also the type of every such
value. Adding a token is a registry change, not a code change.
Example (Naming a bridge token)
import { BridgeToken } from "@somnia-chain/markets-sdk/chains";
const symbol: BridgeToken = BridgeToken.WBTC; // "WBTC"
Type Declaration
STT
readonlySTT:"STT"="STT"
Native gas coin of every Somnia network. Native on BOTH sides of its route.
USDso
readonlyUSDso:"USDso"="USDso"
Somnia USD test stable, 18 decimals.
WBTC
readonlyWBTC:"WBTC"="WBTC"
Wrapped Bitcoin — 8 decimals, on the canonical token AND the synthetic.
WETH
readonlyWETH:"WETH"="WETH"
Wrapped ETH, 18 decimals.
HBTT
readonlyHBTT:"HBTT"="HBTT"
Hyperlane Bridge Test Token — a throwaway used to verify the lane.