Skip to content

Commit

Permalink
feat(updates): add schema for creator updates
Browse files Browse the repository at this point in the history
Adds support for creator updates. The attestation documents files
uploaded on IPFS or links and allow for adding additional data to an
impact claim.
  • Loading branch information
bitbeckers committed Jan 20, 2025
1 parent 19a886a commit 36e5dae
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 36e5dae

Please sign in to comment.