Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Symphony chain.json chain-id to testnet-4 #5692

Merged
merged 12 commits into from
Feb 9, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"connection_id": "connection-144"
},
"chain_2": {
"chain_name": "symphonytestnet",
"chain_name": "symphonytestnet3",
"client_id": "07-tendermint-25",
"connection_id": "connection-12"
},
Expand Down
30 changes: 30 additions & 0 deletions testnets/_IBC/cosmoshubtestnet-symphonytestnet3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "cosmoshubtestnet",
"client_id": "07-tendermint-3730",
"connection_id": "connection-3782"
},
"chain_2": {
"chain_name": "symphonytestnet3",
"client_id": "07-tendermint-10",
"connection_id": "connection-9"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-4300",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-7",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}
30 changes: 30 additions & 0 deletions testnets/_IBC/junotestnet-symphonytestnet3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "junotestnet",
"client_id": "07-tendermint-789",
"connection_id": "connection-868"
},
"chain_2": {
"chain_name": "symphonytestnet3",
"client_id": "07-tendermint-28",
"connection_id": "connection-13"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-943",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-11",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}
32 changes: 32 additions & 0 deletions testnets/_IBC/osmosistestnet-symphonytestnet3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "osmosistestnet",
"client_id": "07-tendermint-3946",
"connection_id": "connection-3419"
},
"chain_2": {
"chain_name": "symphonytestnet3",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-8743",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
}
]
}
30 changes: 30 additions & 0 deletions testnets/_IBC/stargazetestnet-symphonytestnet3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "stargazetestnet",
"client_id": "07-tendermint-952",
"connection_id": "connection-947"
},
"chain_2": {
"chain_name": "symphonytestnet3",
"client_id": "07-tendermint-4",
"connection_id": "connection-4"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-998",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-4",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}
15 changes: 7 additions & 8 deletions testnets/symphonytestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,23 @@
},
"codebase": {
"git_repo": "https://github.com/Orchestra-Labs/symphony",
"recommended_version": "v23.0.5",
"recommended_version": "v0.4.1",
"compatible_versions": [
"v23.0.5-rc1",
"v23.0.5"
"v0.4.1"
],
"consensus": {
"type": "tendermint",
"version": "0.37.4"
"type": "cometbft",
"version": "0.38.11"
},
"genesis": {
"genesis_url": "https://rpc.testnet.symphonychain.org/genesis"
"genesis_url": "https://raw.githubusercontent.com/Orchestra-Labs/symphony/refs/heads/main/networks/symphony-testnet-4/genesis.json"
},
"sdk": {
"type": "cosmos",
"version": "0.47.8"
"version": "0.50.9"
},
"cosmwasm": {
"version": "0.30",
"version": "0.53.0",
"enabled": true
}
},
Expand Down
15 changes: 7 additions & 8 deletions testnets/symphonytestnet/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
"chain_name": "symphonytestnet",
"versions": [
{
"name": "v23",
"recommended_version": "v23.0.5",
"name": "v0.4.1",
"recommended_version": "v0.4.1",
"compatible_versions": [
"v23.0.5-rc1",
"v23.0.5"
"v0.4.1"
],
"consensus": {
"type": "tendermint",
"version": "0.37.4"
"type": "cometbft",
"version": "0.38.11"
},
"sdk": {
"type": "cosmos",
"version": "0.47.8"
"version": "0.50.9"
},
"cosmwasm": {
"version": "0.30",
"version": "0.53.0",
"enabled": true
}
}
Expand Down
126 changes: 126 additions & 0 deletions testnets/symphonytestnet3/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "symphonytestnet3",
"assets": [
{
"description": "The native token of Symphony",
"denom_units": [
{
"denom": "note",
"exponent": 0,
"aliases": []
},
{
"denom": "mld",
"exponent": 6,
"aliases": [
"melody"
]
}
],
"type_asset": "sdk.coin",
"base": "note",
"name": "Melody",
"display": "mld",
"symbol": "MLD",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png"
}
]
},
{
"description": "Harmonized USD",
"denom_units": [
{
"denom": "uusd",
"exponent": 0,
"aliases": []
},
{
"denom": "husd",
"exponent": 6,
"aliases": [
"harmony USD"
]
}
],
"type_asset": "sdk.coin",
"base": "uusd",
"name": "Harmony USD",
"display": "husd",
"symbol": "HUSD",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png"
}
]
},
{
"description": "Harmonized HKD",
"denom_units": [
{
"denom": "ukhd",
"exponent": 0,
"aliases": []
},
{
"denom": "hkhd",
"exponent": 6,
"aliases": [
"harmony HKD"
]
}
],
"type_asset": "sdk.coin",
"base": "ukhd",
"name": "Harmony HKD",
"display": "hkhd",
"symbol": "HKHD",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png"
}
]
},
{
"description": "Harmonized VND",
"denom_units": [
{
"denom": "uvnd",
"exponent": 0,
"aliases": []
},
{
"denom": "hvnd",
"exponent": 6,
"aliases": [
"harmony VND"
]
}
],
"type_asset": "sdk.coin",
"base": "uvnd",
"name": "Harmony VND",
"display": "hvnd",
"symbol": "HVND",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png"
}
]
}
]
}
Loading