From 6c114d00ccdbaac8139ba802d842021005f1753a Mon Sep 17 00:00:00 2001 From: Xiphiar Date: Mon, 4 Sep 2023 15:01:45 -0400 Subject: [PATCH 1/3] Update secret testnet trivium endpoints --- chains/testnet/secret.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/testnet/secret.json b/chains/testnet/secret.json index 49feb84576..91e4df48dd 100644 --- a/chains/testnet/secret.json +++ b/chains/testnet/secret.json @@ -1,8 +1,8 @@ { "chain_name": "secret", "coingecko": "secret", - "api": ["https://api.pulsar.scrttestnet.com","https://lcd.testnet.secretsaturn.net", "https://pulsar-2.api.trivium.network:1317"], - "rpc": ["https://rpc.pulsar.scrttestnet.com", "https://rpc.testnet.secretsaturn.net", "https://pulsar-2.api.trivium.network:26657"], + "api": ["https://api.pulsar.scrttestnet.com","https://lcd.testnet.secretsaturn.net", "https://pulsar.api.trivium.network:1317"], + "rpc": ["https://rpc.pulsar.scrttestnet.com", "https://rpc.testnet.secretsaturn.net", "https://pulsar.api.trivium.network:26657"], "snapshot_provider": "", "sdk_version": "0.45.4", "coin_type": "529", From 0718bf8dd43b109d73d53125c838793354209c44 Mon Sep 17 00:00:00 2001 From: Xiphiar Date: Mon, 4 Sep 2023 15:20:48 -0400 Subject: [PATCH 2/3] add archway endpoints --- chains/mainnet/archway.json | 6 ++++-- chains/testnet/archway.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/mainnet/archway.json b/chains/mainnet/archway.json index 5fa1e9b2d9..0140972ee8 100644 --- a/chains/mainnet/archway.json +++ b/chains/mainnet/archway.json @@ -3,12 +3,14 @@ "api": [ "https://api.mainnet.archway.io", "https://api-1.archway.nodes.guru", - "https://api.archway.nodestake.top" + "https://api.archway.nodestake.top", + "https://archway.api.trivium.network:1317" ], "rpc": [ "https://rpc.mainnet.archway.io:443", "https://rpc-1.archway.nodes.guru/", - "https://rpc.archway.nodestake.top/" + "https://rpc.archway.nodestake.top/", + "https://archway.api.trivium.network:26657" ], "snapshot_provider": "https://snapshots.archway.tech/", "sdk_version": "v0.45.16", diff --git a/chains/testnet/archway.json b/chains/testnet/archway.json index 43b07ef8b1..bdf22a06d4 100644 --- a/chains/testnet/archway.json +++ b/chains/testnet/archway.json @@ -1,10 +1,12 @@ { "chain_name": "archway", "api": [ - "https://api.constantine.archway.tech" + "https://api.constantine.archway.tech", + "https://constantine.api.trivium.network:1317" ], "rpc": [ - "https://rpc.constantine.archway.tech" + "https://rpc.constantine.archway.tech", + "https://constantine.api.trivium.network:26657" ], "snapshot_provider": "https://snapshots.archway.tech/", "sdk_version": "v0.45.16", From 242a5b08edbad6ab328c54429cbb9a17ca1f970b Mon Sep 17 00:00:00 2001 From: Xiphiar Date: Mon, 4 Sep 2023 15:21:55 -0400 Subject: [PATCH 3/3] add dyson endpoints --- chains/mainnet/dyson-protocol.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/mainnet/dyson-protocol.json b/chains/mainnet/dyson-protocol.json index e36710800a..21b72573f3 100644 --- a/chains/mainnet/dyson-protocol.json +++ b/chains/mainnet/dyson-protocol.json @@ -1,7 +1,7 @@ { "chain_name": "dyson-protocol", - "api": ["https://dys-api.dysonprotocol.com", "https://dys-api.dyson.lol"], - "rpc": ["https://dys-tm.dysonprotocol.com","https://dys-tm.dyson.lol"], + "api": ["https://dys-api.dysonprotocol.com", "https://dys-api.dyson.lol", "https://dyson.api.trivium.network:1317"], + "rpc": ["https://dys-tm.dysonprotocol.com","https://dys-tm.dyson.lol", "https://dyson.api.trivium.network:26657"], "sdk_version": "0.46.7", "coin_type": "118", "min_tx_fee": "10",