Skip to content

Commit

Permalink
ALL-6928 - Add TON currency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jul 15, 2024
1 parent f963aad commit cb543d6
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.52",
"version": "1.37.53",
"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 @@ -105,6 +105,7 @@ export enum Currency {
IOTA = 'IOTA',
ELECTRUM = 'ELECTRUM',
CSPR = 'CSPR',
TON = 'TON',
}

export const ERC20_CURRENCIES = [
Expand Down

0 comments on commit cb543d6

Please sign in to comment.