Skip to content

Commit

Permalink
Updating to ssc-testnet-2 chain (cosmos#5701)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashish Chandra <[email protected]>
  • Loading branch information
ashishchandr70 and Ashish Chandra authored Dec 13, 2024
1 parent f45c5f7 commit 7c57476
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
14 changes: 7 additions & 7 deletions testnets/_IBC/axelartestnet-sagatestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "axelartestnet",
"client_id": "07-tendermint-767",
"connection_id": "connection-581"
"client_id": "07-tendermint-1047",
"connection_id": "connection-808"
},
"chain_2": {
"chain_name": "sagatestnet",
"client_id": "07-tendermint-11",
"connection_id": "connection-10"
"client_id": "07-tendermint-2",
"connection_id": "connection-3"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-370",
"channel_id": "channel-566",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-9",
"channel_id": "channel-3",
"port_id": "transfer"
},
"ordering": "unordered",
Expand All @@ -28,4 +28,4 @@
}
}
]
}
}
8 changes: 5 additions & 3 deletions testnets/sagatestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"network_type": "testnet",
"pretty_name": "Saga Testnet",
"chain_type": "cosmos",
"chain_id": "ssc-testnet-1",
"chain_id": "ssc-testnet-2",
"bech32_prefix": "saga",
"daemon_name": "sscd",
"node_home": "$HOME/.ssc",
Expand Down Expand Up @@ -33,12 +33,14 @@
},
"codebase": {
"git_repo": "https://github.com/sagaxyz/ssc",
"recommended_version": "v0.1.3",
"recommended_version": "v0.1.5",
"compatible_versions": [
"v0.1.0",
"v0.1.1",
"v0.1.2",
"v0.1.3"
"v0.1.3",
"v0.1.4",
"v0.1.5"
],
"consensus": {
"type": "tendermint",
Expand Down
6 changes: 4 additions & 2 deletions testnets/sagatestnet/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"versions": [
{
"name": "v0.1.3",
"recommended_version": "v0.1.3",
"recommended_version": "v0.1.5",
"compatible_versions": [
"v0.1.0",
"v0.1.1",
"v0.1.2",
"v0.1.3"
"v0.1.3",
"v0.1.4",
"v0.1.5"
],
"consensus": {
"type": "tendermint",
Expand Down

0 comments on commit 7c57476

Please sign in to comment.