@sentio/runtime 2.59.0-rc.40 → 2.59.0-rc.41
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.
@@ -36396,9 +36396,9 @@ var require_eventemitter3 = __commonJS({
|
|
36396
36396
|
}
|
36397
36397
|
});
|
36398
36398
|
|
36399
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0
|
36399
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/chain-id.js
|
36400
36400
|
var require_chain_id = __commonJS({
|
36401
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0
|
36401
|
+
"../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
|
36402
36402
|
"use strict";
|
36403
36403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
36404
36404
|
exports.getChainType = exports.ChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
|
@@ -36456,6 +36456,7 @@ var require_chain_id = __commonJS({
|
|
36456
36456
|
EthChainId3["HOLESKY"] = "17000";
|
36457
36457
|
EthChainId3["MODE"] = "34443";
|
36458
36458
|
EthChainId3["ARBITRUM"] = "42161";
|
36459
|
+
EthChainId3["HEMI"] = "43111";
|
36459
36460
|
EthChainId3["AVALANCHE"] = "43114";
|
36460
36461
|
EthChainId3["ZIRCUIT_TESTNET"] = "48899";
|
36461
36462
|
EthChainId3["ZIRCUIT_MAINNET"] = "48900";
|
@@ -36545,9 +36546,9 @@ var require_chain_id = __commonJS({
|
|
36545
36546
|
}
|
36546
36547
|
});
|
36547
36548
|
|
36548
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0
|
36549
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/chain-info.js
|
36549
36550
|
var require_chain_info = __commonJS({
|
36550
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0
|
36551
|
+
"../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
|
36551
36552
|
"use strict";
|
36552
36553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
36553
36554
|
exports.getChainLogo = exports.getSuiscanUrl = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
|
@@ -37330,6 +37331,7 @@ var require_chain_info = __commonJS({
|
|
37330
37331
|
name: "Unichain Sepolia",
|
37331
37332
|
slug: "unichain-sepolia",
|
37332
37333
|
chainId: chain_id_1.EthChainId.UNICHAIN_SEPOLIA,
|
37334
|
+
mainnetChainId: chain_id_1.EthChainId.UNICHAIN,
|
37333
37335
|
variation: EthVariation.OPTIMISM,
|
37334
37336
|
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
37335
37337
|
tokenAddress: "0x0000000000000000000000000000000000000000",
|
@@ -37515,6 +37517,22 @@ var require_chain_info = __commonJS({
|
|
37515
37517
|
explorerUrl: "https://www.mev-commit.xyz/",
|
37516
37518
|
lightIcon: "https://sentio.xyz/chains/mev-commit-dark.svg",
|
37517
37519
|
darkIcon: "https://sentio.xyz/chains/mev-commit.svg"
|
37520
|
+
},
|
37521
|
+
[chain_id_1.EthChainId.HEMI]: {
|
37522
|
+
name: "Hemi",
|
37523
|
+
slug: "hemi",
|
37524
|
+
chainId: chain_id_1.EthChainId.HEMI,
|
37525
|
+
variation: EthVariation.DEFAULT,
|
37526
|
+
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
37527
|
+
tokenAddress: "0x0000000000000000000000000000000000000000",
|
37528
|
+
wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
|
37529
|
+
tokenSymbol: "ETH",
|
37530
|
+
tokenDecimals: 18,
|
37531
|
+
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
37532
|
+
explorerUrl: "https://explorer.hemi.xyz",
|
37533
|
+
explorerApi: "https://explorer.hemi.xyz",
|
37534
|
+
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
37535
|
+
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
37518
37536
|
}
|
37519
37537
|
};
|
37520
37538
|
function getEVMChainScanUrl(chainId, hash2, subtype) {
|
@@ -37803,9 +37821,9 @@ var require_chain_info = __commonJS({
|
|
37803
37821
|
}
|
37804
37822
|
});
|
37805
37823
|
|
37806
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0
|
37824
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/chain-name.js
|
37807
37825
|
var require_chain_name = __commonJS({
|
37808
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0
|
37826
|
+
"../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
|
37809
37827
|
"use strict";
|
37810
37828
|
Object.defineProperty(exports, "__esModule", { value: true });
|
37811
37829
|
exports.getChainScanUrl = exports.getChainName = exports.CHAIN_MAP = void 0;
|
@@ -37904,9 +37922,9 @@ var require_chain_name = __commonJS({
|
|
37904
37922
|
}
|
37905
37923
|
});
|
37906
37924
|
|
37907
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0
|
37925
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/index.js
|
37908
37926
|
var require_dist = __commonJS({
|
37909
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0
|
37927
|
+
"../../node_modules/.pnpm/@sentio+chain@3.1.0/node_modules/@sentio/chain/dist/index.js"(exports) {
|
37910
37928
|
"use strict";
|
37911
37929
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
37912
37930
|
if (k2 === void 0) k2 = k;
|
@@ -59877,4 +59895,4 @@ long/umd/index.js:
|
|
59877
59895
|
@noble/curves/esm/secp256k1.js:
|
59878
59896
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59879
59897
|
*/
|
59880
|
-
//# sourceMappingURL=chunk-
|
59898
|
+
//# sourceMappingURL=chunk-OGXSRUVD.js.map
|