From 39a63dd5ec0b53c0e99662b4db0320ffd2d77984 Mon Sep 17 00:00:00 2001 From: yuetloo Date: Tue, 14 Nov 2023 15:16:16 -0500 Subject: [PATCH] add votingDeadline to rounds.json --- vue-app/src/rounds/rounds.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vue-app/src/rounds/rounds.json b/vue-app/src/rounds/rounds.json index 0484ddefd..988fb0323 100644 --- a/vue-app/src/rounds/rounds.json +++ b/vue-app/src/rounds/rounds.json @@ -3,60 +3,70 @@ "network": "xdai", "address": "0xcf0228760a6da7c77677588314b3f87966cd76d8", "startTime": 1603564690, + "votingDeadline": 1605033490, "isFinalized": true }, { "network": "xdai", "address": "0xbC8b6F9e55466217522ce382047191312e51e67D", "startTime": 1605642150, + "votingDeadline": 1607110950, "isFinalized": true }, { "network": "xdai", "address": "0x18604d042A77C6Ed870Bb86Bc59042daf20BC2Fe", "startTime": 1607703550, + "votingDeadline": 1609172350, "isFinalized": true }, { "network": "xdai", "address": "0xA61aAd9fc284ef75B2b39575E3E0f16863e755bc", "startTime": 1610207600, + "votingDeadline": 1612022000, "isFinalized": true }, { "network": "xdai", "address": "0x4a7242887b004E6C2919E8F040E5B3Cf3369Cd7C", "startTime": 1612729195, + "votingDeadline": 1614543595, "isFinalized": false }, { "network": "xdai", "address": "0x5D259f67FBB03bcF2F1c3f35Ec12F711d7A2D439", "startTime": 1617719940, + "votingDeadline": 1618411140, "isFinalized": true }, { "network": "xdai", "address": "0xf8acacfA954742Dc4eaf8Bd8498F4DFdc01B3875", "startTime": 1621285100, + "votingDeadline": 1621976300, "isFinalized": false }, { "network": "xdai", "address": "0x1c1DF3c3612E140B295F8D37636cBdAf209C2d99", "startTime": 1621450380, + "votingDeadline": 1623264780, "isFinalized": true }, { "network": "xdai", "address": "0xd07aa7faeba14efde87f2538699c0d6c9a566c20", "startTime": 1633575170, + "votingDeadline": 1635389570, "isFinalized": false }, { "network": "arbitrum", "address": "0x806F08B7DD31fE0267e8c70C4bF8C4BfbBddE760", "startTime": 1687819889, + "votingDeadline": 1689720689, "isFinalized": true } ]