Skip to content

Commit

Permalink
Merge pull request #246 from hypercerts-org/feat/data_update_attestat…
Browse files Browse the repository at this point in the history
…ions

Add schema for creator updates (Sepolia)
  • Loading branch information
bitbeckers authored Jan 20, 2025
2 parents 19a886a + 36e5dae commit 7ac900d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,14 @@ const main = async () => {
resolver: ZERO_ADDRESS,
revocable: true,
},
{
chain_id: 11155111,
uid: "0x48e3e1be1e08084b408a7035ac889f2a840b440bbf10758d14fb722831a200c3",
schema:
"uint256 chain_id,address contract_address,uint256 token_id,string title,string description,string[] sources",
resolver: ZERO_ADDRESS,
revocable: false,
},
],
{
onConflict: "uid, chain_id",
Expand Down

0 comments on commit 7ac900d

Please sign in to comment.