@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 871 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://evm.flowscan.io/api",
"family": "blockscout",
"name": "EVM on Flow Explorer",
"url": "https://evm.flowscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 25
},
"chainId": 747,
"displayName": "DEPRECATED Flow EVM",
"domainId": 747,
"gasCurrencyCoinGeckoId": "flow",
"isTestnet": false,
"name": "deprecatedflow",
"nativeToken": {
"decimals": 18,
"name": "Flow",
"symbol": "FLOW"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet.evm.nodes.onflow.org"
}
],
"technicalStack": "other",
"transactionOverrides": {
"gasPrice": 100000000
}
};