Skip to content

Commit

Permalink
Update lockfile (#1030)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Lau <[email protected]>
  • Loading branch information
renovate[bot] and ericglau authored Jun 19, 2024
1 parent 32a2274 commit 0710619
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 365 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-hardhat/test/defender-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { disableDefender, enableDefender } = require('../dist/defender/utils');
const { getDeployClient } = require('../dist/defender/client');

test.beforeEach(async t => {
t.context.fakeChainId = '0x05';
t.context.fakeChainId = '0x01';
t.context.fakeHre = {
config: { defender: { apiKey: 'API_KEY', apiSecret: 'API_SECRET' } },
network: {
Expand Down Expand Up @@ -36,7 +36,7 @@ test('getNetwork finds network', async t => {
});

const network = await utils.getNetwork(t.context.fakeHre);
t.is(network, 'goerli');
t.is(network, 'mainnet');
});

test('getNetwork cannot find network', async t => {
Expand Down
Loading

0 comments on commit 0710619

Please sign in to comment.