From 310e49a5c049119f6892aae14507dfc9f95b9fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gon=C3=A7alves?= Date: Mon, 30 Dec 2024 17:41:30 +0000 Subject: [PATCH] Enhance allowed assets description --- docs/flows/crypto-onramp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flows/crypto-onramp.mdx b/docs/flows/crypto-onramp.mdx index 3c6f2f1..ba826c4 100644 --- a/docs/flows/crypto-onramp.mdx +++ b/docs/flows/crypto-onramp.mdx @@ -30,7 +30,7 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t - `paymentMethod` (_optional_): An object configuring the pre-selected payment method. - `network`: Payment method network (e.g.: `apple-pay`, `google-pay`, `pix` or `card`). - `target` (_optional_): An object configuring recipient wallet. - - `allowedAssets` (_optional_): Set of cryptoassets that the user can set as target asset. + - `allowedAssets` (_optional_): Set of cryptoassets that the user can set as target asset. Can be an array of objects with `asset` and `networks` (e.g.: `{ "asset": "ETH", "networks": ["ethereum"] }`), an array of asset codes (e.g.: `["BTC", "ETH"]` where all available networks for each asset are included), or a combination of both for flexibility. - `amount` (_optional_): Amount the user will receive. - `asset`: Cryptoasset the user will receive. - `network`: Network of the receiving asset.