@heyanon/sdk 2.1.12 → 2.1.13

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.
@@ -19,9 +19,9 @@ export interface SendTransactionProps {
19
19
  readonly transactions: TransactionParams[];
20
20
  }
21
21
  export interface ContractProps {
22
- readonly abi: Abi | unknown[];
22
+ readonly abi: Abi | any[];
23
23
  readonly bytecode: Hex;
24
- readonly args?: unknown[];
24
+ readonly args?: any[];
25
25
  }
26
26
  export interface DeployContractProps {
27
27
  readonly chainId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyanon/sdk",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",