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
then when I try to deploy the contract Sample.tsol in venom_testnet I get an error
npx locklift run --network venom_testnet -s scripts/1-deploy-sample
[INFO] Found 1 sources
[INFO] No changes found, skip compilation
[INFO] factorySource generated
[INFO] EverWallet is used as a giver, the giver balance is: 500.213123 ever
Error: Signer not found
at AccountsStorageContext.getSigner (fresh-locklift/node_modules/everscale-standalone-client/client/AccountsStorage/index.js:32:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at EverWalletAccount.prepareMessage (fresh-locklift/node_modules/everscale-standalone-client/client/AccountsStorage/EverWallet.js:45:24)
at sendMessage (fresh-locklift/node_modules/everscale-standalone-client/client/index.js:953:31)
at ProviderRpcClient.sendMessage (fresh-locklift/node_modules/everscale-inpage-provider/dist/index.js:746:33)
at Deployer.deployContract (fresh-locklift/node_modules/locklift/internal/factory/deployer.js:11:13)
at main (fresh-locklift/scripts/1-deploy-sample.ts:3:36)
npx locklift --version
2.9.4
The text was updated successfully, but these errors were encountered:
So I made fresh project
then when I try to deploy the contract
Sample.tsol
in venom_testnet I get an errorThe text was updated successfully, but these errors were encountered: