From 1d9194ad00b5e96b4d7a697c874f55a89fa152ad Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Sat, 26 Oct 2024 02:09:47 +0200 Subject: [PATCH 1/6] Cleanup of chains, add new RPCs, remove old RPCs Cleaning up: - Removed some non functioning RPCs - Added new functioning RPCs for all nets - Added some more block explorers --- chains.json | 68 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 49 insertions(+), 19 deletions(-) diff --git a/chains.json b/chains.json index c29dda0..e37f5eb 100644 --- a/chains.json +++ b/chains.json @@ -18,6 +18,14 @@ { "provider": "Brochain", "url": "https://sei-rpc.brocha.in" + }, + { + "provider": "Stingray", + "url": "https://rpc-sei.stingray.plus" + }, + { + "provider": "kjnodes", + "url": "https://sei.rpc.kjnodes.com" } ], "rest": [ @@ -36,6 +44,14 @@ { "provider": "Brochain", "url": "https://sei-rest.brocha.in" + }, + { + "provider": "Stingray", + "url": "https://api-sei.stingray.plus" + }, + { + "provider": "kjnodes", + "url": "https://sei.api.kjnodes.com" } ], "grpc": [ @@ -80,7 +96,13 @@ "url": "wss://sei.drpc.org" } ], - "explorers": [] + "explorers": [ + { + "name": "Seitrace", + "url": "https://seitrace.com/", + "tx_page": "https://seitrace.com/tx/${txHash}?chain=pacific-1" + } + ] }, "atlantic-2": { "chainId": "atlantic-2", @@ -90,13 +112,13 @@ "provider": "Rhino", "url": "https://rpc-testnet.sei-apis.com" }, - { - "provider": "Lavender.Five Nodes", - "url": "https://testnet-sei-rpc.lavenderfive.com" - }, { "provider": "Polkachu", "url": "https://sei-testnet-rpc.polkachu.com" + }, + { + "provider": "Sei", + "url": "https://rpc.atlantic-2.seinetwork.io" } ], "rest": [ @@ -104,13 +126,13 @@ "provider": "Rhino", "url": "https://rest-testnet.sei-apis.com" }, - { - "provider": "Lavender.Five Nodes", - "url": "https://testnet-sei-api.lavenderfive.com" - }, { "provider": "Polkachu", "url": "https://sei-testnet-api.polkachu.com" + }, + { + "provider": "Sei", + "url": "https://rest.atlantic-2.seinetwork.io" } ], "grpc": [ @@ -118,10 +140,6 @@ "provider": "Rhino", "url": "https://grpc-testnet.sei-apis.com" }, - { - "provider": "Lavender.Five Nodes", - "url": "https://testnet-sei-grpc.lavenderfive.com" - }, { "provider": "Polkachu", "url": "http://sei-testnet-grpc.polkachu.com:11990" @@ -151,12 +169,18 @@ { "name": "explorers-guru", "url": "https://sei.explorers.guru", - "tx_page": "https://sei.explorers.guru/tx/${txHash}" + "tx_page": "https://sei.explorers.guru/tx/${txHash}?chain=atlantic-2" } ], "faucets": [ - { "provider": "Sei App", "url": "https://atlantic-2.app.sei.io/faucet" }, - { "provider": "FAUCETME", "url": "https://sei.faucetme.pro/" } + { + "provider": "Sei App", + "url": "https://atlantic-2.app.sei.io/faucet" + }, + { + "provider": "FAUCETME", + "url": "https://sei.faucetme.pro/" + } ] }, "arctic-1": { @@ -217,12 +241,18 @@ { "name": "Seitrace", "url": "https://seitrace.com/", - "tx_page": "https://seitrace.com/tx/${txHash}" + "tx_page": "https://seitrace.com/tx/${txHash}?chain=arctic-1" } ], "faucets": [ - { "provider": "NIMA", "url": "https://sei-faucet.nima.enterprises/" }, - { "provider": "FAUCETME", "url": "https://sei-evm.faucetme.pro/" } + { + "provider": "NIMA", + "url": "https://sei-faucet.nima.enterprises/" + }, + { + "provider": "FAUCETME", + "url": "https://sei-evm.faucetme.pro/" + } ] } } From 30a784466c18f0c2c1bc80dee23ba3b76d3ecdbf Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Mon, 28 Oct 2024 01:11:56 +0100 Subject: [PATCH 2/6] Add more RPCs, more explorers for all nets --- chains.json | 59 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 8 deletions(-) diff --git a/chains.json b/chains.json index e37f5eb..d5d332d 100644 --- a/chains.json +++ b/chains.json @@ -26,6 +26,14 @@ { "provider": "kjnodes", "url": "https://sei.rpc.kjnodes.com" + }, + { + "provider": "Allnodes", + "url": "https://sei-rpc.publicnode.com:443" + }, + { + "provider": "1RPC", + "url": "https://1rpc.io/sei-rpc" } ], "rest": [ @@ -52,6 +60,14 @@ { "provider": "kjnodes", "url": "https://sei.api.kjnodes.com" + }, + { + "provider": "Allnodes", + "url": "https://sei-rest.publicnode.com" + }, + { + "provider": "1RPC", + "url": "https://1rpc.io/sei-lcd" } ], "grpc": [ @@ -66,6 +82,10 @@ { "provider": "Polkachu", "url": "https://sei-grpc.polkachu.com:11990" + }, + { + "provider": "Allnodes", + "url": "https://sei-grpc.publicnode.com:443" } ], "evm_rpc": [ @@ -80,7 +100,7 @@ { "provider": "dRPC", "url": "https://sei.drpc.org" - } + }, ], "evm_ws": [ { @@ -94,14 +114,19 @@ { "provider": "dRPC", "url": "wss://sei.drpc.org" - } + }, ], "explorers": [ { "name": "Seitrace", "url": "https://seitrace.com/", "tx_page": "https://seitrace.com/tx/${txHash}?chain=pacific-1" - } + }, + { + "name": "Seistream", + "url": "https://seistream.app/", + "tx_page": "https://seistream.app/${txHash}" + }, ] }, "atlantic-2": { @@ -166,11 +191,21 @@ } ], "explorers": [ + { + "name": "Seitrace", + "url": "https://seitrace.com/", + "tx_page": "https://seitrace.com/tx/${txHash}?chain=atlantic-2" + }, { "name": "explorers-guru", "url": "https://sei.explorers.guru", "tx_page": "https://sei.explorers.guru/tx/${txHash}?chain=atlantic-2" - } + }, + { + "name": "Seistream", + "url": "https://testnet.seistream.app/", + "tx_page": "https://testnet.seistream.app/${txHash}" + }, ], "faucets": [ { @@ -220,6 +255,10 @@ { "provider": "Sei", "url": "https://evm-rpc.arctic-1.seinetwork.io/" + }, + { + "provider": "dRPC", + "url": "https://sei-devnet.drpc.org" } ], "evm_ws": [ @@ -230,19 +269,23 @@ { "provider": "Sei", "url": "wss://evm-ws.arctic-1.seinetwork.io" + }, + { + "provider": "dRPC", + "url": "wss://sei-devnet.drpc.org" } ], "explorers": [ - { + { "name": "Seistream", - "url": "https://seistream.app/", - "tx_page": "https://seistream.app/transactions/${txHash}" + "url": "https://devnet.seistream.app/", + "tx_page": "https://devnet.seistream.app/${txHash}" }, { "name": "Seitrace", "url": "https://seitrace.com/", "tx_page": "https://seitrace.com/tx/${txHash}?chain=arctic-1" - } + }, ], "faucets": [ { From b1c67fa6e7acf2fe6d0086819624f14d7e83833f Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Wed, 30 Oct 2024 17:19:31 +0100 Subject: [PATCH 3/6] Add Stingray, fix JSON error, add watchers.gurr explorer --- chains.json | 67 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 5 deletions(-) diff --git a/chains.json b/chains.json index d5d332d..7917819 100644 --- a/chains.json +++ b/chains.json @@ -78,6 +78,10 @@ { "provider": "Lavender.Five Nodes", "url": "https://sei-grpc.lavenderfive.com" + }, + { + "provider": "Stingray", + "url": "https://grpc-sei.stingray.plus:443" }, { "provider": "Polkachu", @@ -97,6 +101,10 @@ "provider": "Quiknode", "url": "https://black-dark-breeze.sei-pacific.quiknode.pro" }, + { + "provider": "Stingray", + "url": "https://evm-rpc-sei.stingray.plus" + }, { "provider": "dRPC", "url": "https://sei.drpc.org" @@ -111,6 +119,10 @@ "provider": "Quiknode", "url": "wss://black-dark-breeze.sei-pacific.quiknode.pro" }, + { + "provider": "Stingray", + "url": "wss://evm-ws-sei.stingray.plus" + }, { "provider": "dRPC", "url": "wss://sei.drpc.org" @@ -127,6 +139,11 @@ "url": "https://seistream.app/", "tx_page": "https://seistream.app/${txHash}" }, + { + "name": "explorers-guru", + "url": "https://sei.explorers.guru", + "tx_page": "https://sei.explorers.guru/tx/${txHash}" + } ] }, "atlantic-2": { @@ -141,6 +158,10 @@ "provider": "Polkachu", "url": "https://sei-testnet-rpc.polkachu.com" }, + { + "provider": "Stingray", + "url": "https://rpc-testnet-sei.stingray.plus" + }, { "provider": "Sei", "url": "https://rpc.atlantic-2.seinetwork.io" @@ -155,6 +176,10 @@ "provider": "Polkachu", "url": "https://sei-testnet-api.polkachu.com" }, + { + "provider": "Stingray", + "url": "https://api-testnet-sei.stingray.plus" + }, { "provider": "Sei", "url": "https://rest.atlantic-2.seinetwork.io" @@ -165,6 +190,10 @@ "provider": "Rhino", "url": "https://grpc-testnet.sei-apis.com" }, + { + "provider": "Stingray", + "url": "https://grpc-testnet-sei.stingray.plus:443" + }, { "provider": "Polkachu", "url": "http://sei-testnet-grpc.polkachu.com:11990" @@ -175,7 +204,11 @@ "provider": "Rhino", "url": "https://evm-rpc-testnet.sei-apis.com" }, - { + { + "provider": "Stingray", + "url": "https://evm-rpc-testnet-sei.stingray.plus" + }, + { "provider": "dRPC", "url": "https://sei-testnet.drpc.org" } @@ -185,7 +218,11 @@ "provider": "Rhino", "url": "wss://evm-ws-testnet.sei-apis.com" }, - { + { + "provider": "Stingray", + "url": "wss://evm-ws-testnet-sei.stingray.plus" + }, + { "provider": "dRPC", "url": "wss://sei-testnet.drpc.org" } @@ -198,8 +235,8 @@ }, { "name": "explorers-guru", - "url": "https://sei.explorers.guru", - "tx_page": "https://sei.explorers.guru/tx/${txHash}?chain=atlantic-2" + "url": "https://testnet.sei.explorers.guru", + "tx_page": "https://testnet.sei.explorers.guru/tx/${txHash}" }, { "name": "Seistream", @@ -226,6 +263,10 @@ "provider": "Rhino", "url": "https://rpc-arctic-1.sei-apis.com" }, + { + "provider": "Stingray", + "url": "https://rpc-devnet-sei.stingray.plus" + }, { "provider": "Sei", "url": "https://rpc.arctic-1.seinetwork.io/" @@ -236,6 +277,10 @@ "provider": "Rhino", "url": "https://rest-arctic-1.sei-apis.com" }, + { + "provider": "Stingray", + "url": "https://api-devnet-sei.stingray.plus" + }, { "provider": "Sei", "url": "https://rest.arctic-1.seinetwork.io/" @@ -245,7 +290,11 @@ { "provider": "Rhino", "url": "https://grpc-arctic-1.sei-apis.com" - } + }, + { + "provider": "Stingray", + "url": "https://grpc-devnet-sei.stingray.plus:443" + }, ], "evm_rpc": [ { @@ -259,6 +308,10 @@ { "provider": "dRPC", "url": "https://sei-devnet.drpc.org" + }, + { + "provider": "Stingray", + "url": "https://evm-rpc-devnet-sei.stingray.plus" } ], "evm_ws": [ @@ -273,6 +326,10 @@ { "provider": "dRPC", "url": "wss://sei-devnet.drpc.org" + }, + { + "provider": "Stingray", + "url": "wss://evm-ws-devnet-sei.stingray.plus" } ], "explorers": [ From 39188794a7a1268e4d25509a14fb1b77f8cf96b3 Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Wed, 30 Oct 2024 17:32:21 +0100 Subject: [PATCH 4/6] Update chains.json --- chains.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains.json b/chains.json index 7917819..f4cb74c 100644 --- a/chains.json +++ b/chains.json @@ -108,7 +108,7 @@ { "provider": "dRPC", "url": "https://sei.drpc.org" - }, + } ], "evm_ws": [ { @@ -242,7 +242,7 @@ "name": "Seistream", "url": "https://testnet.seistream.app/", "tx_page": "https://testnet.seistream.app/${txHash}" - }, + } ], "faucets": [ { @@ -294,7 +294,7 @@ { "provider": "Stingray", "url": "https://grpc-devnet-sei.stingray.plus:443" - }, + } ], "evm_rpc": [ { From 267b83170d001a285324388e6dca0b3b0ed2457b Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Wed, 30 Oct 2024 17:58:32 +0100 Subject: [PATCH 5/6] Update block explorers & faucets --- chains.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/chains.json b/chains.json index f4cb74c..df8923e 100644 --- a/chains.json +++ b/chains.json @@ -126,7 +126,7 @@ { "provider": "dRPC", "url": "wss://sei.drpc.org" - }, + } ], "explorers": [ { @@ -143,6 +143,11 @@ "name": "explorers-guru", "url": "https://sei.explorers.guru", "tx_page": "https://sei.explorers.guru/tx/${txHash}" + }, + { + "name": "Seiscan", + "url": "https://www.seiscan.app/pacific-1", + "tx_page": "https://www.seiscan.app/pacific-1/txs/${txHash}" } ] }, @@ -242,6 +247,11 @@ "name": "Seistream", "url": "https://testnet.seistream.app/", "tx_page": "https://testnet.seistream.app/${txHash}" + }, + { + "name": "Seiscan", + "url": "https://www.seiscan.app/atlantic-2", + "tx_page": "https://www.seiscan.app/atlantic-2/txs/${txHash}" } ], "faucets": [ @@ -342,9 +352,13 @@ "name": "Seitrace", "url": "https://seitrace.com/", "tx_page": "https://seitrace.com/tx/${txHash}?chain=arctic-1" - }, + } ], "faucets": [ + { + "provider": "Sei App", + "url": "https://arctic-1.app.sei.io/faucet/" + }, { "provider": "NIMA", "url": "https://sei-faucet.nima.enterprises/" From f8f04d1c93515c9715c18f2d9426f45e3b5b93bc Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Thu, 31 Oct 2024 02:35:28 +0100 Subject: [PATCH 6/6] Add mIntscan --- chains.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chains.json b/chains.json index df8923e..7c63dde 100644 --- a/chains.json +++ b/chains.json @@ -148,6 +148,11 @@ "name": "Seiscan", "url": "https://www.seiscan.app/pacific-1", "tx_page": "https://www.seiscan.app/pacific-1/txs/${txHash}" + }, + { + "name": "Mintscan", + "url": "https://www.mintscan.io/sei", + "tx_page": "https://www.mintscan.io/sei/tx/${txHash}" } ] },