Skip to content

Commit

Permalink
Update byte size number
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Jul 19, 2022
1 parent 06bf370 commit 8f38558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc-methods/src/restricted/manageState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export enum ManageStateOperation {
updateState = 'update',
}

export const STORAGE_SIZE_LIMIT = 100000000; // In bytes (100MB)
export const STORAGE_SIZE_LIMIT = 104857600; // In bytes (100MB)

/**
* Builds the method implementation for `snap_manageState`.
Expand Down

0 comments on commit 8f38558

Please sign in to comment.