Skip to content

Commit

Permalink
fix: project dependencies and deployment logs (#579)
Browse files Browse the repository at this point in the history
* wip: remove defender and fix types

* fix versions for libs

* format deployment logs

* lint fix

* update mainnet deploy cfgs
  • Loading branch information
fforbeck committed Nov 9, 2022
1 parent f1f39ba commit ccb0a98
Show file tree
Hide file tree
Showing 12 changed files with 3,699 additions and 1,548 deletions.
5 changes: 0 additions & 5 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ module.exports = {

// External Signers configs
signers: {
defender: {
enabled: process.env.DEFENDER_SIGNER_ENABLED || false,
apiKey: process.env.DEFENDER_API_KEY || undefined,
apiSecret: process.env.DEFENDER_API_SECRET || undefined,
},
googleKms: {
enabled: process.env.KMS_GCP_SIGNER_ENABLED || false,
projectId: process.env.KMS_PROJECT_ID || undefined,
Expand Down
Loading

0 comments on commit ccb0a98

Please sign in to comment.