You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am no longer able to use azteccli [command] i.e. azteccli balance.
following error:
Setting up the SDK... !
Failed to close the connection: TypeError: Cannot read properties of undefined (reading 'destroy')
Error: Version mismatch with rollup provider. Error: Rollup provider / SDK version mismatch. Hard refresh your browser or update SDK.
However, the following works fine.
./bin/run.cjs [command] i.e. ./bin/run.cjs balance
I'm assuming it's not recognizing the latest sdk version or perhaps there's something messed up with my local config?
The text was updated successfully, but these errors were encountered:
I noticed this in the last day or two.
I am no longer able to use
azteccli [command]
i.e.azteccli balance
.following error:
However, the following works fine.
./bin/run.cjs [command]
i.e../bin/run.cjs balance
I'm assuming it's not recognizing the latest sdk version or perhaps there's something messed up with my local config?
The text was updated successfully, but these errors were encountered: