From 8d666ee029b2efc9dbc88c74580ead1619dcdbdd Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Thu, 11 Jul 2024 17:54:44 +0800 Subject: [PATCH] feat: remove supported currency section the new sdk fetches supported tokens in runtime --- documentation.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/documentation.md b/documentation.md index 2db27aa..c9485e3 100644 --- a/documentation.md +++ b/documentation.md @@ -1,25 +1,5 @@ # API documentation -## Supported Currencies - -The SDK supports the following currencies: - -```typescript -export enum Currency { - ALEX = 'age000-governance-token', - USDA = 'token-wusda', - STX = 'token-wstx', - BANANA = 'token-wban', - XBTC = 'token-wbtc', - DIKO = 'token-wdiko', - SLIME = 'token-wslm', - XUSD = 'token-wxusd', - MIA = 'token-wmia', - NYCC = 'token-wnycc', - CORGI = 'token-wcorgi', -} -``` - ## Functions The AlexSDK class includes the following functions: