viem 2.30.6 → 2.30.7-canary-20250605150520
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 +6 -0
- package/_cjs/chains/definitions/chiliz.js +6 -0
- package/_cjs/chains/definitions/chiliz.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_esm/chains/definitions/chiliz.js +6 -0
- package/_esm/chains/definitions/chiliz.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/utils/ens/namehash.js +1 -1
- package/_types/chains/definitions/chiliz.d.ts +6 -9
- package/_types/chains/definitions/chiliz.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/utils/ens/namehash.d.ts +1 -1
- package/chains/definitions/chiliz.ts +6 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/utils/ens/namehash.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# viem
|
2
2
|
|
3
|
+
## 2.30.7-canary-20250605150520
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3695](https://github.com/wevm/viem/pull/3695) [`20b1ed2a08a4728e6b6e20b4e3ce1f2124fef20d`](https://github.com/wevm/viem/commit/20b1ed2a08a4728e6b6e20b4e3ce1f2124fef20d) Thanks [@ersanyakit](https://github.com/ersanyakit)! - Added multicall3 to Chiliz chain.
|
8
|
+
|
3
9
|
## 2.30.6
|
4
10
|
|
5
11
|
### Patch Changes
|
@@ -23,5 +23,11 @@ exports.chiliz = (0, defineChain_js_1.defineChain)({
|
|
23
23
|
apiUrl: 'https://scan.chiliz.com/api',
|
24
24
|
},
|
25
25
|
},
|
26
|
+
contracts: {
|
27
|
+
multicall3: {
|
28
|
+
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
29
|
+
blockCreated: 8080847,
|
30
|
+
},
|
31
|
+
},
|
26
32
|
});
|
27
33
|
//# sourceMappingURL=chiliz.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chiliz.js","sourceRoot":"","sources":["../../../chains/definitions/chiliz.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,MAAM,GAAiB,IAAA,4BAAW,EAAC;IAC9C,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,cAAc;IACpB,OAAO,EAAE,cAAc;IACvB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,wBAAwB,CAAC;SACjC;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,iBAAiB;YACvB,GAAG,EAAE,yBAAyB;YAC9B,MAAM,EAAE,6BAA6B;SACtC;KACF;CACF,CAAC,CAAA"}
|
1
|
+
{"version":3,"file":"chiliz.js","sourceRoot":"","sources":["../../../chains/definitions/chiliz.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,MAAM,GAAiB,IAAA,4BAAW,EAAC;IAC9C,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,cAAc;IACpB,OAAO,EAAE,cAAc;IACvB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,wBAAwB,CAAC;SACjC;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,iBAAiB;YACvB,GAAG,EAAE,yBAAyB;YAC9B,MAAM,EAAE,6BAA6B;SACtC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAA"}
|
package/_cjs/errors/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,8BAA8B,CAAA"}
|
@@ -20,5 +20,11 @@ export const chiliz = /*#__PURE__*/ defineChain({
|
|
20
20
|
apiUrl: 'https://scan.chiliz.com/api',
|
21
21
|
},
|
22
22
|
},
|
23
|
+
contracts: {
|
24
|
+
multicall3: {
|
25
|
+
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
26
|
+
blockCreated: 8080847,
|
27
|
+
},
|
28
|
+
},
|
23
29
|
});
|
24
30
|
//# sourceMappingURL=chiliz.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chiliz.js","sourceRoot":"","sources":["../../../chains/definitions/chiliz.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,WAAW,CAAC;IAC9C,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,cAAc;IACpB,OAAO,EAAE,cAAc;IACvB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,wBAAwB,CAAC;SACjC;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,iBAAiB;YACvB,GAAG,EAAE,yBAAyB;YAC9B,MAAM,EAAE,6BAA6B;SACtC;KACF;CACF,CAAC,CAAA"}
|
1
|
+
{"version":3,"file":"chiliz.js","sourceRoot":"","sources":["../../../chains/definitions/chiliz.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,WAAW,CAAC;IAC9C,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,cAAc;IACpB,OAAO,EAAE,cAAc;IACvB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,wBAAwB,CAAC;SACjC;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,iBAAiB;YACvB,GAAG,EAAE,yBAAyB;YAC9B,MAAM,EAAE,6BAA6B;SACtC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,OAAO;SACtB;KACF;CACF,CAAC,CAAA"}
|
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '2.30.
|
1
|
+
export const version = '2.30.7-canary-20250605150520';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAA"}
|
@@ -10,7 +10,7 @@ import { encodedLabelToLabelhash, } from './encodedLabelToLabelhash.js';
|
|
10
10
|
*
|
11
11
|
* @example
|
12
12
|
* namehash('wevm.eth')
|
13
|
-
* '
|
13
|
+
* '0x08c85f2f4059e930c45a6aeff9dcd3bd95dc3c5c1cddef6a0626b31152248560'
|
14
14
|
*
|
15
15
|
* @link https://eips.ethereum.org/EIPS/eip-137
|
16
16
|
*/
|
@@ -6,15 +6,12 @@ export declare const chiliz: {
|
|
6
6
|
readonly apiUrl: "https://scan.chiliz.com/api";
|
7
7
|
};
|
8
8
|
};
|
9
|
-
contracts
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
multicall3?: import("../../index.js").ChainContract | undefined;
|
16
|
-
universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
|
17
|
-
} | undefined;
|
9
|
+
contracts: {
|
10
|
+
readonly multicall3: {
|
11
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
12
|
+
readonly blockCreated: 8080847;
|
13
|
+
};
|
14
|
+
};
|
18
15
|
ensTlds?: readonly string[] | undefined;
|
19
16
|
id: 88888;
|
20
17
|
name: "Chiliz Chain";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chiliz.d.ts","sourceRoot":"","sources":["../../../chains/definitions/chiliz.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
1
|
+
{"version":3,"file":"chiliz.d.ts","sourceRoot":"","sources":["../../../chains/definitions/chiliz.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjB,CAAA"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "2.30.
|
1
|
+
export declare const version = "2.30.7-canary-20250605150520";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,iCAAiC,CAAA"}
|
@@ -12,7 +12,7 @@ export type NamehashErrorType = BytesToHexErrorType | EncodedLabelToLabelhashErr
|
|
12
12
|
*
|
13
13
|
* @example
|
14
14
|
* namehash('wevm.eth')
|
15
|
-
* '
|
15
|
+
* '0x08c85f2f4059e930c45a6aeff9dcd3bd95dc3c5c1cddef6a0626b31152248560'
|
16
16
|
*
|
17
17
|
* @link https://eips.ethereum.org/EIPS/eip-137
|
18
18
|
*/
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '2.30.
|
1
|
+
export const version = '2.30.7-canary-20250605150520'
|
package/package.json
CHANGED
package/utils/ens/namehash.ts
CHANGED
@@ -30,7 +30,7 @@ export type NamehashErrorType =
|
|
30
30
|
*
|
31
31
|
* @example
|
32
32
|
* namehash('wevm.eth')
|
33
|
-
* '
|
33
|
+
* '0x08c85f2f4059e930c45a6aeff9dcd3bd95dc3c5c1cddef6a0626b31152248560'
|
34
34
|
*
|
35
35
|
* @link https://eips.ethereum.org/EIPS/eip-137
|
36
36
|
*/
|