-
Notifications
You must be signed in to change notification settings - Fork 260
chore(target_chains/cosmwasm): replace xion_testnet with xion_testnet_2 #2510
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
Conversation
The previous contract doesn't exist anymore
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -28,6 +28,7 @@ | |||
"devDependencies": { | |||
"@types/adm-zip": "^0.5.0", | |||
"@types/yargs": "^17.0.18", | |||
"prettier": "catalog:" | |||
"prettier": "catalog:", | |||
"ts-node": "^10.9.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably move ts-node
to the catalog too since we should be managing it alongside typescript, and ideally we should upgrade the tooling across the whole monorepo simultaneously.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make a separate PR for it because it affects everything else
Summary
Deploy cosmwasm to xion_testnet_2. Also removes the previous xion deployment as it doesn't exist anymore.