-
Notifications
You must be signed in to change notification settings - Fork 12
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
CLI is not sending CELO when you try to submit a Governance Proposals #155
Comments
Hi @juanjgiraldoc i have found the source of the issue and am working on fix |
1 task
aaronmgdr
added a commit
that referenced
this issue
Feb 27, 2024
aaronmgdr
added a commit
that referenced
this issue
Feb 27, 2024
reopened until we have outside confirmation that @celo/[email protected] fixes the issue @juanjgiraldoc please try and let me know |
Seems working, thanks @aaronmgdr |
Closing based on @juanjgiraldoc's feedback ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package
@celo/celocli
Have you ensured that all of these are up to date?
What version of the package are you on?
@celo/celocli/4.0.0 darwin-arm64 node-v20.11.0
What command or function is the bug in?
celocli governance:propose
Operating System
macOS (Apple Silicon)
Describe the bug
When you try to submit a new governance proposal using this command:
celocli governance:propose --jsonTransactions ./mainnet.json --deposit 10000e18 --descriptionURL https://github.com/celo-org/governance/blob/main/CGPs/cgp-XXXXmd --from XXXXXXXXXXXXXXXXXX --privateKey=XXXXXXXXXXXXXXXXXX
you got an error that says "Too small deposit"
And If you check, The cli is not sending any celo with the propose transaction for some reason.
The text was updated successfully, but these errors were encountered: