We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4616 commit 8976091Copy full SHA for 8976091
__tests__/wallet.test.ts
@@ -119,7 +119,7 @@ describe('deploy and test Wallet', () => {
119
const { nonce } = await wallet.call('get_current_nonce');
120
const msgHash = addHexPrefix(
121
hashMessage(
122
- walletAddress,
+ '0', // needs to be walletAddress once it'S possible to retrieve address(self) in cairo
123
erc20Address,
124
getSelectorFromName('transfer'),
125
[erc20Address, '10'],
0 commit comments