Map of EntryPoint versions to their contract instances and simulation helpers.
const entryPoints: EntryPoints = { [EntryPointVersion.v060]: { contract: entryPointV6, simulations: entryPointV6Simulations }, [EntryPointVersion.v070]: { contract: entryPointV7Simulations }}; Copy
const entryPoints: EntryPoints = { [EntryPointVersion.v060]: { contract: entryPointV6, simulations: entryPointV6Simulations }, [EntryPointVersion.v070]: { contract: entryPointV7Simulations }};
Map of EntryPoint versions to their contract instances and simulation helpers.