@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 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
- | `onBehalfOf` | `string` | ❌ | Address to perform operation on behalf of (defaults to sender) |
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
- | `onBehalfOf` | `string` | ❌ | Address to perform operation on behalf of (defaults to sender) |
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