Skip to content

Commit

Permalink
align with cosmos/chain-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Sep 6, 2023
1 parent 07528e5 commit ddbce95
Showing 1 changed file with 30 additions and 73 deletions.
103 changes: 30 additions & 73 deletions terra2/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"compatible_versions": [
"v2.4.1"
],
"binaries": {
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_x86_64.tar.gz"
},
"genesis": {
"name": "v2.0",
"genesis_url": "https://tfl-phoenix-1.s3.amazonaws.com/genesis.json"
Expand Down Expand Up @@ -101,105 +105,48 @@
},
{
"name": "v2.3",
"tag": "v2.3.1",
"height": 4711800,
"recommended_version": "v2.3.1",
"compatible_versions": [
"v2.3.0",
"v2.3.1",
"v2.3.2",
"v2.3.4"
],
"cosmos_sdk_version": "v0.46.11",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.30.0",
"ibc_go_version": "v6.1.0",
"consensus": {
"type": "cometbft",
"version": "0.34.27"
},
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.3.1/terra_2.3.1_Linux_x86_64.tar.gz?checksum=sha256:fe56cdb087a848106fcfbbd5e1a76ec021f192662952a203375f98a30fb058e0",
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.3.1/terra_2.3.1_Linux_arm64.tar.gz?checksum=sha256:c4caed39a714e363c65b7d0bfe62c7ade9463371591b31e823aafd80617b3b6b"
}
},
{
"name": "v2.3",
"tag": "v2.3.2",
"tag": "v2.3.5",
"height": 4711800,
"recommended_version": "v2.3.2",
"recommended_version": "v2.3.5",
"compatible_versions": [
"v2.3.0",
"v2.3.1",
"v2.3.2",
"v2.3.4"
"v2.3.4",
"v2.3.5"
],
"cosmos_sdk_version": "v0.46.11",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.30.0",
"ibc_go_version": "v6.1.1",
"consensus": {
"type": "cometbft",
"type": "tendermint",
"version": "v0.34.27"
},
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.3.2/terra_2.3.2_Linux_x86_64.tar.gz?checksum=sha256:a6e23b6bf9305eee3a416305afd3eb8af52da72410ee54b2d2aa6981a9251499"
}
},
{
"name": "v2.3",
"tag": "v2.3.4",
"height": 4711800,
"recommended_version": "v2.3.4",
"compatible_versions": [
"v2.3.0",
"v2.3.1",
"v2.3.2",
"v2.3.4"
],
"cosmos_sdk_version": "v0.46.11",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.30.0",
"ibc_go_version": "v6.1.1",
"consensus": {
"type": "cometbft",
"version": "v0.34.27"
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.3.5/terra_2.3.5_Linux_arm64.tar.gz?checksum=sha256:93b0c508e16f779b93f0e76629ab247ddaf5fa0db96573405b3b2b11e3eb6859",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.3.5/terra_2.3.5_Linux_x86_64.tar.gz?checksum=sha256:8c3ac7392436b102dcdd63fd275fa73b1e0201e65e420af71954782cee682ac6"
},
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.3.4/terra_2.3.4_Linux_x86_64.tar.gz?checksum=sha256:3e737e1f1f9b8640ef0e73f412e9e11bedd494ea2c130630a1f5586e00da9ae7"
}
},
{
"name": "v2.4",
"tag": "v2.4.0",
"cosmos_sdk_version": "v0.46.11",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.30.0",
"ibc_go_version": "v6.1.1",
"consensus": {
"type": "cometbft",
"version": "v0.34.27"
}
"next_version_name": "v2.4"
},
{
"name": "v2.4",
"tag": "v2.4.1",
"proposal": 4737,
"height": 5994365,
"recommended_version": "v2.4.1",
"compatible_versions": [
"v2.4.1"
],
"cosmos_sdk_version": "v0.46.11",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.30.0",
"ibc_go_version": "v6.1.1",
"consensus": {
"type": "cometbft",
"type": "tendermint",
"version": "v0.34.27"
},
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_x86_64.tar.gz?checksum=sha256:d106fcbd99eaa8aa604d857c0ee63465d905e20e889f5afb3803e34db32ec5a4"
}
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_x86_64.tar.gz"
},
"next_version_name": ""
}
]
},
Expand Down Expand Up @@ -320,6 +267,10 @@
{
"address": "https://terra-phoenix-rpc.highstakes.ch:26657/",
"provider": "High Stakes \uD83C\uDDE8\uD83C\uDDED"
},
{
"address": "https://rpc-terra.wildsage.io",
"provider": "🧙 WildSage Labs"
}
],
"rest": [
Expand All @@ -328,8 +279,8 @@
"provider": "CryptoCrew"
},
{
"address": "https://lcd-terra.wildsage.io:443/",
"provider": "WildSage Labs"
"address": "https://lcd-terra.wildsage.io",
"provider": "🧙 WildSage Labs"
},
{
"address": "https://terra-mainnet-lcd.autostake.com:443",
Expand Down Expand Up @@ -400,6 +351,12 @@
"kind": "Stakeflow",
"url": "https://stakeflow.io/terra",
"account_page": "https://stakeflow.io/terra/accounts/${accountAddress}"
},
{
"kind": "mintscan",
"url": "https://www.mintscan.io/terra",
"tx_page": "https://www.mintscan.io/terra/transactions/${txHash}",
"account_page": "https://www.mintscan.io/terra/accounts/${accountAddress}"
}
]
}

0 comments on commit ddbce95

Please sign in to comment.