viem 2.9.18 → 2.9.20
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 +16 -0
- package/_cjs/chains/definitions/mantleSepoliaTestnet.js +31 -0
- package/_cjs/chains/definitions/mantleSepoliaTestnet.js.map +1 -0
- package/_cjs/chains/definitions/playfiAlbireo.js +31 -0
- package/_cjs/chains/definitions/playfiAlbireo.js.map +1 -0
- package/_cjs/chains/index.js +7 -3
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/rpc/http.js +4 -3
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_esm/chains/definitions/mantleSepoliaTestnet.js +28 -0
- package/_esm/chains/definitions/mantleSepoliaTestnet.js.map +1 -0
- package/_esm/chains/definitions/playfiAlbireo.js +28 -0
- package/_esm/chains/definitions/playfiAlbireo.js.map +1 -0
- package/_esm/chains/index.js +2 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/rpc/http.js +4 -3
- package/_esm/utils/rpc/http.js.map +1 -1
- package/_types/celo/chainConfig.d.ts +20 -20
- package/_types/celo/formatters.d.ts +10 -10
- package/_types/chains/definitions/celo.d.ts +20 -20
- package/_types/chains/definitions/celoAlfajores.d.ts +20 -20
- package/_types/chains/definitions/mantleSepoliaTestnet.d.ts +34 -0
- package/_types/chains/definitions/mantleSepoliaTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/playfiAlbireo.d.ts +1453 -0
- package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -0
- package/_types/chains/definitions/zkSync.d.ts +9 -9
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +9 -9
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +9 -9
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +9 -9
- package/_types/chains/definitions/zkSyncTestnet.d.ts +9 -9
- package/_types/chains/index.d.ts +2 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +1 -0
- package/_types/index.d.ts.map +1 -1
- package/_types/utils/rpc/http.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +9 -9
- package/_types/zksync/formatters.d.ts +9 -9
- package/chains/definitions/mantleSepoliaTestnet.ts +28 -0
- package/chains/definitions/playfiAlbireo.ts +28 -0
- package/chains/index.ts +2 -0
- package/errors/version.ts +1 -1
- package/index.ts +1 -0
- package/package.json +1 -1
- package/utils/rpc/http.ts +4 -3
@@ -0,0 +1,34 @@
|
|
1
|
+
export declare const mantleSepoliaTestnet: {
|
2
|
+
blockExplorers: {
|
3
|
+
readonly default: {
|
4
|
+
readonly name: "Mantle Testnet Explorer";
|
5
|
+
readonly url: "https://explorer.sepolia.mantle.xyz/";
|
6
|
+
readonly apiUrl: "https://explorer.sepolia.mantle.xyz/api";
|
7
|
+
};
|
8
|
+
};
|
9
|
+
contracts: {
|
10
|
+
readonly multicall3: {
|
11
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
12
|
+
readonly blockCreated: 4584012;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
id: 5003;
|
16
|
+
name: "Mantle Sepolia Testnet";
|
17
|
+
nativeCurrency: {
|
18
|
+
readonly decimals: 18;
|
19
|
+
readonly name: "MNT";
|
20
|
+
readonly symbol: "MNT";
|
21
|
+
};
|
22
|
+
rpcUrls: {
|
23
|
+
readonly default: {
|
24
|
+
readonly http: readonly ["https://rpc.sepolia.mantle.xyz"];
|
25
|
+
};
|
26
|
+
};
|
27
|
+
sourceId?: number | undefined;
|
28
|
+
testnet: true;
|
29
|
+
custom?: Record<string, unknown> | undefined;
|
30
|
+
formatters?: undefined;
|
31
|
+
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
|
32
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
33
|
+
};
|
34
|
+
//# sourceMappingURL=mantleSepoliaTestnet.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mantleSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mantleSepoliaTestnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyB/B,CAAA"}
|