diff --git a/scripts/proposals/AtlasFeesAIP/generate.bash b/scripts/proposals/AtlasFeesAIP/generate.bash new file mode 100755 index 000000000..c394efd92 --- /dev/null +++ b/scripts/proposals/AtlasFeesAIP/generate.bash @@ -0,0 +1,9 @@ +#!/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 \ + --writeToJsonPath ./scripts/proposals/AtlasFeesAIP/atlas-aip-data.json \ + --nonEmergencySCproposal true \ No newline at end of file