We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am encountering an issue when trying to re-initialize the ACTIONS contract in the initialize script of our project. The error message I receive is:
initialize
Caused by: code=ContractError, message="Contract error" error: script failed with exit code: 1
This error occurs when the initialize script attempts to initialize the ACTIONS contract with the following command:
sozo execute --rpc-url $RPC_URL $ACTIONS_ADDRESS init
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am encountering an issue when trying to re-initialize the ACTIONS contract in the
initialize
script of our project. The error message I receive is:This error occurs when the
initialize
script attempts to initialize the ACTIONS contract with the following command:sozo execute --rpc-url $RPC_URL $ACTIONS_ADDRESS init
The text was updated successfully, but these errors were encountered: