@funkit/core 0.10.10 → 0.10.11

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.
@@ -110,6 +110,8 @@ export declare enum CheckoutState {
110
110
  export type CheckoutHistoryItem = {
111
111
  createdTimeMs: number;
112
112
  depositAddr: Address;
113
+ currentDepositAddr: Address;
114
+ recipientAddr: Address;
113
115
  expirationTimestampSeconds: number;
114
116
  fromAmountBaseUnit: string;
115
117
  fromChainId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/core",
3
- "version": "0.10.10",
3
+ "version": "0.10.11",
4
4
  "description": "Funkit core SDK provides feature-rich and extensible smart wallets built on account abstraction",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",