Skip to content

Commit

Permalink
Update block explorers & faucets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-sei authored Oct 30, 2024
1 parent 3918879 commit 267b831
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{
"provider": "dRPC",
"url": "wss://sei.drpc.org"
},
}
],
"explorers": [
{
Expand All @@ -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}"
}
]
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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/"
Expand Down

0 comments on commit 267b831

Please sign in to comment.