Skip to content

Commit

Permalink
Merge pull request #197 from reservoirprotocol/ted/update-api-types
Browse files Browse the repository at this point in the history
Sync api types
  • Loading branch information
ted-palmer authored Jul 29, 2024
2 parents 0160ada + 92b9c71 commit 95f1a29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-rivers-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-sdk': patch
---

Sync api types
3 changes: 3 additions & 0 deletions packages/sdk/src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export interface paths {
symbol?: string;
name?: string;
decimals?: number;
supportsBridging?: boolean;
};
/** @description The fee in bps for withdrawing from this chain */
withdrawalFee?: number;
Expand All @@ -53,6 +54,8 @@ export interface paths {
name?: string;
address?: string;
decimals?: number;
/** @description If the currency supports bridging */
supportsBridging?: boolean;
/** @description If the erc20 currency supports permit via signature (EIP-2612) */
supportsPermit?: boolean;
/** @description The fee in bps for withdrawing from this chain */
Expand Down

0 comments on commit 95f1a29

Please sign in to comment.