Skip to content

Commit

Permalink
Add Validatrium endpoints (#624)
Browse files Browse the repository at this point in the history
* Add Validatrium endpoints

* add archive tag

Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
Validatrium and JeremyParish69 authored Aug 18, 2022
1 parent 2a2e8c5 commit e3ce2cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bitsong/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@
{
"address": "https://rpc.explorebitsong.com",
"provider": "stake.systems"
},
{
"address": "https://bitsong-rpc.validatrium.club",
"provider": "Validatrium"
},
{
"address": "https://bitsong-archive.validatrium.club",
"provider": "Validatrium",
"archive": true
}
],
"rest": [
Expand All @@ -106,6 +115,10 @@
{
"address": "https://lcd.explorebitsong.com/",
"provider": "stake.systems"
},
{
"address": "https://bitsong-api.validatrium.club",
"provider": "Validatrium"
}
],
"grpc": [
Expand Down

0 comments on commit e3ce2cd

Please sign in to comment.