Skip to content

Commit 0710619

Browse files
Update lockfile (#1030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <[email protected]>
1 parent 32a2274 commit 0710619

File tree

2 files changed

+315
-365
lines changed

2 files changed

+315
-365
lines changed

packages/plugin-hardhat/test/defender-utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { disableDefender, enableDefender } = require('../dist/defender/utils');
55
const { getDeployClient } = require('../dist/defender/client');
66

77
test.beforeEach(async t => {
8-
t.context.fakeChainId = '0x05';
8+
t.context.fakeChainId = '0x01';
99
t.context.fakeHre = {
1010
config: { defender: { apiKey: 'API_KEY', apiSecret: 'API_SECRET' } },
1111
network: {
@@ -36,7 +36,7 @@ test('getNetwork finds network', async t => {
3636
});
3737

3838
const network = await utils.getNetwork(t.context.fakeHre);
39-
t.is(network, 'goerli');
39+
t.is(network, 'mainnet');
4040
});
4141

4242
test('getNetwork cannot find network', async t => {

0 commit comments

Comments
 (0)