Skip to content

Commit

Permalink
ALL-3628 missing currencies (#1030)
Browse files Browse the repository at this point in the history
ALL-3628 Add missing currencies

Co-authored-by: Oleksandr Loiko <oleksandr.loiko@tatum.io>
  • Loading branch information
alexloiko and Oleksandr Loiko authored Nov 29, 2023
1 parent 616814f commit bf22830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tatumio/tatum",
"version": "1.37.40",
"version": "1.37.41",
"description": "Tatum API client allows browsers and Node.js clients to interact with Tatum API.",
"main": "dist/src/index.js",
"repository": "https://github.com/tatumio/tatum-js",
Expand Down
3 changes: 3 additions & 0 deletions src/model/request/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export enum Currency {
ZEC = 'ZEC',
ZEN = 'ZEN',
CHZ = 'CHZ',
ISLM = 'ISLM',
FLR = 'FLR',
SGB = 'SGB',
}

export const ERC20_CURRENCIES = [
Expand Down

0 comments on commit bf22830

Please sign in to comment.