From 36e5dae2b7e66bfffe83f1d2a66225bf51961d60 Mon Sep 17 00:00:00 2001 From: bitbeckers Date: Mon, 20 Jan 2025 20:08:10 +0100 Subject: [PATCH] feat(updates): add schema for creator updates Adds support for creator updates. The attestation documents files uploaded on IPFS or links and allow for adding additional data to an impact claim. --- seed.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/seed.ts b/seed.ts index 2112d72..be09743 100644 --- a/seed.ts +++ b/seed.ts @@ -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",