From 186024379a73f60485ba78e6f1489a6c66faee78 Mon Sep 17 00:00:00 2001 From: Lukas Jenicek Date: Thu, 10 Oct 2024 16:14:32 +0200 Subject: [PATCH] update list currencies response example --- docs/pages/api/marketplace/examples.json | 53 ++++++++++++++++++------ 1 file changed, 41 insertions(+), 12 deletions(-) diff --git a/docs/pages/api/marketplace/examples.json b/docs/pages/api/marketplace/examples.json index ae569e6523..4f9b4833bb 100644 --- a/docs/pages/api/marketplace/examples.json +++ b/docs/pages/api/marketplace/examples.json @@ -4,20 +4,49 @@ "response": { "currencies": [ { - "id": "1", - "chainId": "137", - "contractAddress": "0x0000000000000000000000", - "name": "MATIC", + "chainId": 137, + "contractAddress": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359", + "name": "", "symbol": "", - "decimals": "", + "decimals": 18, "imageUrl": "", - "exchangeRate": "", - "defaultChainCurrency": "", - "nativeCurrency": "", - "sardineSupported": "", - "transakSupported": "", - "createdAt": "", - "updatedAt": "" + "exchangeRate": 0, + "defaultChainCurrency": true, + "nativeCurrency": false, + "sardineSupported": false, + "transakSupported": false, + "createdAt": "2024-10-10T14:09:23.649572Z", + "updatedAt": "2024-10-10T14:09:23.649572Z" + }, + { + "chainId": 137, + "contractAddress": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", + "name": "", + "symbol": "", + "decimals": 18, + "imageUrl": "", + "exchangeRate": 0, + "defaultChainCurrency": true, + "nativeCurrency": false, + "sardineSupported": false, + "transakSupported": false, + "createdAt": "2024-10-10T14:09:23.649578Z", + "updatedAt": "2024-10-10T14:09:23.649578Z" + }, + { + "chainId": 137, + "contractAddress": "0x0000000000000000000000000000000000000000", + "name": "Matic", + "symbol": "MATIC", + "decimals": 18, + "imageUrl": "https://assets.sequence.info/images/networks/medium/137.webp", + "exchangeRate": 0, + "defaultChainCurrency": false, + "nativeCurrency": true, + "sardineSupported": false, + "transakSupported": false, + "createdAt": "2024-10-10T14:09:24.295951Z", + "updatedAt": "2024-10-10T14:09:24Z" } ] }