Skip to content

Commit

Permalink
Merge pull request #865 from ramiqadoumi/add-ggezchain
Browse files Browse the repository at this point in the history
add ggezchain to keplr-chain-registry
  • Loading branch information
delivan authored Nov 19, 2024
2 parents b748891 + b6841cc commit 684c7d7
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions cosmos/ggezchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"chainId": "ggezchain",
"chainName": "GGEZ1",
"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",
"nodeProvider": {
"name": "GGEZ1 Foundation DAO LLC.",
"email": "[email protected]",
"website": "https://ggez.one"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "ggez",
"bech32PrefixAccPub": "ggezpub",
"bech32PrefixValAddr": "ggezvaloper",
"bech32PrefixValPub": "ggezvaloperpub",
"bech32PrefixConsAddr": "ggezvalcons",
"bech32PrefixConsPub": "ggezvalconspub"
},
"currencies": [
{
"coinDenom": "GGEZ1",
"coinMinimalDenom": "uggez1",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/ggez1.png"
},
{
"coinDenom": "GGZ",
"coinMinimalDenom": "uggz",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/ggz.png"
}
],
"feeCurrencies": [
{
"coinDenom": "GGEZ1",
"coinMinimalDenom": "uggez1",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.025,
"average": 0.05,
"high": 0.1
},
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/ggez1.png"
},
{
"coinDenom": "GGZ",
"coinMinimalDenom": "uggz",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.5,
"average": 0.75,
"high": 1
},
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/ggz.png"
}
],
"stakeCurrency": {
"coinDenom": "GGEZ1",
"coinMinimalDenom": "uggez1",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/ggezchain/ggez1.png"
},
"features": ["cosmwasm"]
}

Binary file added images/ggezchain/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ggezchain/ggez1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ggezchain/ggz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 684c7d7

Please sign in to comment.