Skip to content

Commit

Permalink
Add doc comments to SwapAsset
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Nov 1, 2024
1 parent 96f4651 commit 9e3de6b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ export enum SwapAsset {
NIM = 'NIM',
BTC = 'BTC',
BTC_LN = 'BTC_LN',
USDC = 'USDC', // Legacy bridged USDC.e on Polygon
USDC_MATIC = 'USDC_MATIC', // Native USDC on Polygon
USDT_MATIC = 'USDT_MATIC', // Bridged USDT on Polygon
/**
* Legacy bridged USDC.e on Polygon.
*/
USDC = 'USDC',
/**
* Native USDC on Polygon.
*/
USDC_MATIC = 'USDC_MATIC',
/**
* Bridged USDT on Polygon.
*/
USDT_MATIC = 'USDT_MATIC',
EUR = 'EUR',
}

Expand Down

0 comments on commit 9e3de6b

Please sign in to comment.