Skip to content

Commit

Permalink
Change tgrade rpc/rest to managed by public, not native (#309)
Browse files Browse the repository at this point in the history
* Change tgrade rpc/rest to managed by public, not native

* add nodeProvider to tgrade

* change name of the tgrade node provider
  • Loading branch information
hyehan authored Dec 7, 2023
1 parent 95797d7 commit 13bae1a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cosmos/tgrade-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"rpc": "https://rpc-tgrade.keplr.app",
"rest": "https://lcd-tgrade.keplr.app",
"rpc": "https://rpc.tgrade.posthuman.digital/",
"rest": "https://lcd.tgrade.posthuman.digital/",
"nodeProvider": {
"name": "POSTHUMAN (Public endpoint)",
"email": "[email protected]",
"website": "https://posthuman.digital"
},
"chainId": "tgrade-mainnet-1",
"chainName": "Tgrade",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/tgrade-mainnet/chain.png",
Expand Down

1 comment on commit 13bae1a

@vercel
Copy link

@vercel vercel bot commented on 13bae1a Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.