ChainMetadata
explorer objectnullablerequired
Block explorer configuration for this chain.
namestringnullable
Display name of the block explorer.
Example:
Etherscanurlstringnullable
Base URL of the block explorer for this chain.
Example:
https://etherscan.iotxPathstringnullable
URL prefix for transaction pages on the block explorer.
Example:
https://etherscan.io/txaddressPathstringnullable
URL prefix for address pages on the block explorer.
Example:
https://etherscan.io/addresstokenPathstringnullable
URL prefix for token pages on the block explorer.
Example:
https://etherscan.io/tokennativeCurrency objectnullablerequired
Native currency of the blockchain network.
namestringnullable
Full name of the native currency.
Example:
Ethersymbolstringnullable
Ticker symbol of the native currency.
Example:
ETHdecimalsintegernullable
Decimal precision of the native currency.
Example:
18JSON
ChainMetadata
{
"explorer": {
"name": "Etherscan",
"url": "https://etherscan.io",
"txPath": "https://etherscan.io/tx",
"addressPath": "https://etherscan.io/address",
"tokenPath": "https://etherscan.io/token"
},
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
}
}