Skip to content

Commit d437d0f

Browse files
committed
admin: updated dist files
1 parent 16a2256 commit d437d0f

24 files changed

+43
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Change Log
33

44
This change log is maintained by `src.ts/_admin/update-changelog.ts` but may also be manually updated.
55

6-
ethers/v6.12.0 (2024-04-16 21:34)
6+
ethers/v6.12.0 (2024-04-16 21:49)
77
---------------------------------
88

9+
- Added Linea Sepolia network and Infura endpoint ([#4655](https://github.com/ethers-io/ethers.js/issues/4655); [b4aaab8](https://github.com/ethers-io/ethers.js/commit/b4aaab8d39fe47f8a1a296fa442f0856f84faf03)).
910
- Do not send unsubscribe messages to destroyed Providers ([#4678](https://github.com/ethers-io/ethers.js/issues/4678); [c45935e](https://github.com/ethers-io/ethers.js/commit/c45935e29ca0dd1ecdf1277fa1107246041be580)).
1011
- Get definitive network from InfuraProvider when using InfuraWebSocketProvider ([38e32d8](https://github.com/ethers-io/ethers.js/commit/38e32d82145eb289e5179f9b6b11f4a9225a7022)).
1112
- Better error messages for transaction field mismatch ([#4659](https://github.com/ethers-io/ethers.js/issues/4659); [9230aa0](https://github.com/ethers-io/ethers.js/commit/9230aa0b9a88b5241915a8d6afa8a522d35abd5d)).

dist/ethers.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17711,6 +17711,7 @@ function injectCommonNetworks() {
1771117711
registerEth("bnbt", 97, {});
1771217712
registerEth("linea", 59144, { ensNetwork: 1 });
1771317713
registerEth("linea-goerli", 59140, {});
17714+
registerEth("linea-sepolia", 59141, {});
1771417715
registerEth("matic", 137, {
1771517716
ensNetwork: 1,
1771617717
plugins: [
@@ -21143,7 +21144,7 @@ class CloudflareProvider extends JsonRpcProvider {
2114321144
* - Ethereum Mainnet (``mainnet``)
2114421145
* - Goerli Testnet (``goerli``)
2114521146
* - Sepolia Testnet (``sepolia``)
21146-
* - Sepolia Testnet (``holesky``)
21147+
* - Holesky Testnet (``holesky``)
2114721148
* - Arbitrum (``arbitrum``)
2114821149
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
2114921150
* - BNB Smart Chain Mainnet (``bnb``)
@@ -22035,7 +22036,8 @@ class WebSocketProvider extends SocketProvider {
2203522036
* - BNB Smart Chain Mainnet (``bnb``)
2203622037
* - BNB Smart Chain Testnet (``bnbt``)
2203722038
* - Linea (``linea``)
22038-
* - Linea Goerlia Testnet (``linea-goerli``)
22039+
* - Linea Goerli Testnet (``linea-goerli``)
22040+
* - Linea Sepolia Testnet (``linea-sepolia``)
2203922041
* - Optimism (``optimism``)
2204022042
* - Optimism Goerli Testnet (``optimism-goerli``)
2204122043
* - Optimism Sepolia Testnet (``optimism-sepolia``)
@@ -22074,6 +22076,8 @@ function getHost$2(name) {
2207422076
return "linea-mainnet.infura.io";
2207522077
case "linea-goerli":
2207622078
return "linea-goerli.infura.io";
22079+
case "linea-sepolia":
22080+
return "linea-sepolia.infura.io";
2207722081
case "matic":
2207822082
return "polygon-mainnet.infura.io";
2207922083
case "matic-amoy":

dist/ethers.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ethers.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ethers.umd.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17717,6 +17717,7 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
1771717717
registerEth("bnbt", 97, {});
1771817718
registerEth("linea", 59144, { ensNetwork: 1 });
1771917719
registerEth("linea-goerli", 59140, {});
17720+
registerEth("linea-sepolia", 59141, {});
1772017721
registerEth("matic", 137, {
1772117722
ensNetwork: 1,
1772217723
plugins: [
@@ -21149,7 +21150,7 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
2114921150
* - Ethereum Mainnet (``mainnet``)
2115021151
* - Goerli Testnet (``goerli``)
2115121152
* - Sepolia Testnet (``sepolia``)
21152-
* - Sepolia Testnet (``holesky``)
21153+
* - Holesky Testnet (``holesky``)
2115321154
* - Arbitrum (``arbitrum``)
2115421155
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
2115521156
* - BNB Smart Chain Mainnet (``bnb``)
@@ -22041,7 +22042,8 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
2204122042
* - BNB Smart Chain Mainnet (``bnb``)
2204222043
* - BNB Smart Chain Testnet (``bnbt``)
2204322044
* - Linea (``linea``)
22044-
* - Linea Goerlia Testnet (``linea-goerli``)
22045+
* - Linea Goerli Testnet (``linea-goerli``)
22046+
* - Linea Sepolia Testnet (``linea-sepolia``)
2204522047
* - Optimism (``optimism``)
2204622048
* - Optimism Goerli Testnet (``optimism-goerli``)
2204722049
* - Optimism Sepolia Testnet (``optimism-sepolia``)
@@ -22080,6 +22082,8 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
2208022082
return "linea-mainnet.infura.io";
2208122083
case "linea-goerli":
2208222084
return "linea-goerli.infura.io";
22085+
case "linea-sepolia":
22086+
return "linea-sepolia.infura.io";
2208322087
case "matic":
2208422088
return "polygon-mainnet.infura.io";
2208522089
case "matic-amoy":

dist/ethers.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ethers.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.commonjs/providers/network.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.commonjs/providers/network.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.commonjs/providers/provider-etherscan.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Ethereum Mainnet (``mainnet``)
99
* - Goerli Testnet (``goerli``)
1010
* - Sepolia Testnet (``sepolia``)
11-
* - Sepolia Testnet (``holesky``)
11+
* - Holesky Testnet (``holesky``)
1212
* - Arbitrum (``arbitrum``)
1313
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
1414
* - BNB Smart Chain Mainnet (``bnb``)

0 commit comments

Comments
 (0)