diff --git a/ancapchainx/assetlist.json b/ancapchainx/assetlist.json new file mode 100644 index 0000000000..d1505e64e1 --- /dev/null +++ b/ancapchainx/assetlist.json @@ -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" + } + } + ] +} diff --git a/ancapchainx/chain.json b/ancapchainx/chain.json new file mode 100644 index 0000000000..e9af116485 --- /dev/null +++ b/ancapchainx/chain.json @@ -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": [] +} diff --git a/ancapchainx/images b/ancapchainx/images new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/ancapchainx/images @@ -0,0 +1 @@ + diff --git a/ancapchainx/logo.png b/ancapchainx/logo.png new file mode 100644 index 0000000000..7d3783a0e5 Binary files /dev/null and b/ancapchainx/logo.png differ