@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines (35 loc) • 905 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://rootstock-testnet.blockscout.com/api",
"family": "blockscout",
"name": "Blockscout",
"url": "https://rootstock-testnet.blockscout.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 30,
"reorgPeriod": 4
},
"chainId": 31,
"deployer": {
"name": "Rootstock",
"url": "https://rootstock.io"
},
"displayName": "Rootstock Testnet",
"domainId": 31,
"isTestnet": true,
"name": "rootstocktestnet",
"nativeToken": {
"decimals": 18,
"name": "Testnet Rootstock Smart Bitcoin",
"symbol": "tRBTC"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.testnet.rootstock.io/YZIZHxGCQAryubOWH7LjdtjNkSDb5J-T"
}
]
};