viem 0.0.0-main.20240321T223631 → 0.0.0-main.20240321T223946
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/_cjs/chains/definitions/sepolia.js +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/chains/definitions/sepolia.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/chains/definitions/sepolia.d.ts +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/chains/definitions/sepolia.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
@@ -5,7 +5,7 @@ const defineChain_js_1 = require("../../utils/chain/defineChain.js");
|
|
5
5
|
exports.sepolia = (0, defineChain_js_1.defineChain)({
|
6
6
|
id: 11_155_111,
|
7
7
|
name: 'Sepolia',
|
8
|
-
nativeCurrency: { name: 'Sepolia Ether', symbol: '
|
8
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
9
9
|
rpcUrls: {
|
10
10
|
default: {
|
11
11
|
http: ['https://rpc.sepolia.org'],
|
package/_cjs/errors/version.js
CHANGED
@@ -2,7 +2,7 @@ import { defineChain } from '../../utils/chain/defineChain.js';
|
|
2
2
|
export const sepolia = /*#__PURE__*/ defineChain({
|
3
3
|
id: 11_155_111,
|
4
4
|
name: 'Sepolia',
|
5
|
-
nativeCurrency: { name: 'Sepolia Ether', symbol: '
|
5
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
6
6
|
rpcUrls: {
|
7
7
|
default: {
|
8
8
|
http: ['https://rpc.sepolia.org'],
|
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20240321T223946';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20240321T223946";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -3,7 +3,7 @@ import { defineChain } from '../../utils/chain/defineChain.js'
|
|
3
3
|
export const sepolia = /*#__PURE__*/ defineChain({
|
4
4
|
id: 11_155_111,
|
5
5
|
name: 'Sepolia',
|
6
|
-
nativeCurrency: { name: 'Sepolia Ether', symbol: '
|
6
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
7
7
|
rpcUrls: {
|
8
8
|
default: {
|
9
9
|
http: ['https://rpc.sepolia.org'],
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20240321T223946'
|
package/package.json
CHANGED