Updated dist files.

This commit is contained in:
Richard Moore 2021-07-23 17:24:05 -04:00
parent 0aafca71db
commit 6d1904c379
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
6 changed files with 7 additions and 6 deletions

View File

@ -3,9 +3,10 @@ Changelog
This change log is managed by `admin/cmds/update-versions` but may be manually updated. This change log is managed by `admin/cmds/update-versions` but may be manually updated.
ethers/v5.4.2 (2021-07-23 02:19) ethers/v5.4.2 (2021-07-23 17:22)
-------------------------------- --------------------------------
- Fix test case for new transactions responses. ([0aafca7](https://github.com/ethers-io/ethers.js/commit/0aafca71dbc019beb398e1b5a0f24936a4fd215a))
- Added matic support to INFURA and Alchemy. ([#1546](https://github.com/ethers-io/ethers.js/issues/1546); [576e9b5](https://github.com/ethers-io/ethers.js/commit/576e9b54abc3ff048113f93f765aa3177bf3b819)) - Added matic support to INFURA and Alchemy. ([#1546](https://github.com/ethers-io/ethers.js/issues/1546); [576e9b5](https://github.com/ethers-io/ethers.js/commit/576e9b54abc3ff048113f93f765aa3177bf3b819))
- Added string change to coalesce errors on some clients. ([bc5cc2e](https://github.com/ethers-io/ethers.js/commit/bc5cc2e7e34f6cc69c43c1665be9c18854fb26b8)) - Added string change to coalesce errors on some clients. ([bc5cc2e](https://github.com/ethers-io/ethers.js/commit/bc5cc2e7e34f6cc69c43c1665be9c18854fb26b8))
- Added wait to transactions returned by getBlockWithTransactions. ([#971](https://github.com/ethers-io/ethers.js/issues/971); [660e69d](https://github.com/ethers-io/ethers.js/commit/660e69db71d42084b1fe791d864d13f0111f84fb)) - Added wait to transactions returned by getBlockWithTransactions. ([#971](https://github.com/ethers-io/ethers.js/issues/971); [660e69d](https://github.com/ethers-io/ethers.js/commit/660e69db71d42084b1fe791d864d13f0111f84fb))

View File

@ -305,7 +305,7 @@ const blockchainData = {
type: 2, type: 2,
creates: null, creates: null,
from: '0xad252DD6C011E613610A36368f04aC84D5185b7c', from: '0xad252DD6C011E613610A36368f04aC84D5185b7c',
gasPrice: bnify("0x0268ab0ed6"), //gasPrice: bnify("0x0268ab0ed6"),
maxPriorityFeePerGas: bnify("0x0268ab0ed6"), maxPriorityFeePerGas: bnify("0x0268ab0ed6"),
maxFeePerGas: bnify("0x0268ab0ed6"), maxFeePerGas: bnify("0x0268ab0ed6"),
gasLimit: bnify("0x5208"), gasLimit: bnify("0x5208"),

File diff suppressed because one or more lines are too long

View File

@ -336,7 +336,7 @@ var blockchainData = {
type: 2, type: 2,
creates: null, creates: null,
from: '0xad252DD6C011E613610A36368f04aC84D5185b7c', from: '0xad252DD6C011E613610A36368f04aC84D5185b7c',
gasPrice: bnify("0x0268ab0ed6"), //gasPrice: bnify("0x0268ab0ed6"),
maxPriorityFeePerGas: bnify("0x0268ab0ed6"), maxPriorityFeePerGas: bnify("0x0268ab0ed6"),
maxFeePerGas: bnify("0x0268ab0ed6"), maxFeePerGas: bnify("0x0268ab0ed6"),
gasLimit: bnify("0x5208"), gasLimit: bnify("0x5208"),

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@
"scripts": { "scripts": {
"test": "exit 1" "test": "exit 1"
}, },
"tarballHash": "0x67046e910edac00d41744da4eb6b72c089f069045ab08d1232ed242360f8a244", "tarballHash": "0x3e8ba9fe8920d2e0860c6ca7427d493353aabebae6f6574e81586a3d4b59154d",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"version": "5.4.2" "version": "5.4.2"
} }