broxus / locklift

Node JS framework for working with Everscale and Venom contracts. Inspired by Truffle and Hardhat. Helps you build, test, run and maintain your smart contracts.
Apache License 2.0
51 stars 31 forks source link

Error: Signer not found on deploy to venom_testnet #38

Open fullpipe opened 3 months ago

fullpipe commented 3 months ago

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