viem 0.0.0-main.20240423T223944 → 0.0.0-main.20240423T224336

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.skaleCryptoColosseum = void 0;
4
4
  const defineChain_js_1 = require("../../../utils/chain/defineChain.js");
5
5
  exports.skaleCryptoColosseum = (0, defineChain_js_1.defineChain)({
6
- id: 2_046_399_126,
6
+ id: 1_032_942_172,
7
7
  name: 'SKALE | Crypto Colosseum',
8
8
  nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
9
9
  rpcUrls: {
@@ -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.20240423T223944';
4
+ exports.version = '0.0.0-main.20240423T224336';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  import { defineChain } from '../../../utils/chain/defineChain.js';
2
2
  export const skaleCryptoColosseum = /*#__PURE__*/ defineChain({
3
- id: 2_046_399_126,
3
+ id: 1_032_942_172,
4
4
  name: 'SKALE | Crypto Colosseum',
5
5
  nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
6
6
  rpcUrls: {
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240423T223944';
1
+ export const version = '0.0.0-main.20240423T224336';
2
2
  //# sourceMappingURL=version.js.map
@@ -6,7 +6,7 @@ export declare const skaleCryptoColosseum: {
6
6
  };
7
7
  };
8
8
  contracts: {};
9
- id: 2046399126;
9
+ id: 1032942172;
10
10
  name: "SKALE | Crypto Colosseum";
11
11
  nativeCurrency: {
12
12
  readonly name: "sFUEL";
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240423T223944";
1
+ export declare const version = "0.0.0-main.20240423T224336";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { defineChain } from '../../../utils/chain/defineChain.js'
2
2
 
3
3
  export const skaleCryptoColosseum = /*#__PURE__*/ defineChain({
4
- id: 2_046_399_126,
4
+ id: 1_032_942_172,
5
5
  name: 'SKALE | Crypto Colosseum',
6
6
  nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
7
7
  rpcUrls: {
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240423T223944'
1
+ export const version = '0.0.0-main.20240423T224336'
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.20240423T223944",
4
+ "version": "0.0.0-main.20240423T224336",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",