Skip to content

Commit

Permalink
update list currencies response example
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJenicek committed Oct 10, 2024
1 parent 46b58af commit 1860243
Showing 1 changed file with 41 additions and 12 deletions.
53 changes: 41 additions & 12 deletions docs/pages/api/marketplace/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 1860243

Please sign in to comment.