viem 0.0.0-main.20240317T204900 → 0.0.0-main.20240318T062121

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/README.md CHANGED
@@ -156,12 +156,6 @@ Check out the following places for more viem-related content:
156
156
  <img alt="Stripe logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/stripe-light.svg" width="auto" height="50">
157
157
  </picture>
158
158
  </a>
159
- <a href="https://bitkeep.com">
160
- <picture>
161
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/bitkeep-dark.svg">
162
- <img alt="BitKeep logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/bitkeep-light.svg" width="auto" height="50">
163
- </picture>
164
- </a>
165
159
  <a href="https://privy.io">
166
160
  <picture>
167
161
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/privy-dark.svg">
@@ -216,12 +210,6 @@ Check out the following places for more viem-related content:
216
210
  <img alt="supa logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-light.svg" width="auto" height="50">
217
211
  </picture>
218
212
  </a>
219
- <a href="https://blocto.io/">
220
- <picture>
221
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/blocto-dark.svg">
222
- <img alt="blocto logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/blocto-light.svg" width="auto" height="50">
223
- </picture>
224
- </a>
225
213
 
226
214
  ## Contributing
227
215
 
@@ -15,9 +15,9 @@ exports.cronos = (0, defineChain_js_1.defineChain)({
15
15
  },
16
16
  blockExplorers: {
17
17
  default: {
18
- name: 'Cronoscan',
19
- url: 'https://cronoscan.com',
20
- apiUrl: 'https://api.cronoscan.com/api',
18
+ name: 'Cronos Explorer',
19
+ url: 'https://explorer.cronos.org',
20
+ apiUrl: 'https://explorer-api.cronos.org/mainnet/api',
21
21
  },
22
22
  },
23
23
  contracts: {
@@ -1 +1 @@
1
- {"version":3,"file":"cronos.js","sourceRoot":"","sources":["../../../chains/definitions/cronos.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,MAAM,GAAiB,IAAA,4BAAW,EAAC;IAC9C,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,gBAAgB;IACtB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,WAAW;YACjB,GAAG,EAAE,uBAAuB;YAC5B,MAAM,EAAE,+BAA+B;SACxC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAA"}
1
+ {"version":3,"file":"cronos.js","sourceRoot":"","sources":["../../../chains/definitions/cronos.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,MAAM,GAAiB,IAAA,4BAAW,EAAC;IAC9C,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,gBAAgB;IACtB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,iBAAiB;YACvB,GAAG,EAAE,6BAA6B;YAClC,MAAM,EAAE,6CAA6C;SACtD;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;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.20240317T204900';
4
+ exports.version = '0.0.0-main.20240318T062121';
5
5
  //# sourceMappingURL=version.js.map
@@ -12,9 +12,9 @@ export const cronos = /*#__PURE__*/ defineChain({
12
12
  },
13
13
  blockExplorers: {
14
14
  default: {
15
- name: 'Cronoscan',
16
- url: 'https://cronoscan.com',
17
- apiUrl: 'https://api.cronoscan.com/api',
15
+ name: 'Cronos Explorer',
16
+ url: 'https://explorer.cronos.org',
17
+ apiUrl: 'https://explorer-api.cronos.org/mainnet/api',
18
18
  },
19
19
  },
20
20
  contracts: {
@@ -1 +1 @@
1
- {"version":3,"file":"cronos.js","sourceRoot":"","sources":["../../../chains/definitions/cronos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,WAAW,CAAC;IAC9C,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,gBAAgB;IACtB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,WAAW;YACjB,GAAG,EAAE,uBAAuB;YAC5B,MAAM,EAAE,+BAA+B;SACxC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAA"}
1
+ {"version":3,"file":"cronos.js","sourceRoot":"","sources":["../../../chains/definitions/cronos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,WAAW,CAAC;IAC9C,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,gBAAgB;IACtB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,wBAAwB,CAAC,EAAE;KAC9C;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,iBAAiB;YACvB,GAAG,EAAE,6BAA6B;YAClC,MAAM,EAAE,6CAA6C;SACtD;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAA"}
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240317T204900';
1
+ export const version = '0.0.0-main.20240318T062121';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,9 +1,9 @@
1
1
  export declare const cronos: {
2
2
  blockExplorers: {
3
3
  readonly default: {
4
- readonly name: "Cronoscan";
5
- readonly url: "https://cronoscan.com";
6
- readonly apiUrl: "https://api.cronoscan.com/api";
4
+ readonly name: "Cronos Explorer";
5
+ readonly url: "https://explorer.cronos.org";
6
+ readonly apiUrl: "https://explorer-api.cronos.org/mainnet/api";
7
7
  };
8
8
  };
9
9
  contracts: {
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240317T204900";
1
+ export declare const version = "0.0.0-main.20240318T062121";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -13,9 +13,9 @@ export const cronos = /*#__PURE__*/ defineChain({
13
13
  },
14
14
  blockExplorers: {
15
15
  default: {
16
- name: 'Cronoscan',
17
- url: 'https://cronoscan.com',
18
- apiUrl: 'https://api.cronoscan.com/api',
16
+ name: 'Cronos Explorer',
17
+ url: 'https://explorer.cronos.org',
18
+ apiUrl: 'https://explorer-api.cronos.org/mainnet/api',
19
19
  },
20
20
  },
21
21
  contracts: {
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240317T204900'
1
+ export const version = '0.0.0-main.20240318T062121'
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.20240317T204900",
4
+ "version": "0.0.0-main.20240318T062121",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",