Skip to content

Commit

Permalink
update etherscan.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Dec 27, 2024
1 parent d694eb8 commit 5e3c7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-verify/test/unit/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe("Etherscan", () => {
assert.equal(currentChainConfig.chainId, 5);
});

it("should throw if the selected network is hardhat and it's not an added to custom chains", async () => {
it("should throw if the selected network is hardhat and it's not added to custom chains", async () => {
const networkName = "hardhat";
const ethereumProvider = {
async send() {
Expand Down

0 comments on commit 5e3c7e0

Please sign in to comment.