Skip to content

Commit

Permalink
change chain name (#873)
Browse files Browse the repository at this point in the history
* change chain name

* update gas price
  • Loading branch information
ramiqadoumi authored Nov 20, 2024
1 parent c397661 commit 144b2f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cosmos/ggezchain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chainId": "ggezchain",
"chainName": "GGEZ1",
"chainName": "GGEZ1 Chain",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/chain.png",
"rpc": "https://bc.ggez.one:8443",
"rest": "https://rest.ggez.one",
Expand Down Expand Up @@ -40,9 +40,9 @@
"coinMinimalDenom": "uggez1",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.025,
"average": 0.05,
"high": 0.1
"low": 0.4,
"average": 0.5,
"high": 0.75
},
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/ggez1.png"
},
Expand Down

0 comments on commit 144b2f3

Please sign in to comment.