@defisaver/sdk 1.2.0-dev2 → 1.2.0-dev3

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.
package/esm/src/config.js CHANGED
@@ -86,7 +86,7 @@ export const actionsWithSwap = [
86
86
  },
87
87
  {
88
88
  name: 'LlamaLendLevCreate',
89
- swapArgIndex: 6,
89
+ swapArgIndex: 5,
90
90
  },
91
91
  {
92
92
  name: 'LlamaLendRepay',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.2.0-dev2",
3
+ "version": "1.2.0-dev3",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/config.ts CHANGED
@@ -94,7 +94,7 @@ export const actionsWithSwap = [
94
94
  },
95
95
  {
96
96
  name: 'LlamaLendLevCreate',
97
- swapArgIndex: 6,
97
+ swapArgIndex: 5,
98
98
  },
99
99
  {
100
100
  name: 'LlamaLendRepay',
package/umd/index.js CHANGED
@@ -382,7 +382,7 @@ var actionsWithSwap = [{
382
382
  swapArgIndex: 2
383
383
  }, {
384
384
  name: 'LlamaLendLevCreate',
385
- swapArgIndex: 6
385
+ swapArgIndex: 5
386
386
  }, {
387
387
  name: 'LlamaLendRepay',
388
388
  swapArgIndex: 2