diff --git a/examples/nextjs/src/components/bucket/create/index.tsx b/examples/nextjs/src/components/bucket/create/index.tsx index 62569b20..5209776a 100644 --- a/examples/nextjs/src/components/bucket/create/index.tsx +++ b/examples/nextjs/src/components/bucket/create/index.tsx @@ -1,5 +1,4 @@ import { client, selectSp } from '@/client'; -import { ACCOUNT_PRIVATEKEY } from '@/config/env'; import { getOffchainAuthKeys } from '@/utils/offchainAuth'; import { useState } from 'react'; import { useAccount } from 'wagmi'; @@ -48,6 +47,20 @@ export const CreateBucket = () => { primarySpAddress: spInfo.primarySpAddress, }, paymentAddress: address, + // empty tags + tags: { + tags: [], + }, + + // with tags: + // tags: { + // tags: [ + // { + // key: 'test', + // value: 'test', + // }, + // ], + // }, }, { // type: 'ECDSA',