Skip to content

Commit

Permalink
[CI Skip] Update error rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-Bot committed Aug 9, 2024
1 parent 8ec5107 commit 04fb9ca
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion data/chains/error-rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "3DPass",
"status": "ACTIVE",
"errorRpcs": {
"3dpass": "wss://rpc.3dpass.org"
"3dpass": "wss://rpc.3dpass.org",
"3dpscan": "wss://rpc.3dpscan.io"
}
},
{
Expand All @@ -15,6 +16,22 @@
"Centrifuge": "wss://fullnode.altair.centrifuge.io"
}
},
{
"slug": "amplitude_test",
"name": "Amplitude Testnet",
"status": "ACTIVE",
"errorRpcs": {
"Amplitude": "wss://rpc-foucoco.pendulumchain.tech"
}
},
{
"slug": "astar",
"name": "Astar",
"status": "ACTIVE",
"errorRpcs": {
"1RPC": "wss://1rpc.io/astr"
}
},
{
"slug": "automata",
"name": "Automata",
Expand Down Expand Up @@ -47,6 +64,14 @@
"calamari_test": "wss://c1.calamari.seabird.systems"
}
},
{
"slug": "heiko",
"name": "Heiko",
"status": "ACTIVE",
"errorRpcs": {
"Parallel": "wss://heiko-rpc.parallel.fi"
}
},
{
"slug": "odyssey",
"name": "Ares Odyssey",
Expand Down

0 comments on commit 04fb9ca

Please sign in to comment.