diff --git a/osmo-test-5/osmosis.zone_assets.json b/osmo-test-5/osmosis.zone_assets.json index 27a798e82..eacd811a3 100644 --- a/osmo-test-5/osmosis.zone_assets.json +++ b/osmo-test-5/osmosis.zone_assets.json @@ -110,6 +110,12 @@ "base_denom": "aconst", "path": "transfer/channel-7779/aconst", "osmosis_verified": false + }, + { + "chain_name": "symphonytestnet", + "base_denom": "note", + "path": "transfer/channel-8686/note", + "osmosis_verified": false } ] } diff --git a/osmo-test-5/osmosis.zone_chains.json b/osmo-test-5/osmosis.zone_chains.json index cb230e9fe..8544d8c39 100644 --- a/osmo-test-5/osmosis.zone_chains.json +++ b/osmo-test-5/osmosis.zone_chains.json @@ -166,6 +166,18 @@ "ibc-go", "cosmwasm" ] + }, + { + "chain_name": "symphonytestnet", + "rpc": "https://symphony-rpc.kleomedes.network", + "rest": "https://symphony-api.kleomedes.network", + "explorer_tx_url": "https://testnet.ping.pub/symphony/tx/${txHash}", + "keplr_features": [ + "ibc-go", + "ibc-transfer", + "cosmwasm", + "wasmd_0.24+" + ] } ] }