We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04180cc commit be3f9ccCopy full SHA for be3f9cc
1 file changed
hardhat.config.ts
@@ -90,7 +90,7 @@ task(
90
});
91
//const xusd = await IERC20.at("0xb5999795BE0EbB5bAb23144AA5FD6A02D080299F");
92
const xusd = await hre.ethers.getContractAt(
93
- "ERC20",
+ "contracts/Dependencies/IERC20.sol:IERC20",
94
"0xb5999795BE0EbB5bAb23144AA5FD6A02D080299F"
95
);
96
const totalSupply = await xusd.totalSupply();
@@ -168,7 +168,7 @@ const config: HardhatUserConfig = {
168
runs: 100,
169
},
170
171
- }
+ },
172
],
173
174
paths: {
@@ -186,7 +186,7 @@ const config: HardhatUserConfig = {
186
187
signer2: {
188
default: 2,
189
190
191
networks: {
192
hardhat: {
0 commit comments