Skip to content

Commit 8149b25

Browse files
committed
test: set snap-account-abstraction-keyrin to a fixed version
1 parent 6e397d0 commit 8149b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const BUNDLER_URL = 'http://localhost:3000/rpc';
2020

2121
/* URL of the 4337 account snap site. */
2222
export const ERC_4337_ACCOUNT_SNAP_URL =
23-
'https://metamask.github.io/snap-account-abstraction-keyring/latest/';
23+
'https://metamask.github.io/snap-account-abstraction-keyring/0.2.2/';
2424

2525
/* Salt used to generate the 4337 account. */
2626
export const ERC_4337_ACCOUNT_SALT = '0x1';

0 commit comments

Comments
 (0)