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
When trying to run the Quickstart, and using an ERC20 contract already on-chain (deployed using Redspot), I am getting the following error:
TypeError: result_handler() takes 1 positional argument but 3 were given
To test this, I am using a local Europa instance, and I have previously created, compiled and deployed an ERC20 contract using Redspot, and copied the erc20.json & erc20.wasm files to a res subfolder (as expected by the tutorial code).
When trying to run the Quickstart, and using an ERC20 contract already on-chain (deployed using Redspot), I am getting the following error:
To test this, I am using a local Europa instance, and I have previously created, compiled and deployed an ERC20 contract using Redspot, and copied the erc20.json & erc20.wasm files to a res subfolder (as expected by the tutorial code).
Below is the test code:
The text was updated successfully, but these errors were encountered: