viem 0.0.0-main.20240508T024855 → 0.0.0-main.20240508T025130

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,17 @@
1
1
  # viem
2
2
 
3
+ ## 2.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2227](https://github.com/wevm/viem/pull/2227) [`0f7541c04dfe637c8e2cc4153ac7c086985bf168`](https://github.com/wevm/viem/commit/0f7541c04dfe637c8e2cc4153ac7c086985bf168) Thanks [@jxom](https://github.com/jxom)! - Updated to latest `OptimismPortal2` contract.
8
+
9
+ - [`1a0731f6b888d59f74cfd2f62c001f780d0e6b2e`](https://github.com/wevm/viem/commit/1a0731f6b888d59f74cfd2f62c001f780d0e6b2e) Thanks [@jxom](https://github.com/jxom)! - Updated Otim Devnet `BatchInvoker` contract address.
10
+
11
+ - [#2221](https://github.com/wevm/viem/pull/2221) [`8d9731c0b65cb99d95d5f220c88be050513b0a66`](https://github.com/wevm/viem/commit/8d9731c0b65cb99d95d5f220c88be050513b0a66) Thanks [@ezynda3](https://github.com/ezynda3)! - Updated Celo explorer URL.
12
+
13
+ - [#2220](https://github.com/wevm/viem/pull/2220) [`302c355b5661e478d3f9c3c4ae42d9f2061d6d81`](https://github.com/wevm/viem/commit/302c355b5661e478d3f9c3c4ae42d9f2061d6d81) Thanks [@lbk3530](https://github.com/lbk3530)! - Added DODOchain testnet.
14
+
3
15
  ## 2.10.1
4
16
 
5
17
  ### Patch Changes
@@ -18,8 +18,8 @@ exports.celo = (0, defineChain_js_1.defineChain)({
18
18
  blockExplorers: {
19
19
  default: {
20
20
  name: 'Celo Explorer',
21
- url: 'https://explorer.celo.org/mainnet',
22
- apiUrl: 'https://explorer.celo.org/api',
21
+ url: 'https://celoscan.io',
22
+ apiUrl: 'https://api.celoscan.io/api',
23
23
  },
24
24
  },
25
25
  contracts: {
@@ -1 +1 @@
1
- {"version":3,"file":"celo.js","sourceRoot":"","sources":["../../../chains/definitions/celo.ts"],"names":[],"mappings":";;;AAAA,8DAAuD;AACvD,qEAA8D;AAEjD,QAAA,IAAI,GAAiB,IAAA,4BAAW,EAAC;IAC5C,GAAG,4BAAW;IACd,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,eAAe;YACrB,GAAG,EAAE,mCAAmC;YACxC,MAAM,EAAE,+BAA+B;SACxC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAQ;SACvB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
1
+ {"version":3,"file":"celo.js","sourceRoot":"","sources":["../../../chains/definitions/celo.ts"],"names":[],"mappings":";;;AAAA,8DAAuD;AACvD,qEAA8D;AAEjD,QAAA,IAAI,GAAiB,IAAA,4BAAW,EAAC;IAC5C,GAAG,4BAAW;IACd,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,eAAe;YACrB,GAAG,EAAE,qBAAqB;YAC1B,MAAM,EAAE,6BAA6B;SACtC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAQ;SACvB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
@@ -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.20240508T024855';
4
+ exports.version = '0.0.0-main.20240508T025130';
5
5
  //# sourceMappingURL=version.js.map
@@ -15,8 +15,8 @@ export const celo = /*#__PURE__*/ defineChain({
15
15
  blockExplorers: {
16
16
  default: {
17
17
  name: 'Celo Explorer',
18
- url: 'https://explorer.celo.org/mainnet',
19
- apiUrl: 'https://explorer.celo.org/api',
18
+ url: 'https://celoscan.io',
19
+ apiUrl: 'https://api.celoscan.io/api',
20
20
  },
21
21
  },
22
22
  contracts: {
@@ -1 +1 @@
1
- {"version":3,"file":"celo.js","sourceRoot":"","sources":["../../../chains/definitions/celo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,IAAI,GAAG,aAAa,CAAC,WAAW,CAAC;IAC5C,GAAG,WAAW;IACd,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,eAAe;YACrB,GAAG,EAAE,mCAAmC;YACxC,MAAM,EAAE,+BAA+B;SACxC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAQ;SACvB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
1
+ {"version":3,"file":"celo.js","sourceRoot":"","sources":["../../../chains/definitions/celo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,IAAI,GAAG,aAAa,CAAC,WAAW,CAAC;IAC5C,GAAG,WAAW;IACd,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,eAAe;YACrB,GAAG,EAAE,qBAAqB;YAC1B,MAAM,EAAE,6BAA6B;SACtC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAQ;SACvB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240508T024855';
1
+ export const version = '0.0.0-main.20240508T025130';
2
2
  //# sourceMappingURL=version.js.map
@@ -2,8 +2,8 @@ export declare const celo: {
2
2
  blockExplorers: {
3
3
  readonly default: {
4
4
  readonly name: "Celo Explorer";
5
- readonly url: "https://explorer.celo.org/mainnet";
6
- readonly apiUrl: "https://explorer.celo.org/api";
5
+ readonly url: "https://celoscan.io";
6
+ readonly apiUrl: "https://api.celoscan.io/api";
7
7
  };
8
8
  };
9
9
  contracts: {
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240508T024855";
1
+ export declare const version = "0.0.0-main.20240508T025130";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -16,8 +16,8 @@ export const celo = /*#__PURE__*/ defineChain({
16
16
  blockExplorers: {
17
17
  default: {
18
18
  name: 'Celo Explorer',
19
- url: 'https://explorer.celo.org/mainnet',
20
- apiUrl: 'https://explorer.celo.org/api',
19
+ url: 'https://celoscan.io',
20
+ apiUrl: 'https://api.celoscan.io/api',
21
21
  },
22
22
  },
23
23
  contracts: {
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240508T024855'
1
+ export const version = '0.0.0-main.20240508T025130'
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.20240508T024855",
4
+ "version": "0.0.0-main.20240508T025130",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",