Skip to content

Add nuklai-chain resource #6287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions nuklai/assetlist.json
Original file line number Diff line number Diff line change
@@ -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": "",
Copy link
Contributor

@JeremyParish69 JeremyParish69 May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reference the uploaded images. You can do two image objects in this "images" array--one for the light and another for the dark (each object containing a png and svg property). Whichever is first will be the default.

"svg": "",
"theme": {
"primary_color_hex": "#1060A2"
}
}
],
"socials": {
"website": "https://nukl.ai",
"twitter": "https://x.com/NuklaiData"
},
"coingecko_id": "nuklai",
"type_asset": "sdk.coin"
}
]
}
74 changes: 74 additions & 0 deletions nuklai/chain.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
Binary file added nuklai/images/nukali-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions nuklai/images/nuklai-dark.svg
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 nuklai/images/nuklai-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions nuklai/images/nuklai-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions nuklai/versions.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}