Skip to content
24 changes: 24 additions & 0 deletions bitway/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,30 @@
"type": "go",
"version": "v8.5.3"
}
},
{
"name": "v2.0.1",
"recommended_version": "v2.0.1",
"compatible_versions": [
"v2.0.1"
],
"tag": "v2.0.1",
"sdk": {
"type": "cosmos",
"version": "v0.50.14"
},
"consensus": {
"type": "cometbft",
"version": "v0.38.12"
},
"cosmwasm": {
"version": "v0.53.0",
"enabled": true
},
"ibc": {
"type": "go",
"version": "v8.5.3"
}
}
]
}
3 changes: 2 additions & 1 deletion bluzelle/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"ibc": {
"type": "go",
"version": "v7"
}
},
"tag": "v11.0"
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
Expand Down
5 changes: 5 additions & 0 deletions cosmoshub/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@
"ibc": {
"type": "go",
"version": "v10.3.0"
},
"cosmwasm": {
"version": "v0.60.1",
"repo": "https://github.com/CosmWasm/wasmd",
"tag": "v0.60.1"
}
}
]
Expand Down
39 changes: 39 additions & 0 deletions optio/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "../versions.schema.json",
"chain_name": "optio",
"versions": [
{
"name": "2.0.0",
"recommended_version": "2.0.0",
"compatible_versions": [
"2.0.0"
],
"tag": "v2.0.0",
"language": {
"type": "go",
"version": "1.23.1"
},
"sdk": {
"type": "cosmos",
"version": "0.50.12",
"repo": "https://github.com/cosmos/cosmos-sdk",
"tag": "v0.50.12"
},
"consensus": {
"type": "cometbft",
"version": "0.38.12",
"repo": "https://github.com/cometbft/cometbft",
"tag": "v0.38.12"
},
"ibc": {
"type": "go",
"version": "8.5.1",
"repo": "https://github.com/cosmos/ibc-go",
"tag": "v8.5.1",
"ics_enabled": [
"ics20-1"
]
}
}
]
}
3 changes: 2 additions & 1 deletion testnets/kiiorotestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/KiiChain/testnets/refs/heads/main/testnet_oro/genesis.json"
}
},
"tag": "v5.0.0"
},
"peers": {
"seeds": [
Expand Down
27 changes: 26 additions & 1 deletion testnets/terratestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,32 @@
"recommended_version": "v3.5.0",
"compatible_versions": [
"v3.5.0"
]
],
"tag": "v3.5.0",
"binaries": {
"linux/arm64": "https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_x86_64.tar.gz"
},
"sdk": {
"type": "cosmos",
"repo": "https://github.com/cosmos/cosmos-sdk",
"version": "v0.47.17",
"tag": "v0.47.17"
},
"consensus": {
"type": "cometbft",
"version": "0.37.15"
},
"cosmwasm": {
"version": "0.46.0",
"enabled": true
},
"ibc": {
"type": "go",
"repo": "https://github.com/cosmos/ibc-go",
"version": "v7.10.0",
"tag": "v7.10.0"
}
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png",
Expand Down
36 changes: 28 additions & 8 deletions testnets/zigchaintestnet/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
"enabled": true
}
},
{
{
"name": "1.1.0",
"recommended_version": "1.1.0",
"compatible_versions": [],
"compatible_versions": [
"1.1.0"
],
"consensus": {
"type": "cometbft",
"version": "0.38.17"
Expand All @@ -38,10 +40,12 @@
"enabled": true
}
},
{
{
"name": "1.1.1",
"recommended_version": "1.1.1",
"compatible_versions": [],
"compatible_versions": [
"1.1.1"
],
"consensus": {
"type": "cometbft",
"version": "0.38.17"
Expand All @@ -58,7 +62,9 @@
{
"name": "1.1.2",
"recommended_version": "1.1.2",
"compatible_versions": [],
"compatible_versions": [
"1.1.2"
],
"consensus": {
"type": "cometbft",
"version": "0.38.17"
Expand All @@ -75,7 +81,9 @@
{
"name": "1.2.0",
"recommended_version": "1.2.0",
"compatible_versions": [],
"compatible_versions": [
"1.2.0"
],
"consensus": {
"type": "cometbft",
"version": "0.38.17"
Expand All @@ -92,7 +100,9 @@
{
"name": "1.2.2",
"recommended_version": "1.2.2",
"compatible_versions": [],
"compatible_versions": [
"1.2.2"
],
"consensus": {
"type": "cometbft",
"version": "0.38.17"
Expand All @@ -104,7 +114,17 @@
"cosmwasm": {
"version": "0.55.1",
"enabled": true
},
"tag": "1.2.2",
"binaries": {
"linux/amd64": "https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-linux-amd64.tar.gz",
"darwin/amd64": "https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz",
"darwin/arm64": "https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz"
},
"ibc": {
"type": "go",
"version": "8.4.0"
}
}
]
}
}
8 changes: 4 additions & 4 deletions union/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"linux/amd64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.1.1/uniond-release-aarch64-linux",
"linux/arm64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.1.1/uniond-release-aarch64-linux"
},
"consensus":{
"consensus": {
"type": "cometbls",
"version": "v1.0.1",
"repo": "https://github.com/unionlabs/cometbls",
Expand All @@ -59,10 +59,10 @@
"v1.2.2"
],
"binaries": {
"linux/amd64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux",
"linux/amd64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-x86_64-linux",
"linux/arm64": "https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux"
},
"consensus":{
"consensus": {
"type": "cometbls",
"version": "v1.0.1",
"repo": "https://github.com/unionlabs/cometbls",
Expand All @@ -77,4 +77,4 @@
}
}
]
}
}
3 changes: 2 additions & 1 deletion wardenprotocol/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"sdk": {
"type": "cosmos",
"version": "v0.53.4"
}
},
"tag": "v0.7.0"
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png",
Expand Down
4 changes: 2 additions & 2 deletions wardenprotocol/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"sdk": {
"type": "cosmos",
"version": "v0.45.16"
"version": "v0.53.4"
}
}
]
}
}