@ichidao/ichi-vaults-sdk 0.0.82 → 0.0.83

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.
@@ -176,8 +176,8 @@ exports.graphUrls = (_a = {},
176
176
  _q),
177
177
  _a[types_1.SupportedChainId.flare] = (_r = {},
178
178
  _r[types_1.SupportedDex.SparkDex] = {
179
- url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
180
- publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v1-sparkdex/gn',
179
+ url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
180
+ publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/ichi-org/flare-v2-sparkdex/gn',
181
181
  supportsCollectFees: true,
182
182
  },
183
183
  _r),
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.0.82
5
+ * ichi-vaults-sdk.js v0.0.83
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.0.82
5
+ * ichi-vaults-sdk.js v0.0.83
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -290,9 +290,9 @@ var addressConfig = (_a = {},
290
290
  _q),
291
291
  _a[types_1.SupportedChainId.flare] = (_r = {},
292
292
  _r[types_1.SupportedDex.SparkDex] = {
293
- factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
293
+ factoryAddress: '0x85a4dd4ed356A7976a8302b1b690202d58583c55',
294
294
  depositGuard: {
295
- address: '0xbb7A3d439abf42Cf39837f9102F987bab3Ee2e73',
295
+ address: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
296
296
  version: 2,
297
297
  },
298
298
  vaultDeployerAddress: '0x2d1918dBa43d55B9F0E2596aecC74826BbB7d668',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",