We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd388c4 commit d8227abCopy full SHA for d8227ab
contract_manager/store/chains/EvmChains.json
@@ -1279,5 +1279,20 @@
1279
"rpcUrl": "https://rpc.camp.raas.gelato.cloud",
1280
"networkId": 484,
1281
"type": "EvmChain"
1282
+ },
1283
+ {
1284
+ "id": "ethereal_devnet",
1285
+ "mainnet": false,
1286
+ "rpcUrl": "https://rpc-ethereal-devnet-0.t.conduit.xyz/",
1287
+ "networkId": 13374201,
1288
+ "type": "EvmChain"
1289
1290
1291
+ "id": "ethereal_testnet_v2",
1292
1293
+ "rpcUrl": "https://rpc-ethereal-testnet-0.t.conduit.xyz",
1294
+ "networkId": 13374202,
1295
1296
}
1297
+
1298
]
0 commit comments