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",