Skip to content

Commit

Permalink
Prettier ran
Browse files Browse the repository at this point in the history
  • Loading branch information
Agupane committed Aug 18, 2023
1 parent 5a2326d commit 917be64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions .openzeppelin/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,7 @@
},
"t_enum(VerificationStatus)4698": {
"label": "enum KlerosBadgeModelControllerStore.VerificationStatus",
"members": [
"VerificationSubmitted",
"Verified",
"VerificationRejected"
],
"members": ["VerificationSubmitted", "Verified", "VerificationRejected"],
"numberOfBytes": "1"
},
"t_mapping(t_address,t_bool)": {
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: HardhatUserConfig = {
accounts: accounts,
timeout: 100000000,
chainId: 11155111,
// gasPrice: 5000000000,
// gasPrice: 5000000000,
},
// gnosis: {
// url: process.env.GNOSIS_URL || "",
Expand Down

0 comments on commit 917be64

Please sign in to comment.