viem 0.0.0-main.20231123T115439 → 0.0.0-main.20231123T142326

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,11 @@
1
1
  # viem
2
2
 
3
+ ## 1.19.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1529](https://github.com/wagmi-dev/viem/pull/1529) [`726c3fd0`](https://github.com/wagmi-dev/viem/commit/726c3fd074dc5da1f96c52dcd9fdcc0af8c5a96a) Thanks [@abs3ntdev](https://github.com/abs3ntdev)! - Added Rootstock Mainnet chain.
8
+
3
9
  ## 1.19.7
4
10
 
5
11
  ### Patch Changes
@@ -4,24 +4,24 @@ exports.rootstock = void 0;
4
4
  const defineChain_js_1 = require("../../utils/chain/defineChain.js");
5
5
  exports.rootstock = (0, defineChain_js_1.defineChain)({
6
6
  id: 30,
7
- name: "Rootstock Mainnet",
8
- network: "rootstock",
7
+ name: 'Rootstock Mainnet',
8
+ network: 'rootstock',
9
9
  nativeCurrency: {
10
10
  decimals: 18,
11
- name: "Rootstock Bitcoin",
12
- symbol: "RBTC",
11
+ name: 'Rootstock Bitcoin',
12
+ symbol: 'RBTC',
13
13
  },
14
14
  rpcUrls: {
15
- public: { http: ["https://public-node.rsk.co"] },
16
- default: { http: ["https://public-node.rsk.co"] },
15
+ public: { http: ['https://public-node.rsk.co'] },
16
+ default: { http: ['https://public-node.rsk.co'] },
17
17
  },
18
18
  blockExplorers: {
19
- blockscout: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
20
- default: { name: "RSK Explorer", url: "https://explorer.rsk.co" },
19
+ blockscout: { name: 'Blockscout', url: 'https://rootstock.blockscout.com' },
20
+ default: { name: 'RSK Explorer', url: 'https://explorer.rsk.co' },
21
21
  },
22
22
  contracts: {
23
23
  multicall3: {
24
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
24
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11',
25
25
  blockCreated: 4249540,
26
26
  },
27
27
  },
@@ -1 +1 @@
1
- {"version":3,"file":"rootstock.js","sourceRoot":"","sources":["../../../chains/definitions/rootstock.ts"],"names":[],"mappings":";;;AAAA,qEAA+D;AAElD,QAAA,SAAS,GAAiB,IAAA,4BAAW,EAAC;IACjD,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,mBAAmB;IACzB,OAAO,EAAE,WAAW;IACpB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;QAChD,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;KAClD;IACD,cAAc,EAAE;QACd,UAAU,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,EAAE,kCAAkC,EAAE;QAC3E,OAAO,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,EAAE,yBAAyB,EAAE;KAClE;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"rootstock.js","sourceRoot":"","sources":["../../../chains/definitions/rootstock.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,SAAS,GAAiB,IAAA,4BAAW,EAAC;IACjD,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,mBAAmB;IACzB,OAAO,EAAE,WAAW;IACpB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;QAChD,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;KAClD;IACD,cAAc,EAAE;QACd,UAAU,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,EAAE,kCAAkC,EAAE;QAC3E,OAAO,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,EAAE,yBAAyB,EAAE;KAClE;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.20231123T115439';
4
+ exports.version = '0.0.0-main.20231123T142326';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,24 +1,24 @@
1
- import { defineChain } from "../../utils/chain/defineChain.js";
1
+ import { defineChain } from '../../utils/chain/defineChain.js';
2
2
  export const rootstock = /*#__PURE__*/ defineChain({
3
3
  id: 30,
4
- name: "Rootstock Mainnet",
5
- network: "rootstock",
4
+ name: 'Rootstock Mainnet',
5
+ network: 'rootstock',
6
6
  nativeCurrency: {
7
7
  decimals: 18,
8
- name: "Rootstock Bitcoin",
9
- symbol: "RBTC",
8
+ name: 'Rootstock Bitcoin',
9
+ symbol: 'RBTC',
10
10
  },
11
11
  rpcUrls: {
12
- public: { http: ["https://public-node.rsk.co"] },
13
- default: { http: ["https://public-node.rsk.co"] },
12
+ public: { http: ['https://public-node.rsk.co'] },
13
+ default: { http: ['https://public-node.rsk.co'] },
14
14
  },
15
15
  blockExplorers: {
16
- blockscout: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
17
- default: { name: "RSK Explorer", url: "https://explorer.rsk.co" },
16
+ blockscout: { name: 'Blockscout', url: 'https://rootstock.blockscout.com' },
17
+ default: { name: 'RSK Explorer', url: 'https://explorer.rsk.co' },
18
18
  },
19
19
  contracts: {
20
20
  multicall3: {
21
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
21
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11',
22
22
  blockCreated: 4249540,
23
23
  },
24
24
  },
@@ -1 +1 @@
1
- {"version":3,"file":"rootstock.js","sourceRoot":"","sources":["../../../chains/definitions/rootstock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,WAAW,CAAC;IACjD,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,mBAAmB;IACzB,OAAO,EAAE,WAAW;IACpB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;QAChD,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;KAClD;IACD,cAAc,EAAE;QACd,UAAU,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,EAAE,kCAAkC,EAAE;QAC3E,OAAO,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,EAAE,yBAAyB,EAAE;KAClE;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"rootstock.js","sourceRoot":"","sources":["../../../chains/definitions/rootstock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,WAAW,CAAC;IACjD,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,mBAAmB;IACzB,OAAO,EAAE,WAAW;IACpB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;QAChD,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,4BAA4B,CAAC,EAAE;KAClD;IACD,cAAc,EAAE;QACd,UAAU,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,EAAE,kCAAkC,EAAE;QAC3E,OAAO,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,EAAE,yBAAyB,EAAE;KAClE;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.20231123T115439';
1
+ export const version = '0.0.0-main.20231123T142326';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"rootstock.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rootstock.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAuBpB,CAAC"}
1
+ {"version":3,"file":"rootstock.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rootstock.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAuBpB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20231123T115439";
1
+ export declare const version = "0.0.0-main.20231123T142326";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,26 +1,26 @@
1
- import { defineChain } from "../../utils/chain/defineChain.js";
1
+ import { defineChain } from '../../utils/chain/defineChain.js'
2
2
 
3
3
  export const rootstock = /*#__PURE__*/ defineChain({
4
4
  id: 30,
5
- name: "Rootstock Mainnet",
6
- network: "rootstock",
5
+ name: 'Rootstock Mainnet',
6
+ network: 'rootstock',
7
7
  nativeCurrency: {
8
8
  decimals: 18,
9
- name: "Rootstock Bitcoin",
10
- symbol: "RBTC",
9
+ name: 'Rootstock Bitcoin',
10
+ symbol: 'RBTC',
11
11
  },
12
12
  rpcUrls: {
13
- public: { http: ["https://public-node.rsk.co"] },
14
- default: { http: ["https://public-node.rsk.co"] },
13
+ public: { http: ['https://public-node.rsk.co'] },
14
+ default: { http: ['https://public-node.rsk.co'] },
15
15
  },
16
16
  blockExplorers: {
17
- blockscout: { name: "Blockscout", url: "https://rootstock.blockscout.com" },
18
- default: { name: "RSK Explorer", url: "https://explorer.rsk.co" },
17
+ blockscout: { name: 'Blockscout', url: 'https://rootstock.blockscout.com' },
18
+ default: { name: 'RSK Explorer', url: 'https://explorer.rsk.co' },
19
19
  },
20
20
  contracts: {
21
21
  multicall3: {
22
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
22
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11',
23
23
  blockCreated: 4249540,
24
24
  },
25
25
  },
26
- });
26
+ })
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20231123T115439'
1
+ export const version = '0.0.0-main.20231123T142326'
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.20231123T115439",
4
+ "version": "0.0.0-main.20231123T142326",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",