@sentio/runtime 2.62.3-rc.1 → 2.62.4-rc.1
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.
@@ -36097,9 +36097,9 @@ var require_eventemitter3 = __commonJS({
|
|
36097
36097
|
}
|
36098
36098
|
});
|
36099
36099
|
|
36100
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
36100
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/chain-id.js
|
36101
36101
|
var require_chain_id = __commonJS({
|
36102
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
36102
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
|
36103
36103
|
"use strict";
|
36104
36104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
36105
36105
|
exports.ChainIdToType = exports.ChainTypeToChainId = exports.ChainId = exports.NonEthChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
|
@@ -36276,9 +36276,9 @@ var require_chain_id = __commonJS({
|
|
36276
36276
|
}
|
36277
36277
|
});
|
36278
36278
|
|
36279
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
36279
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/chain-info.js
|
36280
36280
|
var require_chain_info = __commonJS({
|
36281
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
36281
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
|
36282
36282
|
"use strict";
|
36283
36283
|
Object.defineProperty(exports, "__esModule", { value: true });
|
36284
36284
|
exports.ChainInfo = exports.NonEthChainInfo = exports.CosmosChainInfo = exports.StarknetChainInfo = exports.FuelChainInfo = exports.SuiChainInfo = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
|
@@ -37373,7 +37373,8 @@ var require_chain_info = __commonJS({
|
|
37373
37373
|
tokenSymbol: "XPL",
|
37374
37374
|
tokenDecimals: 18,
|
37375
37375
|
explorerUrl: "https://plasmascan.to",
|
37376
|
-
|
37376
|
+
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan",
|
37377
|
+
explorerApiType: ExplorerApiType.ETHERSCAN,
|
37377
37378
|
lightIcon: "https://assets.sentio.xyz/chains/plasma.svg",
|
37378
37379
|
darkIcon: "https://assets.sentio.xyz/chains/plasma-dark.svg"
|
37379
37380
|
},
|
@@ -37389,7 +37390,8 @@ var require_chain_info = __commonJS({
|
|
37389
37390
|
tokenSymbol: "XPL",
|
37390
37391
|
tokenDecimals: 18,
|
37391
37392
|
explorerUrl: "https://testnet.plasmascan.to",
|
37392
|
-
|
37393
|
+
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/9746/etherscan",
|
37394
|
+
explorerApiType: ExplorerApiType.ETHERSCAN,
|
37393
37395
|
lightIcon: "https://assets.sentio.xyz/chains/plasma.svg",
|
37394
37396
|
darkIcon: "https://assets.sentio.xyz/chains/plasma-dark.svg"
|
37395
37397
|
},
|
@@ -37782,9 +37784,9 @@ var require_chain_info = __commonJS({
|
|
37782
37784
|
}
|
37783
37785
|
});
|
37784
37786
|
|
37785
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
37787
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/chain-name.js
|
37786
37788
|
var require_chain_name = __commonJS({
|
37787
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
37789
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
|
37788
37790
|
"use strict";
|
37789
37791
|
Object.defineProperty(exports, "__esModule", { value: true });
|
37790
37792
|
exports.getChainName = getChainName;
|
@@ -37812,9 +37814,9 @@ var require_chain_name = __commonJS({
|
|
37812
37814
|
}
|
37813
37815
|
});
|
37814
37816
|
|
37815
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
37817
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/index.js
|
37816
37818
|
var require_dist = __commonJS({
|
37817
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
37819
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.9/node_modules/@sentio/chain/dist/index.js"(exports) {
|
37818
37820
|
"use strict";
|
37819
37821
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
37820
37822
|
if (k2 === void 0) k2 = k;
|
@@ -60097,4 +60099,4 @@ long/umd/index.js:
|
|
60097
60099
|
@noble/curves/esm/secp256k1.js:
|
60098
60100
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
60099
60101
|
*/
|
60100
|
-
//# sourceMappingURL=chunk-
|
60102
|
+
//# sourceMappingURL=chunk-FMUBPMYE.js.map
|