Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
20 changes: 20 additions & 0 deletions ancapchainx/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chain_name": "ancapchainx",
"assets": [
{
"description": "The native token of the ANCAP blockchain.",
"denom_units": [
{ "denom": "uancap", "exponent": 0 },
{ "denom": "ANCAP", "exponent": 6 }
],
"base": "uancap",
"name": "ANCAP Coin",
"display": "ANCAP",
"symbol": "ANCAP",
"logo_URIs": {
"png": "https://red-illegal-kangaroo-569.mypinata.cloud/ipfs/bafkreiajtxbe67jbibabet55xmekxl2mw4ietohhpunz66qfwurkffg3tm"
Copy link
Contributor

@JeremyParish69 JeremyParish69 May 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please upload the image here (under /ancapchainx/images) and reference that upload instead. (it likely is the logo.png already uploaded, which just has to go into the proper directory and the URL would point there)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL must reference the mast branch, no your fork. Please update the URL to the correct, required format

}
}
]
}

33 changes: 33 additions & 0 deletions ancapchainx/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "../chain.schema.json",
"chain_name": "ancapchainx",
"status": "live",
"network_type": "devnet",
"pretty_name": "ANCAP Chain",
"chain_id": "ancap-1",
"bech32_prefix": "ancap",
"daemon_name": "ancapchainxd",
"node_home": "$HOME/.ancapchainx",
"genesis": {
"genesis_url": ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove empty properties

},
"logo_URIs": {
"png": "https://red-illegal-kangaroo-569.mypinata.cloud/ipfs/bafkreiajtxbe67jbibabet55xmekxl2mw4ietohhpunz66qfwurkffg3tm"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue with the image URL as mentioned in the assetlist

},
"codebase": {
"git_repo": "",
"recommended_version": "",
"cosmos_sdk_version": "v0.53.0"
},
"peers": {
"persistent_peers": [],
"seeds": []
},
"apis": {
"rpc": [],
"rest": [],
"grpc": []
},
"explorers": []
}

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.