Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a additional nonce for the task 017-Presigned-Pause to make sure enough nonce are kept after actions on sepolia. #305

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add 6 PRESIGN_NONCE instead of 5, to make sure we have a suff…
…icient amount of nonces despite the adding/removal of owners into the FoS.
  • Loading branch information
Ethnical committed Aug 22, 2024
commit 3781eae2c6d2e2c37cd8c5005ae43a8468eedd4d
2 changes: 1 addition & 1 deletion tasks/sep/017-presigned-pause/.env
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 10 additions & 0 deletions tasks/sep/017-presigned-pause/tx/draft-0.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-22T19:59:42+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "0",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
"script_name": "PresignPauseFromJson.s.sol",
"data": ""
}
10 changes: 10 additions & 0 deletions tasks/sep/017-presigned-pause/tx/draft-1.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-22T19:59:44+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "1",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
"script_name": "PresignPauseFromJson.s.sol",
"data": ""
}
10 changes: 10 additions & 0 deletions tasks/sep/017-presigned-pause/tx/draft-2.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-22T19:59:50+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "2",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
"script_name": "PresignPauseFromJson.s.sol",
"data": ""
}
10 changes: 10 additions & 0 deletions tasks/sep/017-presigned-pause/tx/draft-3.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-22T19:59:58+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "3",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
"script_name": "PresignPauseFromJson.s.sol",
"data": ""
}
10 changes: 10 additions & 0 deletions tasks/sep/017-presigned-pause/tx/draft-4.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:01+02:00",
"safe_addr": "0x837DE453AD5F21E89771e3c06239d8236c0EFd5E",
"safe_nonce": "4",
"target_addr": "0xfd7E6Ef1f6c9e4cC34F54065Bf8496cE41A4e2e8",
"script_name": "PresignPauseFromJson.s.sol",
"data": ""
}
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": ""
}