From cc285ee17aa2737c070438b3289bb1fb11711eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Ka=C5=A1tovsk=C3=BD?= Date: Mon, 17 Feb 2025 13:54:46 +0100 Subject: [PATCH] ALL-10473: add sonic; kaia (#1151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filip Kaštovský --- package.json | 2 +- src/model/request/Currency.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ffe762336..4940f63dc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/model/request/Currency.ts b/src/model/request/Currency.ts index aa1db709c..7de50a992 100644 --- a/src/model/request/Currency.ts +++ b/src/model/request/Currency.ts @@ -3,6 +3,9 @@ export enum Currency { BCH = "BCH", LTC = "LTC", CELO = "CELO", + /** + * @deprecated Use `KAIA` instead + */ KLAY = "KLAY", ONE = "ONE", CUSD = "CUSD", @@ -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 = [