@artela-network/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 604 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://api-xdc.blocksscan.io/api",
"family": "etherscan",
"name": "Wanchain Explorer",
"url": "https://wanexplorer.io"
}
],
"chainId": 999,
"deployer": {
"name": "JaunePomme",
"url": "https://github.com/JaunePomme"
},
"displayName": "Wanchain Testnet",
"domainId": 999,
"isTestnet": true,
"name": "wanchaintestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://gwan-ssl.wandevs.org:46891"
}
]
}