We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e24ef commit 74bf360Copy full SHA for 74bf360
script/releases/v0.0.1-gov/1-eoa.s.sol
@@ -61,7 +61,7 @@ contract Deploy is EOADeployer {
61
62
function deployProtocolMultisigs() public {
63
// pseudorandom number
64
- uint256 salt = 87883615230;
+ uint256 salt = 87883615251;
65
66
// deploy multisigs that simply have the deployer as their initial owner
67
address[] memory singleOwner = new address[](1);
script/releases/v1.2.0-genesis/upgrade.json
@@ -9,7 +9,7 @@
9
},
10
{
11
"type": "multisig",
12
- "filename": "2-queue.sol"
+ "filename": "2-queue.s.sol"
13
14
15
0 commit comments