Skip to content

Commit

Permalink
add conscious (cosmos#3272)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update chain.json

* upload clearer images.

* Update chain.json

---------

Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
ithfay and JeremyParish69 authored Dec 14, 2023
1 parent cee6e3c commit c223341
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conscious/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "conscious",
"assets": [
{
"description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
"denom_units": [
{
"denom": "acvnt",
"exponent": 0
},
{
"denom": "cvnt",
"exponent": 18
}
],
"base": "acvnt",
"name": "Cvn",
"display": "cvnt",
"symbol": "CVN",
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png"
},
"coingecko_id": "consciousdao"
}
]
}
106 changes: 106 additions & 0 deletions conscious/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"$schema": "../chain.schema.json",
"chain_name": "conscious",
"status": "live",
"network_type": "mainnet",
"website": "https://www.consciousdao.com/",
"pretty_name": "ConsciousDAO",
"chain_id": "cvn_2032-1",
"bech32_prefix": "cvn",
"node_home": "$HOME/.cvnd",
"daemon_name": "cvnd",
"slip44": 60,
"fees": {
"fee_tokens": [
{
"denom": "acvnt",
"fixed_min_gas_price": 100000000,
"low_gas_price": 100000000,
"average_gas_price": 200000000,
"high_gas_price": 300000000
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "acvnt"
}
]
},
"codebase": {
"git_repo": "https://github.com/cvn-network/cvn",
"recommended_version": "v2.1.1",
"compatible_versions": [
"v2.1.1"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cvn-network/cvn/release/v2.1.x/networks/mainnet/config/genesis.json"
},
"versions": [
{
"name": "v1.0.3",
"recommended_version": "v1.0.4",
"compatible_versions": [
"v1.0.3"
],
"next_version_name": "v2.1.1"
},
{
"name": "v2.1.1",
"recommended_version": "v2.1.1",
"compatible_versions": [
"v2.1.1"
],
"next_version_name": ""
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"
},
"peers": {
"seeds": [
],
"persistent_peers": [
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.cvn.io/",
"provider": "cvn.io"
}
],
"rest": [
{
"address": "https://api.consciousdao.com",
"provider": "consciousdao.com"
}
],
"grpc": [
{
"address": "https://rest.consciousdao.com",
"provider": "consciousdao.com"
}
],
"evm-http-jsonrpc": [
{
"address": "https://node.cvn.io/",
"provider": "cvn"
},
{
"address": "https://node.consciousdao.io/",
"provider": "consciousdao"
}
]
},
"explorers": [
{
"kind": "blockscout",
"url": "https://explore.consciousdao.com/",
"tx_page": "https://explore.consciousdao.com/tx/${txHash}"
}
]
}
Binary file added conscious/images/cvn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions conscious/images/cvn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c223341

Please sign in to comment.