Skip to content

Commit

Permalink
ALL-10473: add sonic; kaia (#1151)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Kaštovský <[email protected]>
  • Loading branch information
filipkastovsky and Filip Kaštovský authored Feb 17, 2025
1 parent d5e5b45 commit cc285ee
Show file tree
Hide file tree
Showing 2 changed files with 6 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.60",
"version": "1.37.61",
"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
5 changes: 5 additions & 0 deletions src/model/request/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export enum Currency {
BCH = "BCH",
LTC = "LTC",
CELO = "CELO",
/**
* @deprecated Use `KAIA` instead
*/
KLAY = "KLAY",
ONE = "ONE",
CUSD = "CUSD",
Expand Down Expand Up @@ -114,6 +117,8 @@ export enum Currency {
USDT_OP = "USDT_OP",
USDT_BASE = "USDT_BASE",
RON = "RON",
S = "S",
KAIA = "KAIA",
}

export const ERC20_CURRENCIES = [
Expand Down

0 comments on commit cc285ee

Please sign in to comment.