Latest Tenk Contract Type Errors #92
tomvanriet
started this conversation in
General
Replies: 1 comment 1 reply
-
What is your package.json look like? The error is because I'm using a newer version of near-api-js (been waiting for them to merge the transaction API I would try deleting your node_modules and doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Willem,
So I went through the discussions and found a similar error, you suggested using
yarn deploy:testnet --accountId xx.testnet
However, after doing this, I still get:
TypeError: account.createTransaction is not a function at Object.main (/mnt/c/Git/tenk/scripts/deploy.ts:66:6) at async Object.handler (/mnt/c/Git/tenk/node_modules/near-cli/commands/repl.js:41:17)
Any suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions