We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c7fc4 commit ebf07b4Copy full SHA for ebf07b4
__tests__/contracts.test.ts
@@ -15,7 +15,6 @@ const compiledERC20: CompiledContract = JsonParser.parse(
15
16
describe('new Contract()', () => {
17
const address = randomAddress();
18
- // const address = "";
19
const wallet = randomAddress();
20
const contract = new Contract(compiledERC20.abi, address);
21
beforeAll(async () => {
0 commit comments