Closed copocaneta closed 2 years ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
README, documentation improvement/update.
this.ethersSigner does not exist on this class. It should be the this.signer from the constructor, right?
this.ethersSigner
this.signer
It should be the this.signer from the constructor, right?
Nothing else.
Renamed signer variable to ethersSigner to be consistent with other examples
signer
ethersSigner
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
README, documentation improvement/update.
What is the current behavior?
this.ethersSigner
does not exist on this class. It should be thethis.signer
from the constructor, right?What is the new behavior?
It should be the
this.signer
from the constructor, right?Does this PR introduce a breaking change?
Other information
Nothing else.