Merge branch 'master' into spreadTrading

This commit is contained in:
Tiago
2025-04-17 10:43:42 +01:00
committed by GitHub

View File

@@ -146,7 +146,7 @@ export interface DepositAddressResultV5 {
} }
export interface CoinInfoV5 { export interface CoinInfoV5 {
name: number; name: string;
coin: string; coin: string;
remainAmount: string; remainAmount: string;
chains: { chains: {