Skip to content

Commit dd64446

Browse files
fix build
1 parent e5e7b30 commit dd64446

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/chain-simulator/state-changes/contract.state-changes-e2e.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ async function fetchMetaNonce(baseUrl: string): Promise<number> {
3535
}
3636

3737
describe('State changes: smart contract deploy visibility', () => {
38-
const sim = config.chainSimulatorUrl;
3938
const api = config.apiServiceUrl;
4039
const deployer = config.aliceAddress;
4140

@@ -81,4 +80,3 @@ describe('State changes: smart contract deploy visibility', () => {
8180
expect(endMeta).toBeGreaterThan(startMeta);
8281
});
8382
});
84-

0 commit comments

Comments
 (0)