Skip to content

Commit

Permalink
fix(cache): automatic cache update 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
Cache bot committed Mar 20, 2024
1 parent 931b2c4 commit f2b91ca
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 2 deletions.
33 changes: 33 additions & 0 deletions cache/137/events/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json
Original file line number Diff line number Diff line change
Expand Up @@ -2660,5 +2660,38 @@
"logIndex": 173,
"removed": false,
"timestamp": 1710761919
},
{
"eventName": "PayloadCreated",
"args": {
"payloadId": 42,
"creator": "0x076d6da60aAAC6c97A8a0fE8057f9564203Ee545",
"maximumAccessLevelRequired": 1,
"actions": [
{
"target": "0x045950811Ed7B157158B4316F0e2F04726E3b4fa",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
},
"address": "0x401b5d0294e23637c18fcc38b1bca814cda2637c",
"topics": [
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5",
"0x000000000000000000000000000000000000000000000000000000000000002a",
"0x000000000000000000000000076d6da60aaac6c97a8a0fe8057f9564203ee545",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000045950811ed7b157158b4316f0e2f04726e3b4fa00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "54871055",
"transactionHash": "0x8defb69dd176155566767869c7711748c999b42d5ee0ad2b8c59e98c6ae22881",
"transactionIndex": 51,
"blockHash": "0x587c9affa4c31f498519c17d8d7543dc1d5fc43de8b5fe1d15d15c2420fabb6a",
"logIndex": 176,
"removed": false,
"timestamp": 1710922641
}
]
22 changes: 22 additions & 0 deletions cache/137/payloads/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json
Original file line number Diff line number Diff line change
Expand Up @@ -938,5 +938,27 @@
"callData": "0x"
}
]
},
"42": {
"creator": "0x076d6da60aAAC6c97A8a0fE8057f9564203Ee545",
"maximumAccessLevelRequired": 1,
"state": 1,
"createdAt": 1710922641,
"queuedAt": 0,
"executedAt": 0,
"cancelledAt": 0,
"expirationTime": 1713946641,
"delay": 86400,
"gracePeriod": 604800,
"actions": [
{
"target": "0x045950811Ed7B157158B4316F0e2F04726E3b4fa",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
}
}
2 changes: 1 addition & 1 deletion cache/bookKeeping/lastFetchedBlocks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"governance": "19474094",
"137/payloads": "54803113",
"137/payloads": "54871071",
"43114/payloads": "43059163",
"1/payloads": "19474100",
"10/payloads": "117583181",
Expand Down
3 changes: 2 additions & 1 deletion cache/payload-states.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
"38": 3,
"39": 3,
"40": 3,
"41": 3
"41": 3,
"42": 1
}
},
"1088": {
Expand Down
Loading

0 comments on commit f2b91ca

Please sign in to comment.