From a0ca85a36329a9756e54dd1153398aac21fa697c Mon Sep 17 00:00:00 2001 From: titix Date: Fri, 12 Jul 2024 17:47:53 -0300 Subject: [PATCH] style: json formatting --- src/data/chainMockData.json | 2 +- src/data/ecosystemMockData.json | 181 ++++++++++++++++---------------- 2 files changed, 91 insertions(+), 92 deletions(-) diff --git a/src/data/chainMockData.json b/src/data/chainMockData.json index b7fe7b1..767de09 100644 --- a/src/data/chainMockData.json +++ b/src/data/chainMockData.json @@ -57,4 +57,4 @@ "maxGasPerBatch": 123456788 } } -] \ No newline at end of file +] diff --git a/src/data/ecosystemMockData.json b/src/data/ecosystemMockData.json index 8605087..f738e79 100644 --- a/src/data/ecosystemMockData.json +++ b/src/data/ecosystemMockData.json @@ -1,92 +1,91 @@ { - "chains": [ - { - "name": "zkSync Era", - "id": 324, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "ZKRollup" - }, - { - "name": "Teva Chain", - "id": 100, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "ZKRollup" - }, - { - "name": "Cronos zkEVM", - "id": 101, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "Validium" - }, - { - "name": "GRVT", - "id": 102, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "Validium" - }, - { - "name": "Lens", - "id": 103, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "Validium" - }, - { - "name": "ZKChain 104", - "id": 104, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "ZKRollup" - }, - { - "name": "ZKChain 105", - "id": 105, - "nativeToken": "ETH", - "tvl": 1000000, - "type": "Validium" - } - ], - "tvl": [ - { - "token": "ETH", - "value": 557596566 - }, - { - "token": "USDC", - "value": 90091851 - }, - { - "token": "KOI", - "value": 32757850 - }, - { - "token": "USDT", - "value": 18021853 - }, - { - "token": "WBTC", - "value": 12620248 - }, - { - "token": "wstETH", - "value": 3552439 - }, - { - "token": "MUTE", - "value": 2071481 - }, - { - "token": "rETH", - "value": 1404096 - }, - { - "token": "DAI", - "value": 1080375 - } - ] - } - \ No newline at end of file + "chains": [ + { + "name": "zkSync Era", + "id": 324, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "ZKRollup" + }, + { + "name": "Teva Chain", + "id": 100, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "ZKRollup" + }, + { + "name": "Cronos zkEVM", + "id": 101, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "Validium" + }, + { + "name": "GRVT", + "id": 102, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "Validium" + }, + { + "name": "Lens", + "id": 103, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "Validium" + }, + { + "name": "ZKChain 104", + "id": 104, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "ZKRollup" + }, + { + "name": "ZKChain 105", + "id": 105, + "nativeToken": "ETH", + "tvl": 1000000, + "type": "Validium" + } + ], + "tvl": [ + { + "token": "ETH", + "value": 557596566 + }, + { + "token": "USDC", + "value": 90091851 + }, + { + "token": "KOI", + "value": 32757850 + }, + { + "token": "USDT", + "value": 18021853 + }, + { + "token": "WBTC", + "value": 12620248 + }, + { + "token": "wstETH", + "value": 3552439 + }, + { + "token": "MUTE", + "value": 2071481 + }, + { + "token": "rETH", + "value": 1404096 + }, + { + "token": "DAI", + "value": 1080375 + } + ] +}