Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Kima committed Jan 15, 2025
1 parent 7922978 commit a2d663b
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 38 deletions.
1 change: 1 addition & 0 deletions kimanetwork/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg"
}
],
"coingecko_id": "kima",
"socials": {
"github": "https://github.com/kima-finance",
"medium": "https://medium.com/@kima_finance",
Expand Down
45 changes: 29 additions & 16 deletions kimanetwork/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"chain_type": "cosmos",
"chain_id": "kima_network",
"bech32_prefix": "kima",
"daemon_name": "uKIMA",
"node_home": "$HOME/.kimad",
"daemon_name": "kimad",
"node_home": "$HOME/.kima",
"key_algos": [
"secp256k1"
],
Expand All @@ -30,7 +30,10 @@
{
"denom": "uKIMA"
}
]
],
"lock_duration": {
"time": "1814400s"
}
},
"codebase": {
"git_repo": "https://github.com/kima-finance/kima-blockchain",
Expand All @@ -39,19 +42,29 @@
"genesis": {
"genesis_url": "https://archive.kima.network/genesis.json"
},
"versions": [
{
"name": "v0.4.5",
"recommended_version": "v0.4.5",
"compatible_versions": ["v0.4.5"],
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk",
"version": "v0.47.4",
"tag": "v0.47.4"
}
}
]
"consensus": {
"type": "cometbft",
"version": "0.37.2",
"repo": "https::github.com/cometbft/cometbft",
"tag": "v0.37.2"
},
"language": {
"type": "go",
"version": "1.21.6"
},
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk",
"version": "v0.47.4",
"tag": "v0.47.4"
},
"ibc": {
"type": "go",
"version": "v7.3.0",
"ics_enabled": [
"ics20-1"
]
}
},
"images": [
{
Expand Down
6 changes: 3 additions & 3 deletions kimanetwork/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"chain_name": "kimanetwork",
"versions": [
{
"name": "v0.4.3",
"recommended_version": "v0.4.3",
"name": "v0.4.5",
"recommended_version": "v0.4.5",
"compatible_versions": [
"v0.4.3"
"v0.4.5"
],
"sdk": {
"type": "cosmos",
Expand Down
1 change: 1 addition & 0 deletions testnets/kimanetworktestnet/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg"
}
],
"coingecko_id": "kima",
"socials": {
"github": "https://github.com/kima-finance",
"medium": "https://medium.com/@kima_finance",
Expand Down
50 changes: 34 additions & 16 deletions testnets/kimanetworktestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"chain_type": "cosmos",
"chain_id": "kima_testnet",
"bech32_prefix": "kima",
"daemon_name": "uKIMA",
"daemon_name": "kimad",
"node_home": "$HOME/.kima",
"key_algos": [
"secp256k1"
Expand All @@ -25,6 +25,16 @@
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uKIMA"
}
],
"lock_duration": {
"time": "259200s"
}
},
"codebase": {
"git_repo": "https://github.com/kima-finance/kima-blockchain/",
"recommended_version": "v0.4.6",
Expand All @@ -34,21 +44,29 @@
"genesis": {
"genesis_url": "http://archive.sardis.kima.network/genesis.json"
},
"versions": [
{
"name": "v0.4.6",
"recommended_version": "v0.4.6",
"compatible_versions": [
"v0.4.6"
],
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk/",
"version": "v0.47.4",
"tag": "v0.47.4"
}
}
]
"consensus": {
"type": "cometbft",
"version": "0.37.2",
"repo": "https::github.com/cometbft/cometbft",
"tag": "v0.37.2"
},
"language": {
"type": "go",
"version": "1.21.6"
},
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk",
"version": "v0.47.4",
"tag": "v0.47.4"
},
"ibc": {
"type": "go",
"version": "v7.3.0",
"ics_enabled": [
"ics20-1"
]
}
},
"peers": {
"seeds": [
Expand Down
6 changes: 3 additions & 3 deletions testnets/kimanetworktestnet/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"chain_name": "kimanetworktestnet",
"versions": [
{
"name": "v0.4.3",
"recommended_version": "v0.4.3",
"name": "v0.4.6",
"recommended_version": "v0.4.6",
"compatible_versions": [
"v0.4.3"
"v0.4.6"
],
"sdk": {
"type": "cosmos",
Expand Down

0 comments on commit a2d663b

Please sign in to comment.