diff --git a/symphony/chain.json b/symphony/chain.json index af81fbda24..8bf0f0a4f1 100644 --- a/symphony/chain.json +++ b/symphony/chain.json @@ -34,10 +34,8 @@ }, "codebase": { "git_repo": "https://github.com/Orchestra-Labs/symphony", - "recommended_version": "v1.0.0", - "compatible_versions": [ - "v1.0.0" - ], + "recommended_version": "v1.0.7", + "compatible_versions": ["v1.0.7"], "consensus": { "type": "cometbft", "version": "0.38.11" @@ -82,10 +80,6 @@ }, "apis": { "rpc": [ - { - "address": "https://symphony.rpc.nodeshub.online/", - "provider": "Nodes Hub" - }, { "address": "https://symphony-rpc.cogwheel.zone/", "provider": "Cogwheel ⚙️" @@ -95,15 +89,11 @@ "provider": "Vinjan.Inc" }, { - "address": "https://rpc-symphony.sr20de.xyz", - "provider": "Sr20de" + "address": "https://mainnet-symphony-rpc.konsortech.xyz", + "provider": "KonsorTech" } ], "rest": [ - { - "address": "https://symphony.api.nodeshub.online/", - "provider": "Nodes Hub" - }, { "address": "https://symphony-api.cogwheel.zone/", "provider": "Cogwheel ⚙️" @@ -113,15 +103,11 @@ "provider": "Vinjan.Inc" }, { - "address": "https://api-symphony.sr20de.xyz", - "provider": "Sr20de" + "address": "https://mainnet-symphony-api.konsortech.xyz", + "provider": "KonsorTech" } ], "grpc": [ - { - "address": "https://symphony.grpc.nodeshub.online/", - "provider": "Nodes Hub" - }, { "address": "https://symphony-grpc.cogwheel.zone:443", "provider": "Cogwheel ⚙️" @@ -131,8 +117,8 @@ "provider": "Vinjan.Inc" }, { - "address": "https://grpc-symphony.sr20de.xyz", - "provider": "Sr20de" + "address": "mainnet-symphony.konsortech.xyz:21090", + "provider": "KonsorTech" } ] }, @@ -142,12 +128,6 @@ "url": "https://xplorer.vinjan.xyz/symphony", "tx_page": "https://xplorer.vinjan.xyz/symphony/tx/${txHash}", "account_page": "https://xplorer.vinjan.xyz/symphony/account/${accountAddress}" - }, - { - "kind": "Sr20de Explorer", - "url": "https://explorer.sr20de.xyz/symphony", - "tx_page": "https://explorer.sr20de.xyz/symphony/tx/${txHash}", - "account_page": "https://explorer.sr20de.xyz/symphony/account/${accountAddress}" } ], "logo_URIs": { diff --git a/symphony/versions.json b/symphony/versions.json index eb50382b81..38ece24c19 100644 --- a/symphony/versions.json +++ b/symphony/versions.json @@ -7,9 +7,7 @@ "tag": "v1.0.0", "height": 1, "recommended_version": "v1.0.0", - "compatible_versions": [ - "v1.0.0" - ], + "compatible_versions": ["v1.0.0"], "binaries": { "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.0/symphonyd" }, @@ -33,9 +31,7 @@ "tag": "v1.0.4", "height": 3333145, "recommended_version": "v1.0.4", - "compatible_versions": [ - "v1.0.4" - ], + "compatible_versions": ["v1.0.4"], "binaries": { "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.4/symphonyd" }, @@ -59,9 +55,7 @@ "tag": "v1.0.6", "height": 3333145, "recommended_version": "v1.0.6", - "compatible_versions": [ - "v1.0.6" - ], + "compatible_versions": ["v1.0.6"], "binaries": { "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.6/symphonyd" }, @@ -79,6 +73,30 @@ }, "previous_version_name": "v28", "next_version_name": "" + }, + { + "name": "v1.0.7", + "tag": "v1.0.7", + "height": 3333145, + "recommended_version": "v1.0.7", + "compatible_versions": ["v1.0.7"], + "binaries": { + "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.7/symphonyd" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "sdk": { + "type": "cosmos", + "version": "0.50.9" + }, + "cosmwasm": { + "version": "0.53.0", + "enabled": true + }, + "previous_version_name": "v29", + "next_version_name": "" } ] }