Skip to content

Commit f4ce9e1

Browse files
authored
Update deps (#134)
* Update deps * Update node orb * change repository owner
1 parent 28ed400 commit f4ce9e1

File tree

8 files changed

+10996
-2280
lines changed

8 files changed

+10996
-2280
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
# The Node.js orb contains a set of prepackaged CircleCI configuration you can utilize
77
# Orbs reduce the amount of configuration required for common tasks.
88
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/node
9-
node: circleci/node@4.1
9+
node: circleci/node@5.0.0
1010
coveralls: coveralls/[email protected]
1111

1212
jobs:
@@ -50,4 +50,4 @@ workflows:
5050
- test:
5151
matrix:
5252
parameters:
53-
node-version: ['16.4', '14.17', '12.22']
53+
node-version: ['16.13', '14.18', '12.22']

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## PR Checklist
22
Please check if your PR fulfills the following requirements:
33

4-
- [ ] The commit message follows our guidelines: https://github.com/jarcodallo/nestjs-ethers/blob/master/CONTRIBUTING.md
4+
- [ ] The commit message follows our guidelines: https://github.com/blockcoders/nestjs-ethers/blob/master/CONTRIBUTING.md
55
- [ ] Tests for the changes have been added (for bug fixes / features)
66
- [ ] Docs have been added / updated (for bug fixes / features)
77

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.17
1+
v16.14

CHANGELOG.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Changelog
22

3+
## 1.0.1
4+
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/01/15**
5+
- [#133](https://github.com/blockcoders/nestjs-ethers/pull/133) Update dependencies
6+
37
## 1.0.0
4-
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/09/16**
5-
- [#129](https://github.com/jarcodallo/nestjs-ethers/pull/129) Add module context token
6-
- [#128](https://github.com/jarcodallo/nestjs-ethers/pull/128) Add option waitUntilIsConnected
7-
- [#127](https://github.com/jarcodallo/nestjs-ethers/pull/127) Custom StaticJsonRpcProvider
8-
- [#126](https://github.com/jarcodallo/nestjs-ethers/pull/126) BscScan Provider
9-
- [#125](https://github.com/jarcodallo/nestjs-ethers/pull/125) Add precommit
10-
- [#124](https://github.com/jarcodallo/nestjs-ethers/pull/124) Add new network chains
11-
- [#123](https://github.com/jarcodallo/nestjs-ethers/pull/123) Export everything in ethers module
12-
- [#122](https://github.com/jarcodallo/nestjs-ethers/pull/122) Update ethers to 5.4.6
13-
- [#119](https://github.com/jarcodallo/nestjs-ethers/pull/119) Remove dependabot.yml
14-
- [#118](https://github.com/jarcodallo/nestjs-ethers/pull/118) Update eslint
8+
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/09/16**
9+
- [#129](https://github.com/blockcoders/nestjs-ethers/pull/129) Add module context token
10+
- [#128](https://github.com/blockcoders/nestjs-ethers/pull/128) Add option waitUntilIsConnected
11+
- [#127](https://github.com/blockcoders/nestjs-ethers/pull/127) Custom StaticJsonRpcProvider
12+
- [#126](https://github.com/blockcoders/nestjs-ethers/pull/126) BscScan Provider
13+
- [#125](https://github.com/blockcoders/nestjs-ethers/pull/125) Add precommit
14+
- [#124](https://github.com/blockcoders/nestjs-ethers/pull/124) Add new network chains
15+
- [#123](https://github.com/blockcoders/nestjs-ethers/pull/123) Export everything in ethers module
16+
- [#122](https://github.com/blockcoders/nestjs-ethers/pull/122) Update ethers to 5.4.6
17+
- [#119](https://github.com/blockcoders/nestjs-ethers/pull/119) Remove dependabot.yml
18+
- [#118](https://github.com/blockcoders/nestjs-ethers/pull/118) Update eslint
1519

1620
### BREAKING CHANGE
1721
- Replace `EthersBaseProvider` with ethers `BaseProvider` interface.
@@ -24,30 +28,30 @@ Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/09/16**
2428
- `@InjectSignerProvider` decorator declares the `EthersSigner` class as a class that can be managed by the Nest IoC .
2529

2630
## 0.3.2
27-
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/08/12**
28-
- [#111](https://github.com/jarcodallo/nestjs-ethers/pull/111) Update dependencies
29-
- [#110](https://github.com/jarcodallo/nestjs-ethers/pull/110) Remove Dependabot Badge
31+
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/08/12**
32+
- [#111](https://github.com/blockcoders/nestjs-ethers/pull/111) Update dependencies
33+
- [#110](https://github.com/blockcoders/nestjs-ethers/pull/110) Remove Dependabot Badge
3034

3135
## 0.3.1
32-
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/07/13**
33-
- [#93](https://github.com/jarcodallo/nestjs-ethers/pull/93) Update dependencies
36+
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/07/13**
37+
- [#93](https://github.com/blockcoders/nestjs-ethers/pull/93) Update dependencies
3438

3539
## 0.3.0
36-
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/21**
37-
- [#19](https://github.com/jarcodallo/nestjs-ethers/pull/19) Release v0.3.0 - EthersContract implementation
38-
- [#18](https://github.com/jarcodallo/nestjs-ethers/pull/18) Add EthersContract to the README
39-
- [#17](https://github.com/jarcodallo/nestjs-ethers/pull/17) Add SmartContract creation
40+
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/04/21**
41+
- [#19](https://github.com/blockcoders/nestjs-ethers/pull/19) Release v0.3.0 - EthersContract implementation
42+
- [#18](https://github.com/blockcoders/nestjs-ethers/pull/18) Add EthersContract to the README
43+
- [#17](https://github.com/blockcoders/nestjs-ethers/pull/17) Add SmartContract creation
4044

4145
## 0.2.0
42-
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/17**
43-
- [#16](https://github.com/jarcodallo/nestjs-ethers/pull/16) Release v0.2.0 - EthersSigner implementation
44-
- [#15](https://github.com/jarcodallo/nestjs-ethers/pull/15) Update Readme with EthersSigner
45-
- [#14](https://github.com/jarcodallo/nestjs-ethers/pull/14) Update PULL_REQUEST_TEMPLATE
46-
- [#13](https://github.com/jarcodallo/nestjs-ethers/pull/13) Add wallet signer service
46+
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/04/17**
47+
- [#16](https://github.com/blockcoders/nestjs-ethers/pull/16) Release v0.2.0 - EthersSigner implementation
48+
- [#15](https://github.com/blockcoders/nestjs-ethers/pull/15) Update Readme with EthersSigner
49+
- [#14](https://github.com/blockcoders/nestjs-ethers/pull/14) Update PULL_REQUEST_TEMPLATE
50+
- [#13](https://github.com/blockcoders/nestjs-ethers/pull/13) Add wallet signer service
4751

4852
### BREAKING CHANGE
4953
- Removed `providerName` option from `forRoot` and `forRootAsync` functions.
5054

5155
## 0.1.0
52-
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/14**
53-
- [#10](https://github.com/jarcodallo/nestjs-ethers/pull/10) Release v0.1.0 - Ethereum Module implementation for NestJS based on [Ethers.js](https://github.com/ethers-io/ethers.js/)
56+
Published by **[blockcoders](https://github.com/blockcoders)** on **2021/04/14**
57+
- [#10](https://github.com/blockcoders/nestjs-ethers/pull/10) Release v0.1.0 - Ethereum Module implementation for NestJS based on [Ethers.js](https://github.com/ethers-io/ethers.js/)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ NestJS-Ethers
22
=============
33

44
[![npm](https://img.shields.io/npm/v/nestjs-ethers)](https://www.npmjs.com/package/nestjs-ethers)
5-
[![CircleCI](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main.svg?style=svg)](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main)
6-
[![Coverage Status](https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=main)
7-
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers)](https://snyk.io/test/github/jarcodallo/nestjs-ethers)
5+
[![CircleCI](https://circleci.com/gh/blockcoders/nestjs-ethers/tree/main.svg?style=svg)](https://circleci.com/gh/blockcoders/nestjs-ethers/tree/main)
6+
[![Coverage Status](https://coveralls.io/repos/github/blockcoders/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/blockcoders/nestjs-ethers?branch=main)
7+
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers)](https://snyk.io/test/github/blockcoders/nestjs-ethers)
88
[![supported platforms](https://img.shields.io/badge/platforms-Express%20%26%20Fastify-green)](https://img.shields.io/badge/platforms-Express%20%26%20Fastify-green)
99

1010

__tests__/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const RINKEBY_POCKET_URL = 'https://eth-rinkeby.gateway.pokt.network/v1'
55
export const RINKEBY_ETHERSCAN_URL = 'https://api-rinkeby.etherscan.io/api'
66
export const RINKEBY_INFURA_URL = 'https://rinkeby.infura.io/v3'
77
export const CLOUDFLARE_URL = 'https://cloudflare-eth.com'
8-
export const TESTNET_BSCSCAN_URL = 'http://api-testnet.bscscan.com/api'
8+
export const TESTNET_BSCSCAN_URL = 'https://api-testnet.bscscan.com/api'
99
export const CUSTOM_BSC_1_URL = 'https://data-seed-prebsc-1-s1.binance.org:8545'
1010
export const CUSTOM_BSC_2_URL = 'https://data-seed-prebsc-1-s3.binance.org:8545'
1111
export const CUSTOM_BSC_3_URL = 'https://data-seed-prebsc-2-s2.binance.org:8545'

0 commit comments

Comments
 (0)