@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 856 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer.plexnode.wtf/api",
"family": "blockscout",
"name": "Canto Explorer",
"url": "https://explorer.plexnode.wtf/"
}
],
"chainId": 7700,
"deployer": {
"name": "guy93354",
"url": "https://github.com/guy93354"
},
"displayName": "Canto",
"domainId": 7700,
"isTestnet": false,
"name": "canto",
"nativeToken": {
"decimals": 18,
"name": "Canto",
"symbol": "CANTO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://canto-rpc.ansybl.io"
},
{
"http": "https://mainnode.plexnode.org:8545"
},
{
"http": "https://canto.slingshot.finance"
}
]
};