@gardenfi/core 2.0.8 → 2.0.9

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.
@@ -125,6 +125,7 @@ export interface IOrderExecutorCache {
125
125
  }
126
126
  export type GardenProps = {
127
127
  environment: Environment;
128
+ apiKey?: string;
128
129
  evmWallet: WalletClient;
129
130
  secretManager?: ISecretManager;
130
131
  siweOpts?: SiweOpts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/core",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "vite build",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@catalogfi/wallets": "^0.2.51",
30
- "@gardenfi/orderbook": "^2.0.0",
31
- "@gardenfi/utils": "^2.0.0",
30
+ "@gardenfi/orderbook": "^2.0.2",
31
+ "@gardenfi/utils": "^2.0.1",
32
32
  "bignumber.js": "^9.1.2",
33
33
  "bitcoinjs-lib": "^6.1.6",
34
34
  "tiny-secp256k1": "^2.2.3",