Detail of Chain
{
"chainid": string,
"name": string,
"address": string,
"tx": string,
"testnet": boolean
}
{
"chainid": "11155111",
"name": "Sepolia",
"address": "https://sepolia.etherscan.io/address/",
"tx": "https://sepolia.etherscan.io/tx/",
"testnet": true
}
Chain Object
Field | Description | Mandatory |
---|---|---|
chainid | Chain ID | Y |
name | Name | Y |
address | URL: Explorer of address | N |
tx | URL: Explorer of transaction | N |
testnet | Network TESTNET | N |