Skip to content

Commit

Permalink
add forum links
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlacs committed Nov 10, 2023
1 parent c281def commit a68fd30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/proposals/add-dac-keyset/deployAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const main = async () => {
const l1Verifier = new ContractVerifier(l1ChainId, ETHERSCAN_API_KEY, {});

// layer 1 side
// the keyset added in that action can be verified using the instructions in
// https://forum.arbitrum.foundation/t/non-emergency-security-council-action-update-arbitrum-nova-dac-keyset/19379
const action = await new AddNovaKeysetAction__factory(l1Deployer).deploy();
await action.deployed();
console.log("AddNovaKeysetAction deployed at", action.address);
Expand Down
2 changes: 2 additions & 0 deletions scripts/proposals/add-dac-keyset/generateProposalData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ async function main() {
(await fs.readFile(scmDeploymentPath)).toString()
) as SecurityCouncilManagementDeploymentResult;

// the keyset added in that action can be verified using the instructions in
// https://forum.arbitrum.foundation/t/non-emergency-security-council-action-update-arbitrum-nova-dac-keyset/19379
const addNovaKeysetAction = "0xDef5CfE3246882BC7f65F9346a8b974BA27D3F4E"

const chainIds = [1];
Expand Down

0 comments on commit a68fd30

Please sign in to comment.