From e2c17cee99ce7bfc72de15aa4f2fe4627b52be6a Mon Sep 17 00:00:00 2001 From: dblackstone1 <147945739+dblackstone1@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:41:17 -0400 Subject: [PATCH] Add Symphony Testnet chain and IBC (#1837) * feat: add symphony testnet to chainlist * feat: add cosmos registry path * feat: add symphony testnet to zone_chains * Update osmo-test-5.chainlist.json copy to revert changes * full reversion osmo-test-5.chainlist.json * ending whitespace osmo-test-5.chainlist.json * remove ending whitespace osmo-test-5.chainlist.json * Update osmo-test-5.chainlist.json * Revert "remove ending whitespace osmo-test-5.chainlist.json" This reverts commit ca96272d42716bc0fb491fcba405adaabe0e086e. * Revert "ending whitespace osmo-test-5.chainlist.json" This reverts commit 188fef6af3b5d29d9821938c7805aed811e69746. * Revert "full reversion osmo-test-5.chainlist.json" This reverts commit 496cdf2310c42d22ab25bdf01738c604d6f31cf6. * Revert "Update osmo-test-5.chainlist.json" This reverts commit c5e804fff2b24b27ae69a658a3f0c4b0c7bf4d58. * Revert "Merge pull request #2 from Orchestra-Labs/feat--add-symphony-testnet" This reverts commit 742f2a14cd2e1586edc32c7c31efe7084a828905, reversing changes made to 1255bb1fca492184bc22e2478132e6cebe3c7579. * Revert "Merge pull request #1 from Orchestra-Labs/feat--add-symphony-testnet" This reverts commit 1255bb1fca492184bc22e2478132e6cebe3c7579, reversing changes made to 299f01dabb8232bd48bc0be75403f9bfc4292078. * feat: revert chainlist changes, keep zone_assets and zone_chains --- osmo-test-5/osmosis.zone_assets.json | 6 ++++++ osmo-test-5/osmosis.zone_chains.json | 12 ++++++++++++ 2 files changed, 18 insertions(+) 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+" + ] } ] }