Skip to content

Commit

Permalink
fix(cache): remove cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 22, 2024
1 parent 060ee2c commit 2ac9427
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 7 deletions.
Binary file removed cache/warp/contracts/000003.log
Binary file not shown.
1 change: 0 additions & 1 deletion cache/warp/contracts/CURRENT

This file was deleted.

Empty file removed cache/warp/contracts/LOCK
Empty file.
1 change: 0 additions & 1 deletion cache/warp/contracts/LOG

This file was deleted.

Binary file removed cache/warp/contracts/MANIFEST-000002
Binary file not shown.
Binary file removed cache/warp/source/000003.log
Binary file not shown.
1 change: 0 additions & 1 deletion cache/warp/source/CURRENT

This file was deleted.

Empty file removed cache/warp/source/LOCK
Empty file.
1 change: 0 additions & 1 deletion cache/warp/source/LOG

This file was deleted.

Binary file removed cache/warp/source/MANIFEST-000002
Binary file not shown.
Binary file removed cache/warp/state/000003.log
Binary file not shown.
1 change: 0 additions & 1 deletion cache/warp/state/CURRENT

This file was deleted.

Empty file removed cache/warp/state/LOCK
Empty file.
1 change: 0 additions & 1 deletion cache/warp/state/LOG

This file was deleted.

Binary file removed cache/warp/state/MANIFEST-000002
Binary file not shown.
2 changes: 1 addition & 1 deletion src/common/contracts/warp-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class WarpContract<T> implements BaseContract<T>, ReadContract {
warp = WarpFactory.forMainnet(
{
...defaultCacheOptions,
// inMemory: true, // default to in memory for now, a custom warp implementation can be provided
inMemory: true, // default to in memory for now, a custom warp implementation can be provided
},
true,
),
Expand Down

0 comments on commit 2ac9427

Please sign in to comment.