Skip to content

Commit

Permalink
update ipfs cid
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Jan 24, 2025
1 parent 1b2cd9c commit c98b058
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,15 @@ downgrade-mode-sepolia :; export TRY_EXECUTE=true && forge script DowngradeToV10
--broadcast \
-vvvvv

downgrade-preview-mode :; export TRY_EXECUTE=false && forge script DowngradeToV100 \
--rpc-url https://mainnet.mode.network \
--private-key $(DEPLOYMENT_PRIVATE_KEY) \
-vvvvv

downgrade-mode :; export TRY_EXECUTE=false && forge script DowngradeToV100 \
--rpc-url https://mainnet.mode.network \
--private-key $(DEPLOYMENT_PRIVATE_KEY) \
--broadcast \
-vvvvv


2 changes: 1 addition & 1 deletion test/fork/downgradeViaMultisig.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract TestDowngradeViaMultisig is Test {
error NotWhitelisted();

// metadata for the proposal, pinned to pinata
bytes ipfsURI = bytes("ipfs://bafkreifbolvifin7oomrsdxnf6nej46mwka6oh3yon4yxdwkpdq7ku62wq");
bytes ipfsURI = bytes("ipfs://bafkreigm5fizmcluvnu6riqudmsdbypprg5f2gqpvoi6mm6mp7o2iwyvwa");

function setAragonSigners() internal {
aragonSigners.push(address(0x946138B088524414EEDaf0699BA10d7Fb5673A34));
Expand Down

0 comments on commit c98b058

Please sign in to comment.