github action fix

pull/5072/head
Joseph Izang 3 months ago committed by Aniket
parent 870a94141d
commit edec9e5d26
  1. 4
      libs/ghaction-helper/src/signer.ts

@ -11,7 +11,7 @@ export class SignerWithAddress extends ethers.Signer {
connect: (provider: any) => any,
_signTypedData: (...params: any) => any
}
provider: any
provider: any = null
static async create(signer: any) {
return new SignerWithAddress(await signer.getAddress(), signer)
}
@ -50,4 +50,4 @@ export class SignerWithAddress extends ethers.Signer {
toJSON() {
return `<SignerWithAddress ${this.address}>`
}
}
}

Loading…
Cancel
Save