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 29, 2024
1 parent 0b94e18 commit 76e24c1
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,41 @@
"logIndex": 60,
"removed": false,
"timestamp": 1716885719
},
{
"eventName": "VotingActivated",
"args": {
"proposalId": "111",
"snapshotBlockHash": "0x296e3a28013ccd2cc911130330982247dbe4484109277d1fea8928ef24370161",
"votingDuration": 259200
},
"address": "0x9aee0b04504cef83a65ac3f0e838d0593bcb2bc7",
"topics": [
"0x45f1db29750f423920a6edede3a80ea19ceb9de3eabc072078eb539ca348dca0",
"0x000000000000000000000000000000000000000000000000000000000000006f",
"0x296e3a28013ccd2cc911130330982247dbe4484109277d1fea8928ef24370161"
],
"data": "0x000000000000000000000000000000000000000000000000000000000003f480",
"blockNumber": "19974401",
"transactionHash": "0xe1601fb69a1fd8bcbf4a39f96bacf7626de593ab2f7deca209ed2232011fa576",
"transactionIndex": 5,
"blockHash": "0x122d0a1766a320be7a5e1bb6f18d9e6d3f6c41df7655c8fdeb58626bc4c8338b",
"logIndex": 37,
"removed": false,
"timestamp": 1716972191
}
],
"proposal": {
"state": 1,
"state": 2,
"accessLevel": 1,
"creationTime": 1716885719,
"votingDuration": 0,
"votingActivationTime": 0,
"votingDuration": 259200,
"votingActivationTime": 1716972191,
"queuingTime": 0,
"cancelTimestamp": 0,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
"snapshotBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"snapshotBlockHash": "0x296e3a28013ccd2cc911130330982247dbe4484109277d1fea8928ef24370161",
"ipfsHash": "0x6020305b890026e953ce2ba1087cc9dabad7fbafc9ce23234904615e5696ea1e",
"forVotes": "0",
"againstVotes": "0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19974214",
"lastSeenBlock": "19974506",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19974214",
"lastSeenBlock": "19974506",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "120685591",
"lastSeenBlock": "120687349",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "34189044",
"lastSeenBlock": "34189730",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "17197036",
"lastSeenBlock": "17197404",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lastSeenBlock": "12899602",
"lastSeenBlock": "12900777",
"isFinal": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "57521008",
"lastSeenBlock": "57522660",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "216185043",
"lastSeenBlock": "216199094",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "46038206",
"lastSeenBlock": "46039900",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "6089178",
"lastSeenBlock": "6090350",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "39140606",
"lastSeenBlock": "39141777",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "15090306",
"lastSeenBlock": "15092064",
"isFinal": {
"0": true,
"1": true,
Expand Down

0 comments on commit 76e24c1

Please sign in to comment.