-
Couldn't load subscription status.
- Fork 1.5k
Add ANCAP Chain: assetlist, logo, chain.json #6297
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
Draft
jejunesun1
wants to merge
20
commits into
cosmos:master
Choose a base branch
from
jejunesun1:add-ancapchainx
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+60
−0
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b82cd2f
Add ANCAP Chain: assetlist, logo, chain.json
jejunesun1 5708716
Merge branch 'cosmos:master' into add-ancapchainx
jejunesun1 51bee2f
Update chain.json
jejunesun1 d4e0b61
Update assetlist.json
jejunesun1 5323275
Merge branch 'cosmos:master' into add-ancapchainx
jejunesun1 8057d90
Update assetlist.json
jejunesun1 7ad579e
Update chain.json
jejunesun1 c66aafa
Update chain.json
jejunesun1 33d11ed
Update chain.json
jejunesun1 0854ede
Update chain.json
jejunesun1 566ecef
Update chain.json
jejunesun1 6ce74c8
Update chain.json
jejunesun1 8bd4cdc
Update chain.json
jejunesun1 ba16a40
Update chain.json
jejunesun1 c385a58
Update assetlist.json
jejunesun1 5496915
Update assetlist.json
jejunesun1 750bf4d
Update assetlist.json
jejunesun1 62e8cea
Update assetlist.json
jejunesun1 c68eeef
Update assetlist.json
jejunesun1 0ff9a11
Create images
jejunesun1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| { | ||
| "$schema": "../assetlist.schema.json", | ||
| "chain_name": "ancapchainx", | ||
| "assets": [ | ||
| { | ||
| "description": "The native token of the ANCAP blockchain.", | ||
| "denom_units": [ | ||
| { | ||
| "denom": "uancap", | ||
| "exponent": 0 | ||
| }, | ||
| { | ||
| "denom": "ANCAP", | ||
| "exponent": 6 | ||
| } | ||
| ], | ||
| "type_asset": "sdk.coin", | ||
| "base": "uancap", | ||
| "name": "ANCAP Coin", | ||
| "display": "ANCAP", | ||
| "symbol": "ANCAP", | ||
| "logo_URIs": { | ||
| "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ancapchainx/images/logo.png" | ||
| } | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "$schema": "../chain.schema.json", | ||
| "chain_name": "ancapchainx", | ||
| "status": "live", | ||
| "chain_type": "cosmos", | ||
| "pretty_name": "ANCAP Chain", | ||
| "chain_id": "ancap-1", | ||
| "bech32_prefix": "ancap", | ||
| "daemon_name": "ancapchainxd", | ||
| "node_home": "$HOME/.ancapchainx", | ||
| "codebase": { | ||
| "git_repo": "https://github.com/jejunesun1/chain-registry", | ||
| "recommended_version": "v1.0.0", | ||
| "genesis": { | ||
| "genesis_url": "https://github.com/jejunesun1/chain-registry/raw/main/genesis.json" | ||
| } | ||
| }, | ||
| "cosmos_sdk_version": "v0.53.0", | ||
| "logo_URIs": { | ||
| "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/ancapchainx/images/logo.png" | ||
| }, | ||
| "peers": { | ||
| "persistent_peers": [], | ||
| "seeds": [] | ||
| }, | ||
| "apis": { | ||
| "rpc": [], | ||
| "rest": [], | ||
| "grpc": [] | ||
| }, | ||
| "explorers": [] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
|
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
the logo needs to be square and must go inside an /images/ directory