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 8, 2024
1 parent 10b0420 commit 05d3ee4
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": 150,
"removed": false,
"timestamp": 1715106383
},
{
"eventName": "VotingActivated",
"args": {
"proposalId": "102",
"snapshotBlockHash": "0xd9bef378b4d2c10a92ac8f512e28fa9cf0fb3659ce9e66f77cdd872f4720208d",
"votingDuration": 259200
},
"address": "0x9aee0b04504cef83a65ac3f0e838d0593bcb2bc7",
"topics": [
"0x45f1db29750f423920a6edede3a80ea19ceb9de3eabc072078eb539ca348dca0",
"0x0000000000000000000000000000000000000000000000000000000000000066",
"0xd9bef378b4d2c10a92ac8f512e28fa9cf0fb3659ce9e66f77cdd872f4720208d"
],
"data": "0x000000000000000000000000000000000000000000000000000000000003f480",
"blockNumber": "19827119",
"transactionHash": "0x4357e26fc45c63db4b6ee7775196831e62667e5594f147fc12117873870c91a4",
"transactionIndex": 30,
"blockHash": "0x912a74fa3f00d62d21fdbe122da7fca6252790bfaa2c9243955c41475f298095",
"logIndex": 147,
"removed": false,
"timestamp": 1715192807
}
],
"proposal": {
"state": 1,
"state": 2,
"accessLevel": 1,
"creationTime": 1715106383,
"votingDuration": 0,
"votingActivationTime": 0,
"votingDuration": 259200,
"votingActivationTime": 1715192807,
"queuingTime": 0,
"cancelTimestamp": 0,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
"snapshotBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"snapshotBlockHash": "0xd9bef378b4d2c10a92ac8f512e28fa9cf0fb3659ce9e66f77cdd872f4720208d",
"ipfsHash": "0x719cee2cd740d25f0ef3237ab7394bd92bc4e85b8c371fcf9006dd4b0a323d9a",
"forVotes": "0",
"againstVotes": "0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19826711",
"lastSeenBlock": "19827303",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19826711",
"lastSeenBlock": "19827303",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "119794572",
"lastSeenBlock": "119798147",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "33843193",
"lastSeenBlock": "33844578",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "16967248",
"lastSeenBlock": "16968509",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lastSeenBlock": "12309039",
"lastSeenBlock": "12311433",
"isFinal": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "56730125",
"lastSeenBlock": "56733296",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "209186517",
"lastSeenBlock": "209214874",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "45189830",
"lastSeenBlock": "45193233",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "5495263",
"lastSeenBlock": "5497645",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "38548023",
"lastSeenBlock": "38550397",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "14199287",
"lastSeenBlock": "14202861",
"isFinal": {
"0": true,
"1": true,
Expand Down

0 comments on commit 05d3ee4

Please sign in to comment.