@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 602 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://koi-scan.darwinia.network/api",
"family": "blockscout",
"name": "Koi Explorer",
"url": "https://koi-scan.darwinia.network/"
}
],
"chainId": 701,
"deployer": {
"name": "guy93354",
"url": "https://github.com/guy93354"
},
"displayName": "Koi Testnet",
"domainId": 701,
"isTestnet": true,
"name": "koitestnet",
"nativeToken": {
"decimals": 18,
"name": "kring",
"symbol": "KRING"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://koi-rpc.darwinia.network"
}
]
}