@seal-protocol/backendjs 0.0.72 → 0.0.74

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.
@@ -63,6 +63,18 @@ export interface SealToken {
63
63
  * @memberof SealToken
64
64
  */
65
65
  'isErc2612'?: boolean;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof SealToken
70
+ */
71
+ 'contractName'?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof SealToken
76
+ */
77
+ 'contractVersion'?: string;
66
78
  /**
67
79
  *
68
80
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "v0.0.72",
3
+ "version": "0.0.74",
4
4
  "description": "Javascript SDK for Seal Backend",
5
5
  "author": "amin <amin@refractedlabs.com>",
6
6
  "homepage": "https://github.com/seal-protocol/backend/tree/main/ts-client#readme",