Skip to content

Commit

Permalink
Atlantic-2 EVM and Rhino endpoint updates (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson authored May 7, 2024
1 parent e3d3990 commit 8d4732d
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rpc": [
{
"provider": "Rhino",
"url": "https://rpc-sei.rhinostake.com"
"url": "https://rpc.sei-apis.com"
},
{
"provider": "Polkachu",
Expand All @@ -23,7 +23,7 @@
"rest": [
{
"provider": "Rhino",
"url": "https://rest-sei.rhinostake.com"
"url": "https://rest.sei-apis.com"
},
{
"provider": "Lavender.Five Nodes",
Expand All @@ -41,7 +41,7 @@
"grpc": [
{
"provider": "Rhino",
"url": "https://grpc-sei.rhinostake.com"
"url": "https://grpc.sei-apis.com"
},
{
"provider": "Lavender.Five Nodes",
Expand All @@ -60,7 +60,7 @@
"rpc": [
{
"provider": "Rhino",
"url": "https://rpc-sei-testnet.rhinostake.com"
"url": "https://rpc-testnet.sei-apis.com"
},
{
"provider": "Lavender.Five Nodes",
Expand All @@ -74,7 +74,7 @@
"rest": [
{
"provider": "Rhino",
"url": "https://rest-sei-testnet.rhinostake.com"
"url": "https://rest-testnet.sei-apis.com"
},
{
"provider": "Lavender.Five Nodes",
Expand All @@ -88,7 +88,7 @@
"grpc": [
{
"provider": "Rhino",
"url": "https://grpc-sei-testnet.rhinostake.com"
"url": "https://grpc-testnet.sei-apis.com"
},
{
"provider": "Lavender.Five Nodes",
Expand All @@ -99,6 +99,18 @@
"url": "http://sei-testnet-grpc.polkachu.com:11990"
}
],
"evm_rpc": [
{
"provider": "Rhino",
"url": "https://evm-rpc-testnet.sei-apis.com"
}
],
"evm_ws": [
{
"provider": "Rhino",
"url": "wss://evm-ws-testnet.sei-apis.com"
}
],
"explorers": [
{
"name": "explorers-guru",
Expand Down Expand Up @@ -134,6 +146,12 @@
"url": "https://rest.arctic-1.seinetwork.io/"
}
],
"grpc": [
{
"provider": "Rhino",
"url": "https://grpc-arctic-1.sei-apis.com"
}
],
"evm_rpc": [
{
"provider": "Rhino",
Expand Down

0 comments on commit 8d4732d

Please sign in to comment.