Skip to content

Commit

Permalink
chore: added vanilla voting strategy to deployments json
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Nov 30, 2023
1 parent 030905d commit a1c7bde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@
"vanillaProposalValidationStrategy": {
"address": "0x2247f5d86a60833da9dd8224d8f35c60bde7f4ca3b2a6583d4918d48750f69",
"class-hash": "0x0156a0db2f92fe7d0850f7487c040a3bce3e1ce7bc6f630f5f6cd194956b4828"
},
"vanillaVotingStrategy": {
"address": "0x066b87187b3c079f443fa39b169a43b0832aee3ab49699fa0652572d3d21820b",
"class-hash": "0x00995129dccbef6bf6d8ee3c6dbd0ce51ac6d9cda038da661b27a6b015c570f8"
}
}
4 changes: 4 additions & 0 deletions deployments/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@
"vanillaProposalValidationStrategy": {
"address": "0x054883d24fe788f72181101372a2fc171bc73152c399f195fdcabc94e743dcf3",
"class-hash": "0x0156a0db2f92fe7d0850f7487c040a3bce3e1ce7bc6f630f5f6cd194956b4828"
},
"vanillaVotingStrategy": {
"address": "0x0790772fb61f58630d5418016aea41a64a45b4ffc39a9adf66e6446fdc0e8088",
"class-hash": "0x00995129dccbef6bf6d8ee3c6dbd0ce51ac6d9cda038da661b27a6b015c570f8"
}
}

0 comments on commit a1c7bde

Please sign in to comment.