-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: contract-configuration-CKIP-21 #3
Conversation
services/jvm/config_ibc.star
Outdated
"--gas auto", | ||
"--output json" | ||
],) | ||
deploy = plan.exec( |
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.
indentation is wrong here please fix it
services/jvm/config_ibc.star
Outdated
node-url, | ||
"--fees 300uconst" | ||
],) | ||
instantiate = plan.exec( |
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.
same here
services/jvm/config_ibc.star
Outdated
recipe=exec_recipe | ||
) | ||
|
||
def instantiate(paln, service_name,wallet_name, label, ): |
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.
instantiating cosmwasm contract needs code id please fix the logic of instantiating
Please refer https://book.cosmwasm.com/index.html for more info on contract deployment |
…andling-and-Error-Messages Dive 361 error handling and error messages
Description:
The goal of this task is to configure the contracts to handle the IBC communication
Acceptance Criteria :
Commit Message
see the guidelines for commit messages.
Checklist: