mirror of
https://github.com/alexgo-io/alex-sdk.git
synced 2026-01-12 06:14:21 +08:00
feat: remove supported currency section
the new sdk fetches supported tokens in runtime
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user