Skip to content

Commit

Permalink
Merge pull request #109 from Xiphiar/remove-trivium-archway
Browse files Browse the repository at this point in the history
Remove Trivium's Archway endpoints
  • Loading branch information
liangping authored Sep 23, 2024
2 parents 8aa6c83 + 30feee3 commit 5fd80a6
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 5fd80a6

Please sign in to comment.