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
When I try as below and try to create the messages separately and send them in a single createTransfer, I get an 'invalid address' warning. But when I send the messages separately, there is no problem.
When I try as below and try to create the messages separately and send them in a single createTransfer, I get an 'invalid address' warning. But when I send the messages separately, there is no problem.
Using file: publishPresale2 Connected to wallet at address: EQBg0oduUuIGOkdzpWwVzFaHJqIdDDJ8ylgQxAD8VZRXzQtF Error: Invalid address. Got EQCkRxH16paRh_27zaTflO_BwJoARIQ1-3d_1tHlBIbV7RIa at BitBuilder.writeAddress (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/boc/BitBuilder.js:256:15) at Builder.storeAddress (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/boc/Builder.js:237:20) at /Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/types/CommonMessageInfoRelaxed.js:65:21 at Builder.storeWritable (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/boc/Builder.js:338:13) at Builder.store (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/boc/Builder.js:362:14) at /Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/types/MessageRelaxed.js:36:17 at Builder.storeWritable (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/boc/Builder.js:338:13) at Builder.store (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@ton/core/dist/boc/Builder.js:362:14) at createWalletTransferV4 (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]__@[email protected]/node_modules/@ton/ton/dist/wallets/signing/createWalletTransfer.js:125:57) at Proxy.createTransfer (/Users/beycan/Desktop/tokenico/tokenico-ts/contracts/ton/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]__@[email protected]/node_modules/@ton/ton/dist/wallets/WalletContractV4.js:75:66)
The text was updated successfully, but these errors were encountered: