You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@
7
7
The official SDK designed for effortless data retrieval from the StakeWise platform. This SDK provides a streamlined interface over GraphQL requests and contract interactions.
|whitelist|`Array<{ address: string, isNew: boolean }>`|**No**|Whitelister | List of addresses to update the whitelist. Use `isNew: true` to add a new address, `isNew: false` to remove an existing one. Max count at time - 700 addresses. |
1229
+
|whitelistManager|`Array<{ address: string, isNew: boolean }>`|**No**|whitelistManager| List of addresses to update the whitelist. Use `isNew: true` to add a new address, `isNew: false` to remove an existing one. Max count at time - 700 addresses. |
1230
1230
| blocklist |`Array<{ address: string, isNew: boolean }>`|**No**| Blocklist manager | List of addresses to update the blocklist. Use `isNew: true` to add a new address, `isNew: false` to remove an existing one. Max count at time - 700 addresses. |
1231
1231
| depositDataManager |`string`|**No**| Deposit-data manager | Address of the vault keys manager. Support only **first version** on valults. For second verion use `vault.setDepositDataManager`|
1232
1232
| validatorsManager |`string`|**No**| Admin | Address of the vault deposit data manager. Support only **second version** on valults. |
1233
-
|whitelister|`string`|**No**| Admin | Address of the vault whitelister|
1233
+
|whitelistManager|`string`|**No**| Admin | Address of the vault whitelistManager|
1234
1234
| feeRecipient |`string`|**No**| Admin | Address of the vault fee recipient |
1235
1235
| validatorsRoot |`string`|**No**| Keys manager | The vault validators merkle tree root. Support only **first version** on valults. For second verion use `vault.setDepositDataRoot`|
0 commit comments