@magic-ext/zilliqa 23.4.0 → 23.4.1-canary.366798e.0

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.
@@ -11,6 +11,7 @@ export declare class ZilliqaExtension extends Extension.Internal<'zilliqa', Zill
11
11
  done: (result: any) => void;
12
12
  error: (reason: any) => void;
13
13
  settled: () => void;
14
+ "closed-by-user": () => void;
14
15
  }>;
15
16
  getWallet: () => Promise<object>;
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/zilliqa",
3
- "version": "23.4.0",
3
+ "version": "23.4.1-canary.366798e.0",
4
4
  "description": "magic zilliqa extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "devDependencies": {
31
- "@magic-sdk/commons": "^24.4.0"
31
+ "@magic-sdk/commons": "24.4.1-canary.366798e.0"
32
32
  },
33
- "gitHead": "efdcd29471d76e3fbcb95217326fb2f49b9bc825"
33
+ "gitHead": "366798e9901e3fbbaccfb9950f2a6401d8ca1fb3"
34
34
  }