Merge pull request #433 from zororaka00/master

fix(types): change response v5-asset CoinInfoV5.name
This commit is contained in:
Tiago
2025-04-17 10:42:56 +01:00
committed by GitHub

View File

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