Skip to content

Commit

Permalink
feat: Add qouta
Browse files Browse the repository at this point in the history
  • Loading branch information
ybgbob committed Jun 3, 2024
1 parent 5461cff commit 53b00be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/seller/useCreateSpace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const useCreateSpace = ({ onFailure, onSuccess }: Params) => {
primarySpAddress: sp.primarySpAddress as Address,
primarySpApprovalExpiredHeight: BigInt(0),
primarySpSignature: '0x', // TODO if the owner of the bucket is a smart contract, we are not able to get the primarySpSignature
chargedReadQuota: BigInt(0),
chargedReadQuota: BigInt(10000 * 1024 * 1024 * 1024),
extraData: '0x',
// globalVirtualGroupFamilyId: 1,
globalVirtualGroupFamilyId,
Expand Down

0 comments on commit 53b00be

Please sign in to comment.