@lit-protocol/vincent-ability-aave 0.0.7-mma → 0.0.8-mma
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/README.md +8 -9
- package/dist/README.md +8 -9
- package/dist/src/generated/lit-action.js +2 -2
- package/dist/src/generated/vincent-ability-metadata.json +1 -1
- package/dist/src/generated/vincent-bundled-ability.d.ts +0 -3
- package/dist/src/generated/vincent-bundled-ability.d.ts.map +1 -1
- package/dist/src/lib/schemas.d.ts +0 -3
- package/dist/src/lib/schemas.d.ts.map +1 -1
- package/dist/src/lib/schemas.js +0 -5
- package/dist/src/lib/schemas.js.map +1 -1
- package/dist/src/lib/vincent-ability.d.ts +0 -3
- package/dist/src/lib/vincent-ability.d.ts.map +1 -1
- package/dist/src/lib/vincent-ability.js +14 -15
- package/dist/src/lib/vincent-ability.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -63,15 +63,14 @@ if (precheckRes.success) {
|
|
|
63
63
|
|
|
64
64
|
## Parameters
|
|
65
65
|
|
|
66
|
-
| Parameter | Type | Required | Description
|
|
67
|
-
| ------------------ | ----------------------------------------------- | -------- |
|
|
68
|
-
| `operation` | `"supply" \| "withdraw" \| "borrow" \| "repay"` | ✅ | The Aave operation to perform
|
|
69
|
-
| `asset` | `string` | ✅ | Token contract address (0x format)
|
|
70
|
-
| `amount` | `string` | ✅ | Amount as a string (e.g., "1.5")
|
|
71
|
-
| `chain` | `string` | ✅ | Chain identifier (e.g., "ethereum", "polygon")
|
|
72
|
-
| `interestRateMode` | `1 \| 2` | ❌ | 1=Stable, 2=Variable (required for borrow/repay)
|
|
73
|
-
| `
|
|
74
|
-
| `rpcUrl` | `string` | ❌ | Custom RPC URL for precheck validation |
|
|
66
|
+
| Parameter | Type | Required | Description |
|
|
67
|
+
| ------------------ | ----------------------------------------------- | -------- | ------------------------------------------------ |
|
|
68
|
+
| `operation` | `"supply" \| "withdraw" \| "borrow" \| "repay"` | ✅ | The Aave operation to perform |
|
|
69
|
+
| `asset` | `string` | ✅ | Token contract address (0x format) |
|
|
70
|
+
| `amount` | `string` | ✅ | Amount as a string (e.g., "1.5") |
|
|
71
|
+
| `chain` | `string` | ✅ | Chain identifier (e.g., "ethereum", "polygon") |
|
|
72
|
+
| `interestRateMode` | `1 \| 2` | ❌ | 1=Stable, 2=Variable (required for borrow/repay) |
|
|
73
|
+
| `rpcUrl` | `string` | ❌ | Custom RPC URL for precheck validation |
|
|
75
74
|
|
|
76
75
|
## Prerequisites
|
|
77
76
|
|
package/dist/README.md
CHANGED
|
@@ -63,15 +63,14 @@ if (precheckRes.success) {
|
|
|
63
63
|
|
|
64
64
|
## Parameters
|
|
65
65
|
|
|
66
|
-
| Parameter | Type | Required | Description
|
|
67
|
-
| ------------------ | ----------------------------------------------- | -------- |
|
|
68
|
-
| `operation` | `"supply" \| "withdraw" \| "borrow" \| "repay"` | ✅ | The Aave operation to perform
|
|
69
|
-
| `asset` | `string` | ✅ | Token contract address (0x format)
|
|
70
|
-
| `amount` | `string` | ✅ | Amount as a string (e.g., "1.5")
|
|
71
|
-
| `chain` | `string` | ✅ | Chain identifier (e.g., "ethereum", "polygon")
|
|
72
|
-
| `interestRateMode` | `1 \| 2` | ❌ | 1=Stable, 2=Variable (required for borrow/repay)
|
|
73
|
-
| `
|
|
74
|
-
| `rpcUrl` | `string` | ❌ | Custom RPC URL for precheck validation |
|
|
66
|
+
| Parameter | Type | Required | Description |
|
|
67
|
+
| ------------------ | ----------------------------------------------- | -------- | ------------------------------------------------ |
|
|
68
|
+
| `operation` | `"supply" \| "withdraw" \| "borrow" \| "repay"` | ✅ | The Aave operation to perform |
|
|
69
|
+
| `asset` | `string` | ✅ | Token contract address (0x format) |
|
|
70
|
+
| `amount` | `string` | ✅ | Amount as a string (e.g., "1.5") |
|
|
71
|
+
| `chain` | `string` | ✅ | Chain identifier (e.g., "ethereum", "polygon") |
|
|
72
|
+
| `interestRateMode` | `1 \| 2` | ❌ | 1=Stable, 2=Variable (required for borrow/repay) |
|
|
73
|
+
| `rpcUrl` | `string` | ❌ | Custom RPC URL for precheck validation |
|
|
75
74
|
|
|
76
75
|
## Prerequisites
|
|
77
76
|
|