@lit-protocol/vincent-ability-aave 0.0.7-mma → 0.0.10-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/CHANGELOG.md +14 -0
- package/README.md +8 -9
- package/dist/CHANGELOG.md +14 -0
- package/dist/README.md +8 -9
- package/dist/package.json +1 -1
- 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/CHANGELOG.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
## 0.1.0 (2025-08-05)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- Migrated abilities and policy to vincent monorepo ([f62d9461](https://github.com/LIT-Protocol/Vincent/commit/f62d9461))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated ability-sdk to 2.0.0
|
|
10
|
+
- Updated app-sdk to 2.0.0
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- FedericoAmura @FedericoAmura
|
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
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
## 0.1.0 (2025-08-05)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- Migrated abilities and policy to vincent monorepo ([f62d9461](https://github.com/LIT-Protocol/Vincent/commit/f62d9461))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated ability-sdk to 2.0.0
|
|
10
|
+
- Updated app-sdk to 2.0.0
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- FedericoAmura @FedericoAmura
|
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
|
|