blockcoders / nestjs-ethers

Ethereum utilities for NestJS based on Ethers.js
Apache License 2.0
93 stars 23 forks source link

Update README.md #142

Closed copocaneta closed 2 years ago

copocaneta commented 2 years ago

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 the this.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.

copocaneta commented 2 years ago

Renamed signer variable to ethersSigner to be consistent with other examples