-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ggezchain #5620
base: master
Are you sure you want to change the base?
add ggezchain #5620
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"$schema": "../assetlist.schema.json", | ||
"chain_name": "GGEZ1 Chain", | ||
"assets": [ | ||
{ | ||
"description": "The Governance Coin of the GGEZ1 Network.", | ||
"denom_units": [ | ||
{ | ||
"denom": "uggez1", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "mggez1", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "ggez1", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "uggez1", | ||
"name": "GGEZ1", | ||
"display": "ggez1", | ||
"symbol": "GGEZ1", | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg" | ||
}, | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this svg is way too large. Aim for <250kB, or better <200kB |
||
"theme": { | ||
"primary_color_hex": "#039abf" | ||
} | ||
} | ||
], | ||
"socials": { | ||
"website": "https://ggez.one", | ||
"twitter": "https://x.com/ggez_one" | ||
}, | ||
"type_asset": "sdk.coin" | ||
}, | ||
{ | ||
"description": "The ReFi Coin of the GGEZ1 Network.", | ||
"denom_units": [ | ||
{ | ||
"denom": "uggz", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "mggz", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "ggz", | ||
"exponent": 6 | ||
} | ||
], | ||
"type_asset": "sdk.coin", | ||
"base": "uggz", | ||
"name": "GGZ", | ||
"display": "uggz", | ||
"symbol": "GGZ", | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg", | ||
"theme": { | ||
"primary_color_hex": "#8400cd" | ||
} | ||
} | ||
], | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this svg is way too large. Aim for <250kB, or better <200kB |
||
}, | ||
"socials": { | ||
"website": "https://ggez.one", | ||
"twitter": "https://x.com/ggez_one" | ||
} | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,188 @@ | ||
{ | ||
"$schema": "../chain.schema.json", | ||
"chain_name": "GGEZ1 Chain", | ||
"chain_type": "cosmos", | ||
"chain_id": "ggezchain", | ||
"website": "https://ggez.one/", | ||
"pretty_name": "GGEZ1 Chain", | ||
"status": "live", | ||
"network_type": "mainnet", | ||
"bech32_prefix": "ggez", | ||
JeremyParish69 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"daemon_name": "ggezchaind", | ||
"node_home": "$HOME/.ggezchain", | ||
"key_algos": [ | ||
"secp256k1" | ||
], | ||
"slip44": 118, | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "uggez1", | ||
"fixed_min_gas_price": 0.2, | ||
"low_gas_price": 0.4, | ||
"average_gas_price": 0.5, | ||
"high_gas_price": 0.75 | ||
}, | ||
{ | ||
"denom": "uggz", | ||
"fixed_min_gas_price": 0.25, | ||
"low_gas_price": 0.5, | ||
"average_gas_price": 0.75, | ||
"high_gas_price": 1 | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [ | ||
{ | ||
"denom": "uggez1" | ||
} | ||
] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/GGEZLabs/ggezchain", | ||
"recommended_version": "v1.0.0", | ||
"compatible_versions": [ | ||
"v1.0.0" | ||
], | ||
"consensus": { | ||
"type": "cometbft", | ||
"version": "v0.38.12" | ||
}, | ||
"binaries": { | ||
"linux/amd64": "https://github.com/GGEZLabs/ggezchain/releases/download/v1.0.0/ggezchaind" | ||
}, | ||
"genesis": { | ||
"genesis_url": "https://raw.githubusercontent.com/GGEZLabs/ggez-mainnet/refs/heads/main/genesis/genesis.json" | ||
}, | ||
"versions": [ | ||
{ | ||
"name": "v1", | ||
"tag": "v1.0.0", | ||
"proposal": 0, | ||
"height": 0, | ||
"recommended_version": "v1.0.0", | ||
"compatible_versions": [ | ||
"v1.0.0" | ||
], | ||
"consensus": { | ||
"type": "cometbft", | ||
"version": "v0.38.12" | ||
}, | ||
"binaries": { | ||
"linux/amd64": "https://github.com/GGEZLabs/ggezchain/releases/download/v1.0.0/ggezchaind" | ||
}, | ||
"next_version_name": "", | ||
"sdk": { | ||
"type": "cosmos", | ||
"version": "v0.50.10", | ||
"tag": "v0.50.10-lsm" | ||
}, | ||
"cosmwasm": { | ||
"version": "v0.51.0", | ||
"repo": "https://github.com/CosmWasm/wasmd", | ||
"tag": "v0.51.0" | ||
}, | ||
"ibc": { | ||
"type": "go", | ||
"version": "v8.2.0" | ||
} | ||
} | ||
], | ||
"sdk": { | ||
"type": "cosmos", | ||
"version": "v0.50.10", | ||
"tag": "v0.50.10-lsm" | ||
}, | ||
"ibc": { | ||
"type": "go", | ||
"version": "v8.2.0" | ||
}, | ||
"cosmwasm": { | ||
"version": "v0.51.0", | ||
"repo": "https://github.com/CosmWasm/wasmd", | ||
"tag": "v0.51.0" | ||
} | ||
}, | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/chain.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/chain.svg" | ||
}, | ||
"description": "The GGEZ1 Foundation is a non-profit organization dedicated to supporting the GGEZ1 blockchain ecosystem. The ecosystem focuses on the tokenization of Real-World Assets (RWA) and integrates the principles of Regenerative Finance (ReFi) to promote a sustainable and equitable economic future.", | ||
"peers": { | ||
"seeds": [ | ||
{ | ||
"id": "d544fc43bad90b242f8e6e551ab2481d5223ffc8", | ||
"address": "68.154.80.170:26656", | ||
"provider": "GGEZ1 Chain" | ||
}, | ||
{ | ||
"id": "6438964830b38f7dde0f2e57afa965e5382756bf", | ||
"address":"68.154.82.34:26656", | ||
"provider": "GGEZ1 Chain" | ||
}, | ||
{ | ||
"id": "17e4929fbda4c8b79d21fef0df5ea4b8de544100", | ||
"address":"68.154.80.185:26656", | ||
"provider": "GGEZ1 Chain" | ||
} | ||
], | ||
"persistent_peers": [ | ||
{ | ||
"id": "d544fc43bad90b242f8e6e551ab2481d5223ffc8", | ||
"address": "68.154.80.170:26656", | ||
"provider": "GGEZ1 Chain" | ||
}, | ||
{ | ||
"id": "6438964830b38f7dde0f2e57afa965e5382756bf", | ||
"address":"68.154.82.34:26656", | ||
"provider": "GGEZ1 Chain" | ||
}, | ||
{ | ||
"id": "17e4929fbda4c8b79d21fef0df5ea4b8de544100", | ||
"address":"68.154.80.185:26656", | ||
"provider": "GGEZ1 Chain" | ||
} | ||
] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "https://bc.ggez.one:8443", | ||
"provider": "GGEZ1 Chain" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "https://rest.ggez.one", | ||
"provider": "GGEZ1 Chain" | ||
} | ||
], | ||
"grpc": [ | ||
{ | ||
"address": "108.163.148.96:9090", | ||
"provider": "GGEZ1 Chain" | ||
} | ||
] | ||
}, | ||
"explorers": [ | ||
{ | ||
"kind": "bigdipper", | ||
"url": "https://explorer.ggez.one/ggezchain", | ||
"tx_page": "https://explorer.ggez.one/ggezchain/transactions/${txHash}", | ||
"account_page": "https://explorer.ggez.one/ggezchain/accounts/${accountAddress}", | ||
"validator_page": "https://explorer.ggez.one/ggezchain/validators/${validatorAddress}", | ||
"proposal_page": "https://explorer.ggez.one/ggezchain/proposals/${proposalId}", | ||
"block_page": "https://explorer.ggez.one/ggezchain/blocks/${blockHeight}" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/chain.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/chain.svg", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The png and svg don't match. |
||
"theme": { | ||
"primary_color_hex": "#8400cd" | ||
} | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this chain_name is not valid (cannot have space characters or capitalized letters), and must match the directory name exactly.