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/devnet/warp-routes/chain-config.json

29 lines
505 B

{
"solanadevnet": {
"chainId": 13375,
"name": "solanadevnet",
"publicRpcUrls": [
{
"http": "https://api.devnet.solana.com"
}
]
},
"solanadevnet1": {
"chainId": 13376,
"name": "solanadevnet1",
"publicRpcUrls": [
{
"http": "https://api.devnet.solana.com"
}
]
},
"fuji": {
"chainId": 43113,
"name": "fuji",
"publicRpcUrls": [
{
"http": "https://api.avax-test.network/ext/bc/C/rpc"
}
]
}
}