From 596cd80a18dd11a39c7178348146960eb8f44a1c Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:54:29 -0400 Subject: [PATCH 1/3] add generate.bash --- scripts/proposals/AtlasFeesAIP/generate.bash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/proposals/AtlasFeesAIP/generate.bash diff --git a/scripts/proposals/AtlasFeesAIP/generate.bash b/scripts/proposals/AtlasFeesAIP/generate.bash new file mode 100755 index 000000000..ab00cb14e --- /dev/null +++ b/scripts/proposals/AtlasFeesAIP/generate.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +yarn gen:proposalData --govChainProviderRPC https://arb1.arbitrum.io/rpc \ + --actionChainIds 42161 42161 \ + --actionAddresses 0x36D0170D92F66e8949eB276C3AC4FEA64f83704d 0x849E360a247132F961c9CBE95Ba39106c72e1268 \ + --writeToJsonPath ./scripts/proposals/AtlasFeesAIP/atlais-aip-data.json \ + --nonEmergencySCproposal true \ No newline at end of file From 6de926e24b160d75ea43a014d27e19cc07716cae Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:59:20 -0400 Subject: [PATCH 2/3] typo --- scripts/proposals/AtlasFeesAIP/generate.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/proposals/AtlasFeesAIP/generate.bash b/scripts/proposals/AtlasFeesAIP/generate.bash index ab00cb14e..0adac8d0f 100755 --- a/scripts/proposals/AtlasFeesAIP/generate.bash +++ b/scripts/proposals/AtlasFeesAIP/generate.bash @@ -3,5 +3,5 @@ yarn gen:proposalData --govChainProviderRPC https://arb1.arbitrum.io/rpc \ --actionChainIds 42161 42161 \ --actionAddresses 0x36D0170D92F66e8949eB276C3AC4FEA64f83704d 0x849E360a247132F961c9CBE95Ba39106c72e1268 \ - --writeToJsonPath ./scripts/proposals/AtlasFeesAIP/atlais-aip-data.json \ + --writeToJsonPath ./scripts/proposals/AtlasFeesAIP/atlas-aip-data.json \ --nonEmergencySCproposal true \ No newline at end of file From db5f2a07de1f45b8f3dc8f49b3ad6f54dbd65157 Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:01:36 -0400 Subject: [PATCH 3/3] add note --- scripts/proposals/AtlasFeesAIP/generate.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/proposals/AtlasFeesAIP/generate.bash b/scripts/proposals/AtlasFeesAIP/generate.bash index 0adac8d0f..c394efd92 100755 --- a/scripts/proposals/AtlasFeesAIP/generate.bash +++ b/scripts/proposals/AtlasFeesAIP/generate.bash @@ -1,5 +1,7 @@ #!/bin/bash +# regenerating the data will result in a different salt than the one used in atlas-aip-data.json +# this is because of https://github.com/ArbitrumFoundation/governance/pull/291 yarn gen:proposalData --govChainProviderRPC https://arb1.arbitrum.io/rpc \ --actionChainIds 42161 42161 \ --actionAddresses 0x36D0170D92F66e8949eB276C3AC4FEA64f83704d 0x849E360a247132F961c9CBE95Ba39106c72e1268 \