Skip to content

Commit

Permalink
Merge pull request #62 from reservoirprotocol/patch/api-types
Browse files Browse the repository at this point in the history
Patch api types
  • Loading branch information
pedromcunha committed Apr 3, 2024
2 parents 203ed61 + 96d0990 commit 7c25014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-ducks-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-sdk': patch
---

Sync api types
1 change: 1 addition & 0 deletions packages/sdk/src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ export interface paths {
balance?: string;
capacityPerRequest?: string;
};
supportsExternalLiquidity?: boolean;
};
};
};
Expand Down

0 comments on commit 7c25014

Please sign in to comment.