-
Notifications
You must be signed in to change notification settings - Fork 365
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
Create IBC connection to another testnet chain #195
Comments
currently blocked on mamaki by #412 |
I'm working on this with notes captured in Notion here, I'm attempting to test Cosmos Hub testnet <> mocha-4 but I'm currently hitting informalsystems/hermes#3620 . I was able to successfully test Cosmos Hub testnet <> Osmosis testnet (see gist). |
Made Notion notes public in this Gist. Example token transfer mocha-4 to Cosmos Hub: https://testnet.mintscan.io/celestia-testnet/txs/C3767DCAA4880DF7CD7A9EAE82CDF02E9A81D516B7548EBF2CDCAC9750C88886?height=78794 Example token transfer Cosmos Hub to mocha-4: https://testnet.mintscan.io/cosmoshub-testnet/txs/B9ACC78B86DDA84B9B3263B9EC1A7311A12F88B44F65B21B5520866C292A43FF?height=17936858 Mintscan doesn't show IBC tokens from mocha-4 on Cosmos Hub testnet but I sent them an email to ask why not. I expect they need to officially recognize the connection. Created a PR to add the connection to chain-registry: cosmos/chain-registry#2850 |
As a default, starport chains have the ability to use IBC. We should be able to start a relayer and connect to another chain.
The text was updated successfully, but these errors were encountered: