Skip to content

Commit

Permalink
ALL-3628 Add missing currencies (#1029)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Loiko <oleksandr.loiko@tatum.com>
  • Loading branch information
alexloiko and Alex Loiko authored Nov 29, 2023
1 parent a309bb2 commit 4b8f291
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",
"version": "2.2.41",
"version": "2.2.42",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions packages/api-client/src/lib/models/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export enum Currency {
ZIL = 'ZIL',
ZEN = 'ZEN',
CHZ = 'CHZ',
ISLM = 'ISLM',
FLR = 'FLR',
SGB = 'SGB',
}

export const ERC20_CURRENCIES = [
Expand Down

0 comments on commit 4b8f291

Please sign in to comment.