Skip to content

Commit 018c8c2

Browse files
committed
Merge branch 'master' into v1.4
2 parents ef85041 + fd15ce8 commit 018c8c2

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
2828
"@openzeppelin/contracts": "^3.4.0",
2929
"@openzeppelin4/contracts": "npm:@openzeppelin/contracts@^4.9.2",
30-
"axios": "1.7.7",
30+
"axios": "1.8.2",
3131
"dotenv": "^16.0.3",
3232
"ethers": "^6.13.3",
3333
"hardhat": "2.22.12",

test-fork/rocket-fork-tests.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ import {
66
RocketDAOProposal,
77
RocketNodeStaking,
88
RocketStorage,
9-
RocketUpgradeOneDotThreeDotOne,
109
} from '../test/_utils/artifacts';
1110
import { voteStates } from '../test/dao/scenario-dao-proposal';
1211
import { injectBNHelpers } from '../test/_helpers/bn';
1312
import pako from 'pako';
14-
import * as assert from 'assert';
1513
import { endSnapShot, startSnapShot } from '../test/_utils/snapshotting';
1614

17-
const helpers = require('@nomicfoundation/hardhat-network-helpers');
1815
const hre = require('hardhat');
19-
const ethers = hre.ethers;
2016

2117
const rocketStorageAddress = process.env.MAINNET_ROCKET_STORAGE || '0x1d8f8f00cfa6758d7bE78336684788Fb0ee0Fa46';
2218

0 commit comments

Comments
 (0)