Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 17 additions & 26 deletions symphony/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,17 @@
},
"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": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version updates must also be reflected in the verions.json file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've updated versions.json to include 1.0.7. i've also removed from compatible versions so only the included tags for full releases (the ones listed) are included

"v1.0.0",
"v1.0.1",
"v1.0.2",
"v1.0.3",
"v1.0.4",
"v1.0.5",
"v1.0.6",
"v1.0.7"
],
"consensus": {
"type": "cometbft",
"version": "0.38.11"
Expand Down Expand Up @@ -78,10 +87,6 @@
},
"apis": {
"rpc": [
{
"address": "https://symphony.rpc.nodeshub.online/",
"provider": "Nodes Hub"
},
{
"address": "https://symphony-rpc.cogwheel.zone/",
"provider": "Cogwheel \u2699\ufe0f"
Expand All @@ -91,15 +96,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 \u2699\ufe0f"
Expand All @@ -109,15 +110,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 \u2699\ufe0f"
Expand All @@ -127,8 +124,8 @@
"provider": "Vinjan.Inc"
},
{
"address": "https://grpc-symphony.sr20de.xyz",
"provider": "Sr20de"
"address": "mainnet-symphony.konsortech.xyz:21090",
"provider": "KonsorTech"
}
]
},
Expand All @@ -138,12 +135,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": {
Expand Down
Loading