Skip to content

Commit

Permalink
Update supported-networks
Browse files Browse the repository at this point in the history
4 new chains added
  • Loading branch information
Iamshashvat authored Jun 25, 2024
1 parent 76253ed commit bdd3457
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/validators/supported-networks
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,38 @@ These are the chains that the router chain will support for validations.
"blockTime": "2s",
"useStreamerApi": true,
"nearStreamerApi": "http://13.233.000.00:6902/"
},
{
"chainId": "1997",
"chainType": "CHAIN_TYPE_EVM",
"chainName": "Kyoto",
"chainRpc": "https://rpc.kyotochain.io",
"blocksToSearch": 1000,
"blockTime": "5s"
},
{
"chainId": "196",
"chainType": "CHAIN_TYPE_EVM",
"chainName": "XLayer",
"chainRpc": "https://xlayerrpc.okx.com",
"blocksToSearch": 1000,
"blockTime": "5s"
},
{
"chainId": "23294",
"chainType": "CHAIN_TYPE_EVM",
"chainName": "Oasis",
"chainRpc": "https://sapphire.oasis.io",
"blocksToSearch": 1000,
"blockTime": "5s"
},
{
"chainId": "2000",
"chainType": "CHAIN_TYPE_EVM",
"chainName": "Dogechain",
"chainRpc": "https://rpc.dogechain.dog",
"blocksToSearch": 1000,
"blockTime": "5s"
}
]
}
Expand Down

0 comments on commit bdd3457

Please sign in to comment.