Skip to content

Commit

Permalink
ALL-2875 - add CHZ Chiliz Currency (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smrecz committed Oct 17, 2023
1 parent d0d99ef commit b5893d2
Show file tree
Hide file tree
Showing 2 changed files with 2 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.38",
"version": "1.37.39",
"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
1 change: 1 addition & 0 deletions src/model/request/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export enum Currency {
ZCASH = 'ZCASH',
ZEC = 'ZEC',
ZEN = 'ZEN',
CHZ = 'CHZ',
}

export const ERC20_CURRENCIES = [
Expand Down

0 comments on commit b5893d2

Please sign in to comment.