Skip to content

Commit

Permalink
feat: add 6 PRESIGN_NONCE instead of 5, to make sure we have a suff…
Browse files Browse the repository at this point in the history
…icient amount of nonces despite the adding/removal of owners into the FoS. (#305)
  • Loading branch information
Ethnical authored Aug 22, 2024
1 parent 65c9cd0 commit 4a7d0f3
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ETH_RPC_URL=https://ethereum-sepolia.publicnode.com
DEPUTY_GUARDIAN_MODULE_ADDR=0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8
SUPERCHAIN_CONFIG_ADDR=0xC2Be75506d5724086DEB7245bd260Cc9753911Be
PRESIGNER_SAFE=0x837DE453AD5F21E89771e3c06239d8236c0EFd5E
PRESIGN_NONCES="0 1 2 3 4"
PRESIGN_NONCES="0 1 2 3 4 5"
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/tx/draft-0.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_id": "11155111",
"rpc_url": "https://ethereum-sepolia.publicnode.com",
"created_at": "2024-08-22T14:11:05+02:00",
"created_at": "2024-08-22T19:59:42+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "0",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
Expand Down
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/tx/draft-1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_id": "11155111",
"rpc_url": "https://ethereum-sepolia.publicnode.com",
"created_at": "2024-08-22T14:11:07+02:00",
"created_at": "2024-08-22T19:59:44+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "1",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
Expand Down
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/tx/draft-2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_id": "11155111",
"rpc_url": "https://ethereum-sepolia.publicnode.com",
"created_at": "2024-08-22T14:11:10+02:00",
"created_at": "2024-08-22T19:59:50+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "2",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
Expand Down
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/tx/draft-3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_id": "11155111",
"rpc_url": "https://ethereum-sepolia.publicnode.com",
"created_at": "2024-08-22T14:11:12+02:00",
"created_at": "2024-08-22T19:59:58+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "3",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
Expand Down
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/tx/draft-4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_id": "11155111",
"rpc_url": "https://ethereum-sepolia.publicnode.com",
"created_at": "2024-08-22T14:11:18+02:00",
"created_at": "2024-08-22T20:00:01+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "4",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
Expand Down
10 changes: 10 additions & 0 deletions tasks/sep/017-presigned-pause/tx/draft-5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chain_id": "11155111",
"rpc_url": "https://ethereum-sepolia.publicnode.com",
"created_at": "2024-08-22T20:00:06+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "5",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
"script_name": "PresignPauseFromJson.s.sol",
"data": ""
}

0 comments on commit 4a7d0f3

Please sign in to comment.