feat: remove supported currency section

the new sdk fetches supported tokens in runtime
This commit is contained in:
Kyle Fang
2024-07-11 17:54:44 +08:00
committed by Kyle
parent da4091e7e0
commit 8d666ee029

View File

@@ -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: