@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 709 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer.syscoin.org/api",
"family": "blockscout",
"name": "Syscoin NEVM explorer",
"url": "https://explorer.syscoin.org"
}
],
"blocks": {
"confirmations": 15,
"estimateBlockTime": 150,
"reorgPeriod": 5
},
"chainId": 57,
"deployer": {
"name": "Syscoin",
"url": "https://syscoin.org"
},
"displayName": "Syscoin NEVM",
"domainId": 57,
"isTestnet": false,
"name": "syscoin",
"nativeToken": {
"decimals": 18,
"name": "Syscoin Token",
"symbol": "SYS"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.syscoin.org"
}
],
"technicalStack": "other"
}