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 May 17, 2024
1 parent 12b3e58 commit f734a63
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,41 @@
"logIndex": 68,
"removed": false,
"timestamp": 1715790155
},
{
"eventName": "VotingActivated",
"args": {
"proposalId": "106",
"snapshotBlockHash": "0x8f23daad73694adafc15ae0194e933b226833f9e749d437935a57024cb43fb9e",
"votingDuration": 259200
},
"address": "0x9aee0b04504cef83a65ac3f0e838d0593bcb2bc7",
"topics": [
"0x45f1db29750f423920a6edede3a80ea19ceb9de3eabc072078eb539ca348dca0",
"0x000000000000000000000000000000000000000000000000000000000000006a",
"0x8f23daad73694adafc15ae0194e933b226833f9e749d437935a57024cb43fb9e"
],
"data": "0x000000000000000000000000000000000000000000000000000000000003f480",
"blockNumber": "19883706",
"transactionHash": "0xdc13f6dad37fac0366ff585aadd9c9047587d0dcc67c3e318129288b86165fc9",
"transactionIndex": 156,
"blockHash": "0xe2efefe66441baed7da5951200c208f96f83e2403f34a41da5c86b81abeec135",
"logIndex": 335,
"removed": false,
"timestamp": 1715876579
}
],
"proposal": {
"state": 1,
"state": 2,
"accessLevel": 1,
"creationTime": 1715790155,
"votingDuration": 0,
"votingActivationTime": 0,
"votingDuration": 259200,
"votingActivationTime": 1715876579,
"queuingTime": 0,
"cancelTimestamp": 0,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
"snapshotBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"snapshotBlockHash": "0x8f23daad73694adafc15ae0194e933b226833f9e749d437935a57024cb43fb9e",
"ipfsHash": "0xa66007518f76400be6e37151d23bfcd8fe9b6b6a72fe5eaa2fd60bdaa2a24b22",
"forVotes": "0",
"againstVotes": "0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"events": [
{
"eventName": "ProposalCreated",
"args": {
"proposalId": "107",
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"accessLevel": 1,
"ipfsHash": "0x7ae0c2025ef34dd6e9b64fe2febd4687d3a63bb83bc15a5aa7dd7756176a2404"
},
"address": "0x9aee0b04504cef83a65ac3f0e838d0593bcb2bc7",
"topics": [
"0xcc914becfa276bbc067049bf8db2d34ebbdc1bafa851e4d4936aaed376c08dbe",
"0x000000000000000000000000000000000000000000000000000000000000006b",
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x7ae0c2025ef34dd6e9b64fe2febd4687d3a63bb83bc15a5aa7dd7756176a2404",
"blockNumber": "19890495",
"transactionHash": "0x5850c230e744825a4f04e58e0a292773eed187d8e8c8449b62b7862351ae6f2d",
"transactionIndex": 31,
"blockHash": "0xe8a55c4d03dcce2aea4353177b2989de2ccadbc5543bb043489e90fc9414aa11",
"logIndex": 26,
"removed": false,
"timestamp": 1715958623
}
],
"proposal": {
"state": 1,
"accessLevel": 1,
"creationTime": 1715958623,
"votingDuration": 0,
"votingActivationTime": 0,
"queuingTime": 0,
"cancelTimestamp": 0,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
"snapshotBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"ipfsHash": "0x7ae0c2025ef34dd6e9b64fe2febd4687d3a63bb83bc15a5aa7dd7756176a2404",
"forVotes": "0",
"againstVotes": "0",
"cancellationFee": "50000000000000000",
"payloads": [
{
"chain": "10",
"accessLevel": 1,
"payloadsController": "0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4",
"payloadId": 31
}
]
},
"ipfs": {
"ipfsHash": "QmWcKE3KnPb8Y1sp1SqWuu3J8uVkf1ZJB6vv1Mui9WmANF",
"description": ""
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19883012",
"lastSeenBlock": "19891062",
"isFinal": {
"0": true,
"1": true,
Expand Down Expand Up @@ -107,6 +107,7 @@
"103": true,
"104": true,
"105": false,
"106": false
"106": false,
"107": false
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19883012",
"lastSeenBlock": "19891062",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"events": [
{
"eventName": "PayloadCreated",
"args": {
"payloadId": 31,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"actions": [
{
"target": "0x9259C93a5044186d3bdC435b5b516B7fbcc27Cac",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
},
"address": "0x0e1a3af1f9cc76a62ed31ededca291e63632e7c4",
"topics": [
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5",
"0x000000000000000000000000000000000000000000000000000000000000001f",
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000009259c93a5044186d3bdc435b5b516b7fbcc27cac00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "120179887",
"transactionHash": "0x34e974aa433f5b94e1c142a0abdb4501ad5a5b9de3ef940b2592f8ecfc39975b",
"transactionIndex": 1,
"blockHash": "0x6c58f6796084127a54af36c81319f30d2597c05ad8d7eb14574390ba02bccf48",
"logIndex": 0,
"removed": false,
"timestamp": 1715958551
}
],
"payload": {
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"state": 1,
"createdAt": 1715958551,
"queuedAt": 0,
"executedAt": 0,
"cancelledAt": 0,
"expirationTime": 1718982551,
"delay": 86400,
"gracePeriod": 604800,
"actions": [
{
"target": "0x9259C93a5044186d3bdC435b5b516B7fbcc27Cac",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "120134742",
"lastSeenBlock": "120183347",
"isFinal": {
"0": true,
"1": true,
Expand Down Expand Up @@ -31,6 +31,7 @@
"27": true,
"28": true,
"29": true,
"30": true
"30": true,
"31": false
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "33975223",
"lastSeenBlock": "33994076",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "17057770",
"lastSeenBlock": "17069302",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lastSeenBlock": "12534799",
"lastSeenBlock": "12566998",
"isFinal": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "57035998",
"lastSeenBlock": "57077755",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "211872174",
"lastSeenBlock": "212249681",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "45512578",
"lastSeenBlock": "45559327",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "5721984",
"lastSeenBlock": "5754381",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "38774287",
"lastSeenBlock": "38806622",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "14539457",
"lastSeenBlock": "14588061",
"isFinal": {
"0": true,
"1": true,
Expand Down

0 comments on commit f734a63

Please sign in to comment.