diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..97931c13 Binary files /dev/null and b/.DS_Store differ diff --git a/chains/.DS_Store b/chains/.DS_Store new file mode 100644 index 00000000..5ad229f1 Binary files /dev/null and b/chains/.DS_Store differ diff --git a/chains/mainnet/conscious.json b/chains/mainnet/conscious.json new file mode 100644 index 00000000..d4be3d4a --- /dev/null +++ b/chains/mainnet/conscious.json @@ -0,0 +1,20 @@ +{ + "chain_name": "conscious", + "api": ["https://api.cvn.io"], + "rpc": ["https://rpc.cvn.io"], + "snapshot_provider": "", + "sdk_version": "0.46.13", + "coin_type": "60", + "min_tx_fee": "5000000000000000", + "addr_prefix": "cvn", + "logo": "/logos/cvn.png", + "theme_color": "#006500", + "keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"], + "assets": [{ + "base": "acvnt", + "symbol": "cvn", + "exponent": "18", + "coingecko_id": "consciousdao", + "logo": "/logos/cvn.png" + }] +} diff --git a/public/.DS_Store b/public/.DS_Store new file mode 100644 index 00000000..bdd8a73c Binary files /dev/null and b/public/.DS_Store differ diff --git a/public/logos/cvn.png b/public/logos/cvn.png new file mode 100644 index 00000000..7060a153 Binary files /dev/null and b/public/logos/cvn.png differ