作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试图用构造函数参数验证我的合约,但安全帽每次都抛出该错误
npx hardhat verify --network rinkeby 0x50a45120252c2FeeD06915F46D8Fbabec1a008df "TestSmartContract" "TSC" "my_ipfs_link1" "my_ipfs_link2"
最佳答案
像这样将插件版本降级到 3.0.1 可以解决问题:
npm i -s @nomiclabs/hardhat-etherscan@3.0.1
关于ethereum - 插件错误 @nomiclabs/hardhat-etherscan : Error! 模块名称缺失或无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71311019/
在官方的 waffle 文档中,您可能会找到下一个实现装置的方法: import {expect} from 'chai'; import {loadFixture, deployContract}
我试图用构造函数参数验证我的合约,但安全帽每次都抛出该错误 npx hardhat verify --network rinkeby 0x50a45120252c2FeeD06915F46D8Fbab
我是一名优秀的程序员,十分优秀!