viem 0.0.0-main.20240301T024003 → 0.0.0-main.20240301T025812

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # viem
2
2
 
3
+ ## 2.7.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1878](https://github.com/wevm/viem/pull/1878) [`42d9d9fe2d96d3c1e50f61fb03f3623e3e4ef29e`](https://github.com/wevm/viem/commit/42d9d9fe2d96d3c1e50f61fb03f3623e3e4ef29e) Thanks [@wighawag](https://github.com/wighawag)! - Added `getL1BaseFee` action for OP Stack.
8
+
9
+ - [#1883](https://github.com/wevm/viem/pull/1883) [`929a00f06b1de6e6e1d489e36e7232a3c7bf4a43`](https://github.com/wevm/viem/commit/929a00f06b1de6e6e1d489e36e7232a3c7bf4a43) Thanks [@ibrosen](https://github.com/ibrosen)! - Added Blast chain.
10
+
11
+ - [#1879](https://github.com/wevm/viem/pull/1879) [`7e01bf01b6dc85899eba5b25a1ce41d1640fc59a`](https://github.com/wevm/viem/commit/7e01bf01b6dc85899eba5b25a1ce41d1640fc59a) Thanks [@SergeevDmitry](https://github.com/SergeevDmitry)! - Added Auroria Testnet chain.
12
+
13
+ - [#1877](https://github.com/wevm/viem/pull/1877) [`c30eb49f89cef8704d6dcb5eae8e02a3247adb65`](https://github.com/wevm/viem/commit/c30eb49f89cef8704d6dcb5eae8e02a3247adb65) Thanks [@wighawag](https://github.com/wighawag)! - add definitions for ancient8 mainnet and testnet
14
+
15
+ - [#1884](https://github.com/wevm/viem/pull/1884) [`386a0be9ea92d6dbf2833a7a8d90b5e8c4c637d4`](https://github.com/wevm/viem/commit/386a0be9ea92d6dbf2833a7a8d90b5e8c4c637d4) Thanks [@cauu](https://github.com/cauu)! - Added Merlin chain.
16
+
3
17
  ## 2.7.16
4
18
 
5
19
  ### Patch Changes
@@ -6,9 +6,9 @@ exports.merlin = (0, defineChain_js_1.defineChain)({
6
6
  id: 4200,
7
7
  name: 'Merlin',
8
8
  nativeCurrency: {
9
- name: "BTC",
10
- symbol: "BTC",
11
- decimals: 18
9
+ name: 'BTC',
10
+ symbol: 'BTC',
11
+ decimals: 18,
12
12
  },
13
13
  rpcUrls: {
14
14
  default: { http: ['https://rpc.merlinchain.io'] },
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.0-main.20240301T024003';
4
+ exports.version = '0.0.0-main.20240301T025812';
5
5
  //# sourceMappingURL=version.js.map
@@ -3,9 +3,9 @@ export const merlin = /*#__PURE__*/ defineChain({
3
3
  id: 4200,
4
4
  name: 'Merlin',
5
5
  nativeCurrency: {
6
- name: "BTC",
7
- symbol: "BTC",
8
- decimals: 18
6
+ name: 'BTC',
7
+ symbol: 'BTC',
8
+ decimals: 18,
9
9
  },
10
10
  rpcUrls: {
11
11
  default: { http: ['https://rpc.merlinchain.io'] },
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240301T024003';
1
+ export const version = '0.0.0-main.20240301T025812';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240301T024003";
1
+ export declare const version = "0.0.0-main.20240301T025812";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -4,9 +4,9 @@ export const merlin = /*#__PURE__*/ defineChain({
4
4
  id: 4200,
5
5
  name: 'Merlin',
6
6
  nativeCurrency: {
7
- name: "BTC",
8
- symbol: "BTC",
9
- decimals: 18
7
+ name: 'BTC',
8
+ symbol: 'BTC',
9
+ decimals: 18,
10
10
  },
11
11
  rpcUrls: {
12
12
  default: { http: ['https://rpc.merlinchain.io'] },
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240301T024003'
1
+ export const version = '0.0.0-main.20240301T025812'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "0.0.0-main.20240301T024003",
4
+ "version": "0.0.0-main.20240301T025812",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",