diff --git a/nuklai/assetlist.json b/nuklai/assetlist.json new file mode 100644 index 0000000000..afeae44879 --- /dev/null +++ b/nuklai/assetlist.json @@ -0,0 +1,39 @@ +{ + "$schema": "../assetlist.schema.json", + "chain_name": "nuklai", + "assets": [ + { + "description": "The Official Native Token of Nuklai", + "denom_units": [ + { + "denom": "nai", + "exponent": 0 + }, + { + "denom": "NAI", + "exponent": 6 + } + ], + "base": "nai", + "name": "Nuklai", + "display": "NAI", + "symbol": "NAI", + "logo_URIs": {}, + "images": [ + { + "png": "", + "svg": "", + "theme": { + "primary_color_hex": "#1060A2" + } + } + ], + "socials": { + "website": "https://nukl.ai", + "twitter": "https://x.com/NuklaiData" + }, + "coingecko_id": "nuklai", + "type_asset": "sdk.coin" + } + ] +} diff --git a/nuklai/chain.json b/nuklai/chain.json new file mode 100644 index 0000000000..70bb117ba4 --- /dev/null +++ b/nuklai/chain.json @@ -0,0 +1,74 @@ +{ + "$schema": "../chain.schema.json", + "chain_name": "nuklai", + "chain_type": "cosmos", + "status": "live", + "network_type": "testnet", + "pretty_name": "Nuklai Testnet", + "chain_id": "nuklai", + "bech32_prefix": "nuklai", + "daemon_name": "nuklaid", + "node_home": "$HOME/.nuklai", + "key_algos": ["secp256k1"], + "slip44": 118, + "fees": { + "fee_tokens": [ + { + "denom": "nai", + "low_gas_price": 0.025, + "average_gas_price": 0.025, + "high_gas_price": 0.04 + } + ] + }, + "staking": { + "staking_tokens": [ + { + "denom": "nai" + } + ] + }, + "codebase": { + "git_repo": "https://github.com/Nuklai/nuklaivm-chain", + "recommended_version": "v0.1.0", + "compatible_versions": ["v0.1.0"], + "genesis": { + "genesis_url": "https://raw.githubusercontent.com/Nuklai/genesisTransactions/refs/heads/main/genesis.json" + } + }, + "peers": { + "seeds": [], + "persistent_peers": [ + { + "id": "09ff5ce747caf117897a7b09251d4b08fdd31d2d", + "address": "52.208.110.202:26656", + "provider": "Nuklai" + }, + { + "id": "fc115d2a64a66d61284abcab0f04da956755812c", + "address": "52.214.68.175:26656", + "provider": "Nuklai" + } + ] + }, + "apis": { + "rpc": [ + { + "address": "https://rpc-testnet.nuklaivm-dev.net", + "provider": "Nuklai" + } + ], + "rest": [ + { + "address": "https://api-testnet.nuklaivm-dev.net", + "provider": "Nuklai" + } + ], + "grpc": [ + { + "address": "rpc-testnet.nuklaivm-dev.net:9090", + "provider": "Nuklai" + } + ] + } +} diff --git a/nuklai/images/nukali-dark.png b/nuklai/images/nukali-dark.png new file mode 100644 index 0000000000..4d945c7f8c Binary files /dev/null and b/nuklai/images/nukali-dark.png differ diff --git a/nuklai/images/nuklai-dark.svg b/nuklai/images/nuklai-dark.svg new file mode 100644 index 0000000000..a9b2def98c --- /dev/null +++ b/nuklai/images/nuklai-dark.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/nuklai/images/nuklai-light.png b/nuklai/images/nuklai-light.png new file mode 100644 index 0000000000..e51cd014be Binary files /dev/null and b/nuklai/images/nuklai-light.png differ diff --git a/nuklai/images/nuklai-light.svg b/nuklai/images/nuklai-light.svg new file mode 100644 index 0000000000..f00ba8ac35 --- /dev/null +++ b/nuklai/images/nuklai-light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/nuklai/versions.json b/nuklai/versions.json new file mode 100644 index 0000000000..cb5242f218 --- /dev/null +++ b/nuklai/versions.json @@ -0,0 +1,26 @@ +{ + "$schema": "../versions.schema.json", + "chain_name": "nuklai", + "versions": [ + { + "name": "v0.1.0", + "recommended_version": "v0.1.0", + "compatible_versions": ["v0.1.0"], + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "cosmwasm": { + "enabled": true + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.11" + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + } + ] +}