@0xsequence/account 2.2.5 → 2.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
- package/src/account.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsequence/account",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7",
|
|
4
4
|
"description": "tools for migrating sequence wallets to new versions",
|
|
5
5
|
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
"ethers": ">=6"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@0xsequence/abi": "2.2.
|
|
16
|
-
"@0xsequence/core": "2.2.
|
|
17
|
-
"@0xsequence/
|
|
18
|
-
"@0xsequence/
|
|
19
|
-
"@0xsequence/
|
|
20
|
-
"@0xsequence/
|
|
21
|
-
"@0xsequence/
|
|
22
|
-
"@0xsequence/
|
|
15
|
+
"@0xsequence/abi": "2.2.7",
|
|
16
|
+
"@0xsequence/core": "2.2.7",
|
|
17
|
+
"@0xsequence/network": "2.2.7",
|
|
18
|
+
"@0xsequence/migration": "2.2.7",
|
|
19
|
+
"@0xsequence/sessions": "2.2.7",
|
|
20
|
+
"@0xsequence/utils": "2.2.7",
|
|
21
|
+
"@0xsequence/wallet": "2.2.7",
|
|
22
|
+
"@0xsequence/relayer": "2.2.7"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
26
26
|
"ethers": "6.13.4",
|
|
27
27
|
"nyc": "^15.1.0",
|
|
28
|
-
"@0xsequence/
|
|
29
|
-
"@0xsequence/
|
|
28
|
+
"@0xsequence/tests": "2.2.7",
|
|
29
|
+
"@0xsequence/signhub": "2.2.7"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"src",
|
package/src/account.ts
CHANGED
|
@@ -432,7 +432,7 @@ export class Account {
|
|
|
432
432
|
to: this.address,
|
|
433
433
|
data: hooksInterface.encodeFunctionData(hooksInterface.getFunction('addHook')!, [
|
|
434
434
|
'0x90611127',
|
|
435
|
-
proxyImplementationHook
|
|
435
|
+
proxyImplementationHook
|
|
436
436
|
]),
|
|
437
437
|
gasLimit: 50000, // Expected ~28k gas. Buffer added
|
|
438
438
|
delegateCall: false,
|