Skip to content

Commit

Permalink
Add timestamp witness to ensure indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Dec 8, 2023
1 parent e5c8653 commit 12dd8ee
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@
"input": true,
"module": "Erc1155UriWitness"
},
{
"input": true,
"module": "TimestampWitness"
},
{
"input": [
"Erc721NameWitness",
Expand All @@ -214,9 +210,17 @@
"input": ["Erc721ContractInfoDiviner"],
"module": "Erc721ContractInfoTransformDiviner"
},
{
"input": ["Erc721ContractInfoDiviner"],
"module": "TimestampWitness"
},
{
"input": ["Erc1155ContractInfoDiviner"],
"module": "Erc1155ContractInfoTransformDiviner"
},
{
"input": ["Erc1155ContractInfoDiviner"],
"module": "TimestampWitness"
}
]
}
Expand Down

0 comments on commit 12dd8ee

Please sign in to comment.