Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions ancapchainx/assetlist.json
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"
}
}
]
}
32 changes: 32 additions & 0 deletions ancapchainx/chain.json
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"
Copy link
Contributor

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

},
"peers": {
"persistent_peers": [],
"seeds": []
},
"apis": {
"rpc": [],
"rest": [],
"grpc": []
},
"explorers": []
}
1 change: 1 addition & 0 deletions ancapchainx/images
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added ancapchainx/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.