From 1ae7f1ee1efc998c540f5da9d94cae2b06f7634a Mon Sep 17 00:00:00 2001 From: Jordy-Baby <82444671+Jordy-Baby@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:17:15 +0200 Subject: [PATCH 1/2] Update userEntities.json --- userEntities.json | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/userEntities.json b/userEntities.json index ce6de59..ad6b66f 100644 --- a/userEntities.json +++ b/userEntities.json @@ -30,26 +30,26 @@ "address": "0x0123456789abcdef0123456789abcdef01234567", "username": "user2", "email": "user2@example.com", - "balance": 75.8, + "balance": 80.0, "tokens": { - "ETH": 7.2, + "ETH": 7.5, "LINK": 50, "WBTC": 2 }, - "lastLogin": "2023-12-07T09:00:15Z", + "lastLogin": "2023-12-07T09:30:45Z", "transactions": [ { "type": "Swap", "pair": "LINK-WBTC", - "amount": 1.5, - "timestamp": "2023-12-06T16:45:30Z" + "amount": 2.0, + "timestamp": "2023-12-06T17:30:00Z" }, { "type": "Transfer", "token": "ETH", - "amount": 3.0, + "amount": 4.0, "to": "0x9876543210abcdef09876543210abcdef0987654", - "timestamp": "2023-12-05T20:10:00Z" + "timestamp": "2023-12-05T21:45:15Z" } ] }, @@ -59,24 +59,43 @@ "email": "user3@example.com", "balance": 200.0, "tokens": { - "DAI": 300, + "DAI": 350, "USDT": 100, "UNI": 25 }, - "lastLogin": "2023-12-07T11:45:00Z", + "lastLogin": "2023-12-07T12:15:00Z", "transactions": [ { "type": "Swap", "pair": "DAI-USDT", - "amount": 50.0, - "timestamp": "2023-12-06T12:10:20Z" + "amount": 60.0, + "timestamp": "2023-12-06T13:30:45Z" }, { "type": "Transfer", "token": "UNI", - "amount": 10, + "amount": 15, "to": "0x9876543210abcdef09876543210abcdef0987654", - "timestamp": "2023-12-05T22:40:30Z" + "timestamp": "2023-12-05T23:30:00Z" + } + ] + }, + { + "address": "0x7890123456789abcdef0123456789abcdef012345", + "username": "user4", + "email": "user4@example.com", + "balance": 50.0, + "tokens": { + "BTC": 5, + "ETH": 20 + }, + "lastLogin": "2023-12-07T13:00:00Z", + "transactions": [ + { + "type": "Buy", + "pair": "BTC-ETH", + "amount": 2.5, + "timestamp": "2023-12-07T13:05:30Z" } ] } From 105bc028bd234ae0fc64a62d2fce494732684e85 Mon Sep 17 00:00:00 2001 From: Jordy-Baby <82444671+Jordy-Baby@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:20:22 +0200 Subject: [PATCH 2/2] Update globalEntity.json --- globalEntity.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/globalEntity.json b/globalEntity.json index 02deac0..3ea201a 100644 --- a/globalEntity.json +++ b/globalEntity.json @@ -1,15 +1,16 @@ { - "numberOfUsers": 1000, - "totalTradeVolume": 500000, + "numberOfUsers": 1200, + "totalTradeVolume": 550000, "listOfSwapPools": [ "0x123456789abcdef0123456789abcdef012345678", "0xabcdef0123456789abcdef0123456789abcdef012", - "0x56789abcdef0123456789abcdef0123456789abc" + "0x56789abcdef0123456789abcdef0123456789abc", + "0x9876543210abcdef0123456789abcdef01234567" ], - "lastTradeDate": "2023-12-07T12:30:45Z", + "lastTradeDate": "2023-12-08T08:15:00Z", "biggestTrade": { "user": "0x987654321abcdef0987654321abcdef098765432", - "volume": 75000, - "timestamp": "2023-12-06T18:45:30Z" + "volume": 85000, + "timestamp": "2023-12-07T09:30:00Z" } }