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/local-e2e/chain-config.json

20 lines
314 B

{
"sealeveltest1": {
"chainId": 13375,
"name": "sealeveltest1",
"rpcUrls": [
{
"http": "http://localhost:8899"
}
]
},
"sealeveltest2": {
"chainId": 13376,
"name": "sealeveltest2",
"rpcUrls": [
{
"http": "http://localhost:8899"
}
]
}
}