Skip to content

Commit

Permalink
Add conscious chain (chainapsis#547)
Browse files Browse the repository at this point in the history
* Add conscious chain

* remove wallet url

* fix rest url

* add nodeProvider

* update image
  • Loading branch information
bitnet authored Apr 19, 2024
1 parent a7e8f5d commit e118cd6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions cosmos/cvn_2032.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"rpc": "https://rpc.cvn.io",
"rest": "https://api.cvn.io",
"nodeProvider": {
"name": "consciousDao",
"email": "[email protected]",
"website":"https://cvn.io"
},
"chainId": "cvn_2032-1",
"chainName": "conscious",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cvn_2032/chain.png",
"stakeCurrency": {
"coinDenom": "CVN",
"coinMinimalDenom": "acvnt",
"coinDecimals": 18,
"coinGeckoId": "consciousdao",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cvn_2032/acvnt.png"
},
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "cvn",
"bech32PrefixAccPub": "cvnpub",
"bech32PrefixValAddr": "cvnvaloper",
"bech32PrefixValPub": "cvnvaloperpub",
"bech32PrefixConsAddr": "cvnvalcons",
"bech32PrefixConsPub": "cvnvalconspub"
},
"currencies": [
{
"coinDenom": "CVN",
"coinMinimalDenom": "acvnt",
"coinDecimals": 18,
"coinGeckoId": "consciousdao",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cvn_2032/acvnt.png"
}
],
"feeCurrencies": [
{
"coinDenom": "CVN",
"coinMinimalDenom": "acvnt",
"coinDecimals": 18,
"coinGeckoId": "consciousdao",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/cvn_2032/acvnt.png",
"gasPriceStep": {
"low": 100000000,
"average": 200000000,
"high": 300000000
}
}
],
"features": ["eth-address-gen", "eth-key-sign"]
}
Binary file added images/cvn_2032/acvnt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cvn_2032/chain.png
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 e118cd6

Please sign in to comment.