Skip to content

Commit 90cc1d1

Browse files
committed
admin: updated dist files
1 parent 8158908 commit 90cc1d1

26 files changed

+57
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.2 (2024-05-16 11:03)
7+
---------------------------------
8+
9+
- Added Base endpoints to EtherscanProvider ([#4729](https://github.com/ethers-io/ethers.js/issues/4729); [7e1dc95](https://github.com/ethers-io/ethers.js/commit/7e1dc95ea2564c1eb0a9452b9a16002f3696765c)).
10+
611
ethers/v6.12.1 (2024-04-30 22:46)
712
---------------------------------
813

dist/ethers.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
33
/**
44
* The current version of Ethers.
55
*/
6-
const version = "6.12.1";
6+
const version = "6.12.2";
77

88
/**
99
* Property helper functions.
@@ -11849,7 +11849,7 @@ class ParamType {
1184911849
* Walks the **ParamType** with %%value%%, asynchronously calling
1185011850
* %%process%% on each type, destructing the %%value%% recursively.
1185111851
*
11852-
* This can be used to resolve ENS naes by walking and resolving each
11852+
* This can be used to resolve ENS names by walking and resolving each
1185311853
* ``"address"`` type.
1185411854
*/
1185511855
async walkAsync(value, process) {
@@ -21155,6 +21155,8 @@ class CloudflareProvider extends JsonRpcProvider {
2115521155
* - Holesky Testnet (``holesky``)
2115621156
* - Arbitrum (``arbitrum``)
2115721157
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
21158+
* - Base (``base``)
21159+
* - Base Sepolia Testnet (``base-sepolia``)
2115821160
* - BNB Smart Chain Mainnet (``bnb``)
2115921161
* - BNB Smart Chain Testnet (``bnbt``)
2116021162
* - Optimism (``optimism``)
@@ -21251,6 +21253,10 @@ class EtherscanProvider extends AbstractProvider {
2125121253
return "https:/\/api.arbiscan.io";
2125221254
case "arbitrum-goerli":
2125321255
return "https:/\/api-goerli.arbiscan.io";
21256+
case "base":
21257+
return "https:/\/api.basescan.org";
21258+
case "base-sepolia":
21259+
return "https:/\/api-sepolia.basescan.org";
2125421260
case "bnb":
2125521261
return "https:/\/api.bscscan.com";
2125621262
case "bnbt":

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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
99
/**
1010
* The current version of Ethers.
1111
*/
12-
const version = "6.12.1";
12+
const version = "6.12.2";
1313

1414
/**
1515
* Property helper functions.
@@ -11855,7 +11855,7 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
1185511855
* Walks the **ParamType** with %%value%%, asynchronously calling
1185611856
* %%process%% on each type, destructing the %%value%% recursively.
1185711857
*
11858-
* This can be used to resolve ENS naes by walking and resolving each
11858+
* This can be used to resolve ENS names by walking and resolving each
1185911859
* ``"address"`` type.
1186011860
*/
1186111861
async walkAsync(value, process) {
@@ -21161,6 +21161,8 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
2116121161
* - Holesky Testnet (``holesky``)
2116221162
* - Arbitrum (``arbitrum``)
2116321163
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
21164+
* - Base (``base``)
21165+
* - Base Sepolia Testnet (``base-sepolia``)
2116421166
* - BNB Smart Chain Mainnet (``bnb``)
2116521167
* - BNB Smart Chain Testnet (``bnbt``)
2116621168
* - Optimism (``optimism``)
@@ -21257,6 +21259,10 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
2125721259
return "https:/\/api.arbiscan.io";
2125821260
case "arbitrum-goerli":
2125921261
return "https:/\/api-goerli.arbiscan.io";
21262+
case "base":
21263+
return "https:/\/api.basescan.org";
21264+
case "base-sepolia":
21265+
return "https:/\/api-sepolia.basescan.org";
2126021266
case "bnb":
2126121267
return "https:/\/api.bscscan.com";
2126221268
case "bnbt":

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.

dist/wordlists-extra.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/wordlists-extra.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/wordlists-extra.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/_version.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/abi/fragments.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export declare class ParamType {
197197
* Walks the **ParamType** with %%value%%, asynchronously calling
198198
* %%process%% on each type, destructing the %%value%% recursively.
199199
*
200-
* This can be used to resolve ENS naes by walking and resolving each
200+
* This can be used to resolve ENS names by walking and resolving each
201201
* ``"address"`` type.
202202
*/
203203
walkAsync(value: any, process: ParamTypeWalkAsyncFunc): Promise<any>;

lib.commonjs/abi/fragments.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/provider-etherscan.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* - Holesky Testnet (``holesky``)
1212
* - Arbitrum (``arbitrum``)
1313
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
14+
* - Base (``base``)
15+
* - Base Sepolia Testnet (``base-sepolia``)
1416
* - BNB Smart Chain Mainnet (``bnb``)
1517
* - BNB Smart Chain Testnet (``bnbt``)
1618
* - Optimism (``optimism``)

lib.commonjs/providers/provider-etherscan.d.ts.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.js

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

0 commit comments

Comments
 (0)