Skip to content

Commit

Permalink
Removed reference to blockchallenge
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Feb 23, 2022
1 parent b73089b commit 1c1cb95
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions solgen/test/contract/sequencerInboxForceInclude.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,11 @@ import { BigNumber } from '@ethersproject/bignumber'
import { Block, TransactionReceipt } from '@ethersproject/providers'
import { expect } from 'chai'
import {
BlockChallengeFactory,
BlockChallengeFactory__factory,
Bridge,
BridgeCreator__factory,
Bridge__factory,
ExecutionChallengeFactory__factory,
ExecutionChallenge__factory,
Inbox,
Inbox__factory,
MessageTester,
OneStepProofEntry__factory,
RollupAdminLogic__factory,
RollupCreator__factory,
RollupUserLogic__factory,
SequencerInbox,
SequencerInbox__factory,
TransparentUpgradeableProxy__factory,
Expand All @@ -46,14 +37,7 @@ import {
BridgeInterface,
MessageDeliveredEvent,
} from '../../build/types/Bridge'
import { constants, Signer } from 'ethers'
import { RollupCreatedEvent } from '../../build/types/RollupCreator'
import {
hexlify,
keccak256,
parseEther,
solidityKeccak256,
} from 'ethers/lib/utils'
import { Signer } from 'ethers'

const mineBlocks = async (count: number, timeDiffPerBlock = 14) => {
const block = (await network.provider.send('eth_getBlockByNumber', [
Expand Down

0 comments on commit 1c1cb95

Please sign in to comment.