From 0b640725cb5246c36e7f41244095b22f09ebb405 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 29 Jul 2026 23:07:41 +0000 Subject: [PATCH] feat(payment-instructions): allow USDT as an Ethereum wallet assetType --- mintlify/openapi.yaml | 1 + openapi.yaml | 1 + .../components/schemas/common/PaymentEthereumWalletInfo.yaml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index ecfdd1a2b..1ecd29425 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -14632,6 +14632,7 @@ components: description: Type of asset enum: - USDC + - USDT AedAccountInfoBase: type: object required: diff --git a/openapi.yaml b/openapi.yaml index ecfdd1a2b..1ecd29425 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14632,6 +14632,7 @@ components: description: Type of asset enum: - USDC + - USDT AedAccountInfoBase: type: object required: diff --git a/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml b/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml index dd5ee8ca3..09eed20a7 100644 --- a/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml +++ b/openapi/components/schemas/common/PaymentEthereumWalletInfo.yaml @@ -7,5 +7,6 @@ allOf: assetType: type: string description: Type of asset - enum: + enum: - USDC + - USDT