Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Signer not found on deploy to venom_testnet #38

Open
fullpipe opened this issue Aug 19, 2024 · 0 comments
Open

Error: Signer not found on deploy to venom_testnet #38

fullpipe opened this issue Aug 19, 2024 · 0 comments

Comments

@fullpipe
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant