Skip to content

Commit

Permalink
Add Golden Ratio Seed, Rest, and json-rpc (cosmos#846)
Browse files Browse the repository at this point in the history
* Add Golden Ratio Seed and REST

* Add Golden Ratio json-pcc
  • Loading branch information
Golden-Ratio-Staking authored Oct 12, 2022
1 parent 385f43c commit 717943b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
"id": "20e1000e88125698264454a884812746c2eb4807",
"address": "seeds.lavenderfive.com:14956",
"provider": "Lavender.Five Nodes 🐝"
},
{
"id": "57a5297537b9b6ef8b105c08a8ad3f6ac452c423",
"address": "seeds.goldenratiostaking.net:1618",
"provider": "Golden Ratio Staking"
}
],
"persistent_peers": [
Expand Down Expand Up @@ -312,6 +317,10 @@
{
"address": "https://lcd.cosmos.dragonstake.io",
"provider": "DragonStake"
},
{
"address": "https://rest-cosmoshub.goldenratiostaking.net:1317",
"provider": "Golden Ratio Staking"
}
],
"grpc": [
Expand Down
6 changes: 5 additions & 1 deletion evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@
{
"address": "https://json-rpc.evmos.tcnetwork.io",
"provider": "TC Network"
},
{
"address": "https://jsonrpc-evmos.goldenratiostaking.net:1618",
"provider": "Golden Ratio Staking"
}
]
},
Expand Down Expand Up @@ -405,4 +409,4 @@
"tx_page": "https://evmos.tcnetwork.io/transaction/${txHash}"
}
]
}
}

0 comments on commit 717943b

Please sign in to comment.