We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2661cc0 commit d861949Copy full SHA for d861949
1 file changed
lib/agent/lockup/positionsCreate.spec.ts
@@ -22,7 +22,6 @@ describe('positionsCreate.ts', () => {
22
console.log(tx)
23
})
24
it('return undefined if network is not valid', async () => {
25
- const wallet = new ethers.Wallet(env.mnemonic, testProviders.polyMumbai)
26
const options: Options = {
27
provider: testProviders.polyMumbai,
28
propertyAddress,
0 commit comments