diff --git a/bouachain/assetlist.json b/bouachain/assetlist.json new file mode 100644 index 0000000000..9fb881c543 --- /dev/null +++ b/bouachain/assetlist.json @@ -0,0 +1,43 @@ +{ + "$schema": "../assetlist.schema.json", + "chain_name": "bouachain", + "assets": [ + { + "description": "The native token of the Bouachain blockchain, used for transaction fees, staking, and governance.", + "denom_units": [ + { + "denom": "ubouacoin", + "exponent": 0 + }, + { + "denom": "bouacoin", + "exponent": 8 + } + ], + "base": "ubouacoin", + "name": "BOUACOIN", + "display": "bouacoin", + "symbol": "BOUA", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.svg" + }, + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.svg", + "theme": { + "primary_color_hex": "#000000" + } + } + ], + "socials": { + "website": "https://Bouachain.com", + "twitter": "https://x.com/bouachain", + "github": "https://github.com/bouachain", + "telegram": "https://t.me/boua-chain" + } + } + ] + } + diff --git a/bouachain/chain.json b/bouachain/chain.json new file mode 100644 index 0000000000..b7996894d8 --- /dev/null +++ b/bouachain/chain.json @@ -0,0 +1,113 @@ + +{ + "$schema": "../chain.schema.json", + "chain_name": "bouachain", + "chain_type": "cosmos", + "status": "live", + "website": "https://bouachain.com", + "network_type": "mainnet", + "pretty_name": "Bouachain", + "chain_id": "bouachain", + "bech32_prefix": "boua", + "daemon_name": "bouachain", + "node_home": "$HOME/.bouachain", + "key_algos": [ + "secp256k1" + ], + "slip44": 118, + "fees": { + "fee_tokens": [ + { + "denom": "ubouacoin", + "fixed_min_gas_price": 0, + "low_gas_price": 0.0006, + "average_gas_price": 0.012, + "high_gas_price": 0.04 + } + ] + }, + "staking": { + "staking_tokens": [ + { + "denom": "ubouacoin" + } + ], + "lock_duration": { + "time": "1814400s" + } + }, + "codebase": { + "git_repo": "https://github.com/Bouachain/bouachain.git", + "recommended_version": "v1.0.0", + "compatible_versions": [ + "v0.9.0" + ], + "genesis": { + "name": "v1", + "genesis_url": "https://github.com/Bouachain/bouachain/raw/master/genesis.json" + }, + "versions": [ + { + "name": "v1.0.0", + "recommended_version": "v1.0.0", + "compatible_versions": [ + "v0.9.0" + ], + "sdk": { + "type": "cosmos", + "repo": "https://github.com/rollchains/cosmos-sdk", + "version": "v0.50.8", + "tag": "v0.50.8" + } + } + ] +}, + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.svg" + }, + "peers": {}, + "apis": { + "rpc": [ + { + "address": "https://rpc.bouachain.com", + "provider": "BouaValidator" + } + ], + "rest": [ + { + "address": "https://lcd.bouachain.com", + "provider": "BouaValidator" + } + ] + }, + "grpc": [ + { + "address": "https://grpc.bouachain.com", + "provider": "BouaValidator" + } + ], + + "explorers": [ + { + "kind": "bouachain", + "url": "https://bouascan.com", + "tx_page": "https://bouascan.com/bouachain/tx/${txHash}", + "account_page": "https://bouascan.com/bouachain/${accountAddress}" + } + ], + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.svg", + "theme": { + "primary_color_hex": "#000000" + } + } + ], + "keywords": [ + "bouachain", + "spawn" + ] + } + diff --git a/bouachain/images/bouachain.png b/bouachain/images/bouachain.png new file mode 100644 index 0000000000..286963eb4f Binary files /dev/null and b/bouachain/images/bouachain.png differ diff --git a/bouachain/images/bouachain.svg b/bouachain/images/bouachain.svg new file mode 100644 index 0000000000..62a1011042 --- /dev/null +++ b/bouachain/images/bouachain.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file