Skip to content

Commit

Permalink
Add Symphony Testnet chain and IBC (#1837)
Browse files Browse the repository at this point in the history
* 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 ca96272.

* Revert "ending whitespace osmo-test-5.chainlist.json"

This reverts commit 188fef6.

* Revert "full reversion osmo-test-5.chainlist.json"

This reverts commit 496cdf2.

* Revert "Update osmo-test-5.chainlist.json"

This reverts commit c5e804f.

* Revert "Merge pull request #2 from Orchestra-Labs/feat--add-symphony-testnet"

This reverts commit 742f2a1, reversing
changes made to 1255bb1.

* Revert "Merge pull request #1 from Orchestra-Labs/feat--add-symphony-testnet"

This reverts commit 1255bb1, reversing
changes made to 299f01d.

* feat: revert chainlist changes, keep zone_assets and zone_chains
  • Loading branch information
dblackstone1 committed Aug 14, 2024
1 parent 662e916 commit e2c17ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions osmo-test-5/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
12 changes: 12 additions & 0 deletions osmo-test-5/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -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+"
]
}
]
}

0 comments on commit e2c17ce

Please sign in to comment.