Skip to content

Commit

Permalink
release: hardhat block + .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Santoro committed Apr 21, 2022
1 parent 3be46b4 commit 1af682e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
forking: enableMainnetForking
? {
url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`,
blockNumber: 14541300
blockNumber: 14551200
}
: undefined
},
Expand Down
2 changes: 1 addition & 1 deletion test/integration/tests/fip-38-tokemak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TOKEMAK_MANAGER_ROLLOVER_ADDRESS = '0x90b6C61B102eA260131aB48377E143D6EB3A
const TOKEMAK_MANAGER_ADDRESS = '0xa86e412109f77c45a3bc1c5870b880492fb86a14'; // tokemak manager
const IPFS_JSON_FILE_HASH = 'QmP4Vzg45jExr3mcNsx9xxV1fNft95uVzgZGeLtkBXgpkx';

describe.only('e2e-fip-38-tokemak', function () {
describe('e2e-fip-38-tokemak', function () {
let contracts: NamedContracts;
let deployAddress: string;
let e2eCoord: TestEndtoEndCoordinator;
Expand Down

0 comments on commit 1af682e

Please sign in to comment.