From 1cda78f2883f30d39750d117c1088595f718d200 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 27 Aug 2024 17:58:57 -0300 Subject: [PATCH 1/2] fix: verify on gnosisscan.io --- hardhat.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 9676ae4..80d254d 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -78,10 +78,10 @@ const config: HardhatUserConfig = { network: "xdai", chainId: 100, urls: { - // apiURL: `https://api.gnosisscan.io/api`, - //browserURL: `https://gnosisscan.io`, - apiURL: `https://gnosis.blockscout.com/api`, - browserURL: `https://blockscout.gnosischain.net`, + apiURL: `https://api.gnosisscan.io/api`, + browserURL: `https://gnosisscan.io`, + //apiURL: `https://gnosis.blockscout.com/api`, + //browserURL: `https://blockscout.gnosischain.net`, }, }, ], From d3fd7357b01fe5f7a15d2764d30e4ff71584de6d Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 27 Aug 2024 17:59:49 -0300 Subject: [PATCH 2/2] fix: constant for renewal period duration on both mainnets --- scripts/consts/consts-mainnets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/consts/consts-mainnets.ts b/scripts/consts/consts-mainnets.ts index 64bb49d..38095c5 100644 --- a/scripts/consts/consts-mainnets.ts +++ b/scripts/consts/consts-mainnets.ts @@ -12,7 +12,7 @@ export const InitParams: InitParamSet = { REQUEST_BASE_DEPOSIT_MAINNET: 47500000000000000n, // 0.0475 ETHs REQUEST_BASE_DEPOSIT_SIDECHAIN: 110000000000000000000n, // 110 XDAI HUMANITY_LIFESPAN: 31557600, - RENEWAL_DURATION: 28512000, // One month before expiration + RENEWAL_DURATION: 2592000, // One month before expiration CHALLENGE_DURATION: 302400, FAILED_REV_COOL_DOWN: 302400, SHARED_MULTIPLIER: 10000,