Skip to content

Commit

Permalink
feat(indexer): add excludedNonces + chainId filter (#1196)
Browse files Browse the repository at this point in the history
* add fields

* bump

* bump libraries dep and version

---------

Co-authored-by: Don Mosites <[email protected]>
  • Loading branch information
Mitsichury and dmosites authored Sep 25, 2023
1 parent 67e323d commit 59db4b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/libraries",
"version": "4.0.21",
"version": "4.0.22",
"description": "AirSwap: Libraries for Developers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@airswap/staking": "4.0.3",
"@airswap/swap": "4.0.4",
"@airswap/swap-erc20": "4.0.6",
"@airswap/types": "4.0.5",
"@airswap/types": "4.0.6",
"@airswap/utils": "4.0.8",
"@airswap/wrapper": "4.0.8",
"browser-or-node": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/types",
"version": "4.0.5",
"version": "4.0.6",
"description": "AirSwap: Types for Developers",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions tools/types/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export enum SortOrder {
}

export type OrderFilter = {
chainId?: number
nonce?: string
excludeNonces?: string[]
senderMaxAmount?: string
senderMinAmount?: string
senderTokens?: string[]
Expand Down

0 comments on commit 59db4b8

Please sign in to comment.