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
Create AMM
✔ Creation (387ms)
✔ Invalid fee (71ms)
Create pool
1) "before each" hook for "Creation"
Deposit liquidity
2) "before each" hook for "Deposit equal amounts"
Swap
3) "before each" hook for "Swap from A to B"
Withdraw liquidity
4) "before each" hook for "Withdraw everything"
2 passing (11s)
4 failing
1) Create pool
"before each" hook for "Creation":
TypeError: Cannot read properties of undefined (reading 'toString')
at Transaction.sign (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/transaction/legacy.ts:671:36)
at Connection.sendTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/connection.ts:5846:21)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at sendAndConfirmTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/utils/send-and-confirm-transaction.ts:35:21)
2) Deposit liquidity
"before each" hook for "Deposit equal amounts":
TypeError: Cannot read properties of undefined (reading 'toString')
at Transaction.sign (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/transaction/legacy.ts:671:36)
at Connection.sendTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/connection.ts:5846:21)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at sendAndConfirmTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/utils/send-and-confirm-transaction.ts:35:21)
3) Swap
"before each" hook for "Swap from A to B":
TypeError: Cannot read properties of undefined (reading 'toString')
at Transaction.sign (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/transaction/legacy.ts:671:36)
at Connection.sendTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/connection.ts:5846:21)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at sendAndConfirmTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/utils/send-and-confirm-transaction.ts:35:21)
4) Withdraw liquidity
"before each" hook for "Withdraw everything":
TypeError: Cannot read properties of undefined (reading 'toString')
at Transaction.sign (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/transaction/legacy.ts:671:36)
at Connection.sendTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/connection.ts:5846:21)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at sendAndConfirmTransaction (node_modules/.pnpm/@solana+web3.js@1.91.8_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@solana/web3.js/src/utils/send-and-confirm-transaction.ts:35:21)
The text was updated successfully, but these errors were encountered:
test for
token-swap
, on localnet, get error:The text was updated successfully, but these errors were encountered: