Skip to content

Commit

Permalink
Export originalStorageCache (#3161)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Nov 16, 2023
1 parent 5a39e94 commit 8209e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/statemanager/src/cache/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './account.js'
export * from './code.js'
export * from './originalStorageCache.js'
export * from './storage.js'
export * from './types.js'
3 changes: 1 addition & 2 deletions packages/statemanager/src/ethersStateManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import debugDefault from 'debug'
import { keccak256 } from 'ethereum-cryptography/keccak.js'
import { ethers } from 'ethers'

import { AccountCache, CacheType, StorageCache } from './cache/index.js'
import { OriginalStorageCache } from './cache/originalStorageCache.js'
import { AccountCache, CacheType, OriginalStorageCache, StorageCache } from './cache/index.js'

import type { Proof } from './index.js'
import type { AccountFields, EVMStateManagerInterface, StorageDump } from '@ethereumjs/common'
Expand Down

0 comments on commit 8209e39

Please sign in to comment.