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
Create a .env file with the seed for a well-known account Alice:
SMARTNET_MNEMONIC="bottom drive obey lake <...>//Alice"
Account is seeded with tokens so that you can immediately do:
yarn deploy
Which throws:
WARN Unable to find handler for subscription=state_storage::XEclAsTV4Qz8Fzvq
WARN Unable to find handler for subscription=author_extrinsicUpdate::SjxI5FeHLqmW08m1
ERROR Module
RedspotPluginError: Instantiation failed
at erc20/node_modules/@redspot/patract/contractFactory.js:238:23
at ContractFactory.instantiateWithCode (erc20/node_modules/@redspot/patract/contractFactory.js:234:28)
at ContractFactory.deploy (erc20/node_modules/@redspot/patract/contractFactory.js:285:31)
The text was updated successfully, but these errors were encountered:
Redspot Version
0.13.6
Description
Trying to deploy an example contract (ink 3.0) on a node based on Substrate 0.9.19
Reproducing
See this repository:
https://github.com/fbielejec/erc20
Create a .env file with the seed for a well-known account Alice:
Account is seeded with tokens so that you can immediately do:
Which throws:
The text was updated successfully, but these errors were encountered: