Skip to content

Commit

Permalink
Merge pull request #58 from Proof-Of-Humanity/fix/audit-results
Browse files Browse the repository at this point in the history
Fix/audit results
  • Loading branch information
martillansky authored Aug 27, 2024
2 parents 07f6529 + d3fd735 commit bab5585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion scripts/consts/consts-mainnets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bab5585

Please sign in to comment.