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 6e397d0 commit 8149b25Copy full SHA for 8149b25
test/e2e/constants.ts
@@ -20,7 +20,7 @@ export const BUNDLER_URL = 'http://localhost:3000/rpc';
20
21
/* URL of the 4337 account snap site. */
22
export const ERC_4337_ACCOUNT_SNAP_URL =
23
- 'https://metamask.github.io/snap-account-abstraction-keyring/latest/';
+ 'https://metamask.github.io/snap-account-abstraction-keyring/0.2.2/';
24
25
/* Salt used to generate the 4337 account. */
26
export const ERC_4337_ACCOUNT_SALT = '0x1';
0 commit comments