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 12, 2024
1 parent 1f001ee commit bcce24e
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 2 deletions.
33 changes: 33 additions & 0 deletions cache/1/events/0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5.json
Original file line number Diff line number Diff line change
Expand Up @@ -8157,5 +8157,38 @@
"logIndex": 126,
"removed": false,
"timestamp": 1710203315
},
{
"eventName": "PayloadCreated",
"args": {
"payloadId": 80,
"creator": "0x5B540d168E2468270a3b5C66DD1A6E4ecE6BE593",
"maximumAccessLevelRequired": 1,
"actions": [
{
"target": "0xb20935059e3F49Cbfa35bED0780Fb8887D7D0D67",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
},
"address": "0xdabad81af85554e9ae636395611c58f7ec1aaec5",
"topics": [
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5",
"0x0000000000000000000000000000000000000000000000000000000000000050",
"0x0000000000000000000000005b540d168e2468270a3b5c66dd1a6e4ece6be593",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000b20935059e3f49cbfa35bed0780fb8887d7d0d6700000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "19420128",
"transactionHash": "0xefee0517b9e988f1a636f0e3f85e4c75a2cf7fd3fe608ced61088df18a58ed3a",
"transactionIndex": 10,
"blockHash": "0x32c6eac75ace6ac3f8908529a8fd18e19b390d3b80b31d3344346dd5820e6591",
"logIndex": 61,
"removed": false,
"timestamp": 1710260135
}
]
22 changes: 22 additions & 0 deletions cache/1/payloads/0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,5 +1774,27 @@
"callData": "0x"
}
]
},
"80": {
"creator": "0x5B540d168E2468270a3b5C66DD1A6E4ecE6BE593",
"maximumAccessLevelRequired": 1,
"state": 1,
"createdAt": 1710260135,
"queuedAt": 0,
"executedAt": 0,
"cancelledAt": 0,
"expirationTime": 1713284135,
"delay": 86400,
"gracePeriod": 604800,
"actions": [
{
"target": "0xb20935059e3F49Cbfa35bED0780Fb8887D7D0D67",
"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
Expand Up @@ -2,7 +2,7 @@
"governance": "19419528",
"137/payloads": "54572369",
"43114/payloads": "41293538",
"1/payloads": "19419537",
"1/payloads": "19420133",
"10/payloads": "117327107",
"42161/payloads": "189643814",
"8453/payloads": "11436843",
Expand Down
3 changes: 2 additions & 1 deletion cache/payload-states.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"76": 1,
"77": 1,
"78": 1,
"79": 1
"79": 1,
"80": 1
}
},
"10": {
Expand Down
Loading

0 comments on commit bcce24e

Please sign in to comment.