Skip to content

Commit

Permalink
[block-list] add blocklist conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Jan 29, 2024
1 parent 464e1fc commit c616ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ type Output = {
| `createdAt` | Date of Creation |
| `feePercent` | Commission rate |
| `isPrivate` | Whether the storage is private |
| `isBlocklist` | Whether the storage has blocklist |
| `vaultAdmin` | Vault administrator address |
| `totalAssets` | TVL of Vault |
| `feeRecipient` | Vault fee address |
Expand Down
1 change: 1 addition & 0 deletions src/graphql/subgraph/vault/vaultQuery.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ query Vault($address: ID!) {
tokenName
feePercent
totalAssets
isBlocklist
displayName
description
whitelister
Expand Down

0 comments on commit c616ee4

Please sign in to comment.