@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
46 lines • 913 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://shasta.tronscan.org/#",
"family": "tronscan",
"name": "Tronscan",
"url": "https://shasta.tronscan.org/#"
}
],
"blocks": {
"confirmations": 5,
"estimateBlockTime": 3,
"reorgPeriod": 20
},
"chainId": 2494104990,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Tron Testnet",
"domainId": 346621343,
"isTestnet": true,
"name": "tronshasta",
"nativeToken": {
"decimals": 6,
"name": "Tron",
"symbol": "TRX"
},
"protocol": "tron",
"rpcUrls": [
{
"http": "https://api.shasta.trongrid.io/jsonrpc"
}
],
"technicalStack": "other",
"walletSolidityUrls": [
{
"http": "https://api.shasta.trongrid.io/walletsolidity"
}
],
"walletUrls": [
{
"http": "https://api.shasta.trongrid.io/wallet"
}
]
}