Skip to main content
Version: v2

Explorer

namestringnullable

Display name of the block explorer.

Example: Etherscan
urlstringnullable

Base URL of the block explorer for this chain.

Example: https://etherscan.io
txPathstringnullable

URL prefix for transaction pages on the block explorer.

Example: https://etherscan.io/tx
addressPathstringnullable

URL prefix for address pages on the block explorer.

Example: https://etherscan.io/address
tokenPathstringnullable

URL prefix for token pages on the block explorer.

Example: https://etherscan.io/token
JSON
Explorer
{
"name": "Etherscan",
"url": "https://etherscan.io",
"txPath": "https://etherscan.io/tx",
"addressPath": "https://etherscan.io/address",
"tokenPath": "https://etherscan.io/token"
}