Skip to content

Commit

Permalink
Cleanup of chains.json (#74)
Browse files Browse the repository at this point in the history
* Cleanup of chains, add new RPCs, remove old RPCs

*  Removed some non functioning RPCs

*  Added new functioning RPCs for all nets

*  Added some more block explorers

* Update faucets
  • Loading branch information
alexander-sei authored Oct 31, 2024
1 parent 8daf628 commit edd85cf
Showing 1 changed file with 172 additions and 23 deletions.
195 changes: 172 additions & 23 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@
{
"provider": "Brochain",
"url": "https://sei-rpc.brocha.in"
},
{
"provider": "Stingray",
"url": "https://rpc-sei.stingray.plus"
},
{
"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": [
Expand All @@ -36,6 +52,22 @@
{
"provider": "Brochain",
"url": "https://sei-rest.brocha.in"
},
{
"provider": "Stingray",
"url": "https://api-sei.stingray.plus"
},
{
"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": [
Expand All @@ -46,10 +78,18 @@
{
"provider": "Lavender.Five Nodes",
"url": "https://sei-grpc.lavenderfive.com"
},
{
"provider": "Stingray",
"url": "https://grpc-sei.stingray.plus:443"
},
{
"provider": "Polkachu",
"url": "https://sei-grpc.polkachu.com:11990"
},
{
"provider": "Allnodes",
"url": "https://sei-grpc.publicnode.com:443"
}
],
"evm_rpc": [
Expand All @@ -61,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"
Expand All @@ -75,12 +119,42 @@
"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"
}
],
"explorers": []
"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}"
},
{
"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}"
},
{
"name": "Mintscan",
"url": "https://www.mintscan.io/sei",
"tx_page": "https://www.mintscan.io/sei/tx/${txHash}"
}
]
},
"atlantic-2": {
"chainId": "atlantic-2",
Expand All @@ -90,27 +164,35 @@
"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": "Stingray",
"url": "https://rpc-testnet-sei.stingray.plus"
},
{
"provider": "Sei",
"url": "https://rpc.atlantic-2.seinetwork.io"
}
],
"rest": [
{
"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": "Stingray",
"url": "https://api-testnet-sei.stingray.plus"
},
{
"provider": "Sei",
"url": "https://rest.atlantic-2.seinetwork.io"
}
],
"grpc": [
Expand All @@ -119,8 +201,8 @@
"url": "https://grpc-testnet.sei-apis.com"
},
{
"provider": "Lavender.Five Nodes",
"url": "https://testnet-sei-grpc.lavenderfive.com"
"provider": "Stingray",
"url": "https://grpc-testnet-sei.stingray.plus:443"
},
{
"provider": "Polkachu",
Expand All @@ -132,7 +214,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"
}
Expand All @@ -142,21 +228,46 @@
"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"
}
],
"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}"
"url": "https://testnet.sei.explorers.guru",
"tx_page": "https://testnet.sei.explorers.guru/tx/${txHash}"
},
{
"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": [
{ "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": {
Expand All @@ -167,6 +278,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/"
Expand All @@ -177,6 +292,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/"
Expand All @@ -186,6 +305,10 @@
{
"provider": "Rhino",
"url": "https://grpc-arctic-1.sei-apis.com"
},
{
"provider": "Stingray",
"url": "https://grpc-devnet-sei.stingray.plus:443"
}
],
"evm_rpc": [
Expand All @@ -196,6 +319,14 @@
{
"provider": "Sei",
"url": "https://evm-rpc.arctic-1.seinetwork.io/"
},
{
"provider": "dRPC",
"url": "https://sei-devnet.drpc.org"
},
{
"provider": "Stingray",
"url": "https://evm-rpc-devnet-sei.stingray.plus"
}
],
"evm_ws": [
Expand All @@ -206,23 +337,41 @@
{
"provider": "Sei",
"url": "wss://evm-ws.arctic-1.seinetwork.io"
},
{
"provider": "dRPC",
"url": "wss://sei-devnet.drpc.org"
},
{
"provider": "Stingray",
"url": "wss://evm-ws-devnet-sei.stingray.plus"
}
],
"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}"
"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": "Sei App",
"url": "https://arctic-1.app.sei.io/faucet/"
},
{
"provider": "NIMA",
"url": "https://sei-faucet.nima.enterprises/"
},
{
"provider": "FAUCETME",
"url": "https://sei-evm.faucetme.pro/"
}
]
}
}

0 comments on commit edd85cf

Please sign in to comment.