-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: clobber old penumbra testnet config #72
Conversation
During IBC dev spike, we discovered that the prax registry logic is hardcoded to pull from a `penumbra-testnet-deimos-8.json`, even if that's not the testnet chain id that a user is connected to. We should update that logic, but to unblock, I'm clobbering the old config with the new config, manually, to force loading of the correct IBC channels.
|
We intentionally disable some failing tests via #73 to unblock ongoing IBC dev integration work. |
During IBC dev spike, we discovered that the prax registry logic is hardcoded to pull from a
penumbra-testnet-deimos-8.json
, even if that's not the testnet chain id that a user is connected to.We should update that logic, but to unblock, I'm clobbering the old config with the new config, manually, to force loading of the correct IBC channels.