locklift icon indicating copy to clipboard operation
locklift copied to clipboard

Error: Signer not found on deploy to venom_testnet

Open fullpipe opened this issue 6 months ago • 0 comments

So I made fresh project

npx locklift init --path fresh-locklift

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

fullpipe avatar Aug 19 '24 16:08 fullpipe