Bump ws, ethers and hardhat-gas-reporter (#5345)

This commit is contained in:
dependabot[bot]
2024-12-06 18:47:26 +01:00
committed by GitHub
parent 8829465a08
commit 0643d17e8d
12 changed files with 77 additions and 61 deletions

View File

@ -34,7 +34,7 @@ describe('GovernorTimelockControl', function () {
const [deployer, owner, voter1, voter2, voter3, voter4, other] = await ethers.getSigners();
const receiver = await ethers.deployContract('CallReceiverMock');
const token = await ethers.deployContract(Token, [tokenName, tokenSymbol, version]);
const token = await ethers.deployContract(Token, [tokenName, tokenSymbol, tokenName, version]);
const timelock = await ethers.deployContract('TimelockController', [delay, [], [], deployer]);
const mock = await ethers.deployContract('$GovernorTimelockControlMock', [
name,