From a1c7bde1f93c2d3e5373249b2a2fab3551c069b0 Mon Sep 17 00:00:00 2001 From: Orlando Date: Thu, 30 Nov 2023 11:22:31 +0000 Subject: [PATCH] chore: added vanilla voting strategy to deployments json --- deployments/goerli.json | 4 ++++ deployments/mainnet.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/deployments/goerli.json b/deployments/goerli.json index 2fc313db..9604dbc3 100644 --- a/deployments/goerli.json +++ b/deployments/goerli.json @@ -56,5 +56,9 @@ "vanillaProposalValidationStrategy": { "address": "0x2247f5d86a60833da9dd8224d8f35c60bde7f4ca3b2a6583d4918d48750f69", "class-hash": "0x0156a0db2f92fe7d0850f7487c040a3bce3e1ce7bc6f630f5f6cd194956b4828" + }, + "vanillaVotingStrategy": { + "address": "0x066b87187b3c079f443fa39b169a43b0832aee3ab49699fa0652572d3d21820b", + "class-hash": "0x00995129dccbef6bf6d8ee3c6dbd0ce51ac6d9cda038da661b27a6b015c570f8" } } \ No newline at end of file diff --git a/deployments/mainnet.json b/deployments/mainnet.json index b977f3fa..77e98572 100644 --- a/deployments/mainnet.json +++ b/deployments/mainnet.json @@ -56,5 +56,9 @@ "vanillaProposalValidationStrategy": { "address": "0x054883d24fe788f72181101372a2fc171bc73152c399f195fdcabc94e743dcf3", "class-hash": "0x0156a0db2f92fe7d0850f7487c040a3bce3e1ce7bc6f630f5f6cd194956b4828" + }, + "vanillaVotingStrategy": { + "address": "0x0790772fb61f58630d5418016aea41a64a45b4ffc39a9adf66e6446fdc0e8088", + "class-hash": "0x00995129dccbef6bf6d8ee3c6dbd0ce51ac6d9cda038da661b27a6b015c570f8" } } \ No newline at end of file