@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
35 lines (34 loc) • 823 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://filecoin.blockscout.com/api",
"family": "blockscout",
"name": "Filecoin VM Explorer",
"url": "https://filecoin.blockscout.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 30,
"reorgPeriod": 0
},
"chainId": 314,
"displayName": "Filecoin",
"domainId": 314,
"gasCurrencyCoinGeckoId": "filecoin",
"name": "filecoin",
"nativeToken": {
"decimals": 18,
"name": "Filecoin",
"symbol": "FIL"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.node.glif.io/rpc/v1"
},
{
"http": "https://rpc.ankr.com/filecoin"
}
]
};