@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
41 lines (40 loc) • 999 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer.igralabs.com/api",
"family": "blockscout",
"name": "IGRA Explorer",
"url": "https://explorer.igralabs.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 5
},
"chainId": 38833,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Igra",
"domainId": 38833,
"gasCurrencyCoinGeckoId": "igra",
"gnosisSafeTransactionServiceUrl": "https://safe.igralabs.com/txs",
"name": "igra",
"nativeToken": {
"decimals": 18,
"name": "iKAS",
"symbol": "iKAS"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.igralabs.com:8545"
}
],
"technicalStack": "other",
"transactionOverrides": {
"gasPrice": 1000000000000
}
};