Skip to content

Commit

Permalink
carbon chain upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Sep 25, 2023
1 parent a323c09 commit 5c72803
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions carbon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@
},
"codebase": {
"git_repo": "https://github.com/Switcheo/carbon-bootstrap",
"recommended_version": "v2.32.0",
"recommended_version": "v2.33.0",
"compatible_versions": [
"v2.32.0"
"v2.33.0"
],
"binaries": {
"linux/amd64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-amd64.tar.gz",
"linux/arm64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-arm64.tar.gz"
"linux/amd64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-amd64.tar.gz",
"linux/arm64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-arm64.tar.gz"
},
"genesis": {
"genesis_url": "https://github.com/Switcheo/carbon-bootstrap/raw/master/carbon-1/genesis.json"
Expand Down Expand Up @@ -384,6 +384,20 @@
"linux/amd64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-amd64.tar.gz",
"linux/arm64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-arm64.tar.gz"
},
"next_version_name": "v2.33.0"
},
{
"name": "v2.33.0",
"proposal": 318,
"height": 47592681,
"recommended_version": "v2.33.0",
"compatible_versions": [
"v2.33.0"
],
"binaries": {
"linux/amd64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-amd64.tar.gz",
"linux/arm64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-arm64.tar.gz"
},
"next_version_name": ""
}
]
Expand Down Expand Up @@ -459,7 +473,7 @@
"url": "https://scan.carbon.network",
"tx_page": "https://scan.carbon.network/transaction/${txHash}?net=main"
},
{
{
"kind": "ping.pub",
"url": "https://ping.pub/carbon",
"tx_page": "https://ping.pub/carbon/tx/${txHash}"
Expand All @@ -471,4 +485,4 @@
"account_page": "https://atomscan.com/carbon/accounts/${accountAddress}"
}
]
}
}

0 comments on commit 5c72803

Please sign in to comment.