Chain

id
string
required
slug
string
required
Example:
ethereum
name
string
required
Example:
Ethereum
logo
string
required
Example:
https://raw.githubusercontent.com/swing-xyz/assets/master/blockchains/ethereum/info/logo.png
type
required
Allowed values:
evmibcsolanamultiversxbitcointon
singleChainSwap
boolean
required

Single chain swapping is supported for this chain.

singleChainStaking
boolean
required

Single chain staking is supported for this chain.

nativeToken
Token
symbol
string
required
Example:
ETH
address
string
required
Example:
0x000000000000000
logo
string
required
Example:
https://raw.githubusercontent.com/swing-xyz/assets/master/blockchains/ethereum/assets/0x0000000000000000000000000000000000000000/logo.png
decimals
number
required
Example:
18
chain
string
required
Example:
ethereum
txExplorer
string

URL template to transaction details.

Example:
https://etherscan.io/tx/{txHash}
tokenExplorer
string

URL template to token details.

Example:
https://etherscan.io/tokens/{address}
rpcUrl
string

URL template to RPC endpoint.

Example:
https://eth-mainnet.g.alchemy.com/v2/xxx
Example
preparing...