Skip to content

Commit

Permalink
Merge branch 'main' of github.com:blockcoders/nestjs-ethers into 147-…
Browse files Browse the repository at this point in the history
…add-support-for-ethers-v6
  • Loading branch information
0xslipk committed Oct 30, 2023
2 parents 5df4e8f + cbcd89e commit 29b1ee4
Show file tree
Hide file tree
Showing 18 changed files with 749 additions and 901 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ workflows:
- test:
matrix:
parameters:
node-version: ['20.8', '18.12', '16.18']
node-version: ['18.12', '16.18']
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,26 +117,12 @@ interface EthersModuleOptions {
*/
quorum?: number;

/**
* Optional parameter if this option is false, EthersModule won't wait until
* the providers are ready. If this option is true, EthersModule will wait
* until the network has heen established for all the providers.
* @see {@link https://docs.ethers.io/v5/api/providers/provider/#Provider-ready}
*/
waitUntilIsConnected?: boolean;

/**
* Optional parameter if this option is false, EthersModule will try to connect
* with the credentials provided in options. If you define more than one provider,
* EthersModule will use the FallbackProvider to send multiple requests simultaneously.
*/
useDefaultProvider?: boolean;

/**
* Optional parameter if this option is true, EthersModule will disable
* the console.log in the ethers.js library.
*/
disableEthersLogger?: boolean

/**
* Optional parameter to associate a token name to EthersProvider,
Expand Down
Loading

0 comments on commit 29b1ee4

Please sign in to comment.