forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add files via upload * Update chain.json * upload clearer images. * Update chain.json --------- Co-authored-by: JeremyParish69 <[email protected]>
- Loading branch information
1 parent
cee6e3c
commit c223341
Showing
4 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,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" | ||
} | ||
] | ||
} |
This file contains 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,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}" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.