From b029f70385c2fda6c713e371c4a6031dcfea1c3c Mon Sep 17 00:00:00 2001 From: dougefresh Date: Fri, 17 Oct 2025 16:51:44 +0000 Subject: [PATCH] fix: ExteralWalletAsset and WalletAsset fields balance and lockAmount types --- api-spec-v2.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-spec-v2.yaml b/api-spec-v2.yaml index 2b38103..59f42bc 100644 --- a/api-spec-v2.yaml +++ b/api-spec-v2.yaml @@ -27302,9 +27302,9 @@ components: id: type: string balance: - type: string + type: number lockedAmount: - type: string + type: number status: $ref: '#/components/schemas/ConfigChangeRequestStatus' address: @@ -27678,9 +27678,9 @@ components: address: type: string balance: - type: string + type: number lockedAmount: - type: string + type: number tag: type: string activationTime: