Skip to content

Commit

Permalink
Sync api types
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-palmer committed Jul 29, 2024
1 parent 0160ada commit 72a691a
Showing 1 changed file with 3 additions and 0 deletions.
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 72a691a

Please sign in to comment.