The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperlane-monorepo/rust/sealevel/environments/testnet3/warp-routes/chain-config.json

29 lines
529 B

{
"solanadevnet": {
"chainId": 1399811151,
"name": "solanadevnet",
"publicRpcUrls": [
{
"http": "https://api.devnet.solana.com"
}
]
},
"bsctestnet": {
"chainId": 97,
"name": "bsctestnet",
"publicRpcUrls": [
{
"http": "https://rpc.ankr.com/bsc_testnet_chapel"
}
]
},
"proteustestnet": {
"chainId": 88002,
"name": "proteustestnet",
"publicRpcUrls": [
{
"http": "https://api.proteus.nautchain.xyz/solana"
}
]
}
}