Skip to content

Commit

Permalink
ALL-6929 Add zkSync currency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jul 23, 2024
1 parent a8be647 commit 29954e9
Show file tree
Hide file tree
Showing 2 changed files with 3 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.82",
"version": "2.2.83",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/api-client/src/lib/models/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export enum Currency {
'ELECTRUM' = 'ELECTRUM',
'CSPR' = 'CSPR',
TON = 'TON',
ZK_SYNC = 'ZK_SYNC',
}

export const ERC20_CURRENCIES = [
Expand Down Expand Up @@ -175,6 +176,7 @@ export const NATIVE_CURRENCIES = [
Currency.SOL,
Currency.KCS,
Currency.KLAY,
Currency.ZK_SYNC,
]

export const TRON_CURRENCIES = [Currency.TRON, Currency.USDT_TRON, Currency.INRT_TRON]
Expand Down

0 comments on commit 29954e9

Please sign in to comment.