@artela-network/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
19 lines (18 loc) • 375 B
JavaScript
export const metadata = {
"chainId": 11820,
"displayName": "Artela",
"domainId": 11820,
"isTestnet": false,
"name": "artela",
"nativeToken": {
"decimals": 18,
"name": "artela",
"symbol": "ART"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.artela.network/rpc"
}
]
};