Skip to content

Commit

Permalink
Remove Trivium's Archway endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphiar committed Sep 18, 2024
1 parent 8aa6c83 commit 30feee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions chains/mainnet/archway.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
"api": [
"https://api.mainnet.archway.io",
"https://api-1.archway.nodes.guru",
"https://api.archway.nodestake.top",
"https://archway.api.trivium.network:1317"
"https://api.archway.nodestake.top"
],
"rpc": [
"https://rpc.mainnet.archway.io:443",
"https://rpc-1.archway.nodes.guru/",
"https://rpc.archway.nodestake.top/",
"https://archway.api.trivium.network:26657"
"https://rpc.archway.nodestake.top/"
],
"snapshot_provider": "https://snapshots.archway.tech/",
"sdk_version": "v0.45.16",
Expand Down
6 changes: 2 additions & 4 deletions chains/testnet/archway.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"chain_name": "archway",
"api": [
"https://api.constantine.archway.tech",
"https://constantine.api.trivium.network:1317"
"https://api.constantine.archway.tech"
],
"rpc": [
"https://rpc.constantine.archway.tech",
"https://constantine.api.trivium.network:26657"
"https://rpc.constantine.archway.tech"
],
"snapshot_provider": "https://snapshots.archway.tech/",
"sdk_version": "v0.45.16",
Expand Down

0 comments on commit 30feee3

Please sign in to comment.