Skip to content

Commit 74bf360

Browse files
committed
add changes
1 parent d4e24ef commit 74bf360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/releases/v0.0.1-gov/1-eoa.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ contract Deploy is EOADeployer {
6161

6262
function deployProtocolMultisigs() public {
6363
// pseudorandom number
64-
uint256 salt = 87883615230;
64+
uint256 salt = 87883615251;
6565

6666
// deploy multisigs that simply have the deployer as their initial owner
6767
address[] memory singleOwner = new address[](1);

script/releases/v1.2.0-genesis/upgrade.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"type": "multisig",
12-
"filename": "2-queue.sol"
12+
"filename": "2-queue.s.sol"
1313
},
1414
{
1515
"type": "multisig",

0 commit comments

Comments
 (0)