@sentio/runtime 3.0.0-rc.4 → 3.0.0-rc.6
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.13/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.13/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;
|
|
@@ -36157,7 +36157,8 @@ var require_chain_id = __commonJS({
|
|
|
36157
36157
|
EthChainId3["MERLIN_MAINNET"] = "4200";
|
|
36158
36158
|
EthChainId3["MANTLE"] = "5000";
|
|
36159
36159
|
EthChainId3["BASE"] = "8453";
|
|
36160
|
-
EthChainId3["
|
|
36160
|
+
EthChainId3["BASE_SEPOLIA"] = "84532";
|
|
36161
|
+
EthChainId3["MEV_COMMIT"] = "57173";
|
|
36161
36162
|
EthChainId3["PLASMA_MAINNET"] = "9745";
|
|
36162
36163
|
EthChainId3["PLASMA_TESTNET"] = "9746";
|
|
36163
36164
|
EthChainId3["MONAD_TESTNET"] = "10143";
|
|
@@ -36208,6 +36209,7 @@ var require_chain_id = __commonJS({
|
|
|
36208
36209
|
SolanaChainId2["SOLANA_MAINNET"] = "sol_mainnet";
|
|
36209
36210
|
SolanaChainId2["SOLANA_TESTNET"] = "sol_testnet";
|
|
36210
36211
|
SolanaChainId2["SOLANA_PYTH"] = "sol_pyth";
|
|
36212
|
+
SolanaChainId2["FORGO_TESTNET"] = "forgo_testnet";
|
|
36211
36213
|
})(SolanaChainId || (exports.SolanaChainId = SolanaChainId = {}));
|
|
36212
36214
|
var FuelChainId;
|
|
36213
36215
|
(function(FuelChainId2) {
|
|
@@ -36277,9 +36279,9 @@ var require_chain_id = __commonJS({
|
|
|
36277
36279
|
}
|
|
36278
36280
|
});
|
|
36279
36281
|
|
|
36280
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
|
36282
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.13/node_modules/@sentio/chain/dist/chain-info.js
|
|
36281
36283
|
var require_chain_info = __commonJS({
|
|
36282
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
|
36284
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.13/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
|
|
36283
36285
|
"use strict";
|
|
36284
36286
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36285
36287
|
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;
|
|
@@ -36680,6 +36682,23 @@ var require_chain_info = __commonJS({
|
|
|
36680
36682
|
lightIcon: "https://assets.sentio.xyz/chains/base.svg",
|
|
36681
36683
|
darkIcon: "https://assets.sentio.xyz/chains/base_blue.svg"
|
|
36682
36684
|
},
|
|
36685
|
+
[chain_id_1.EthChainId.BASE_SEPOLIA]: {
|
|
36686
|
+
name: "Base Sepolia",
|
|
36687
|
+
slug: "base-sepolia",
|
|
36688
|
+
chainId: chain_id_1.EthChainId.BASE_SEPOLIA,
|
|
36689
|
+
mainnetChainId: chain_id_1.EthChainId.BASE,
|
|
36690
|
+
variation: EthVariation.OPTIMISM,
|
|
36691
|
+
priceTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
36692
|
+
tokenAddress: "0x0000000000000000000000000000000000000000",
|
|
36693
|
+
wrappedTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
36694
|
+
tokenSymbol: "ETH",
|
|
36695
|
+
tokenDecimals: 18,
|
|
36696
|
+
explorerUrl: "https://sepolia.basescan.org",
|
|
36697
|
+
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36698
|
+
explorerApi: "https://api.etherscan.io/v2",
|
|
36699
|
+
lightIcon: "https://assets.sentio.xyz/chains/base.svg",
|
|
36700
|
+
darkIcon: "https://assets.sentio.xyz/chains/base_blue.svg"
|
|
36701
|
+
},
|
|
36683
36702
|
[chain_id_1.EthChainId.ZKSYNC_ERA]: {
|
|
36684
36703
|
name: "zkSync Era",
|
|
36685
36704
|
slug: "zksync-era",
|
|
@@ -37556,6 +37575,14 @@ var require_chain_info = __commonJS({
|
|
|
37556
37575
|
explorerUrl: "https://solscan.io/",
|
|
37557
37576
|
suffix: "?cluster=custom&customUrl=https://pythnet.rpcpool.com",
|
|
37558
37577
|
lightIcon: "https://sentio.xyz/pyth.svg"
|
|
37578
|
+
},
|
|
37579
|
+
[chain_id_1.SolanaChainId.FORGO_TESTNET]: {
|
|
37580
|
+
name: "Forgo Testnet",
|
|
37581
|
+
slug: "forgo-testnet",
|
|
37582
|
+
chainId: chain_id_1.SolanaChainId.FORGO_TESTNET,
|
|
37583
|
+
explorerUrl: "https://fogoscan.com/",
|
|
37584
|
+
suffix: "?cluster=testnet",
|
|
37585
|
+
lightIcon: "https://sentio.xyz/solana.svg"
|
|
37559
37586
|
}
|
|
37560
37587
|
};
|
|
37561
37588
|
var SolanaSubTypePaths = {
|
|
@@ -37800,9 +37827,9 @@ var require_chain_info = __commonJS({
|
|
|
37800
37827
|
}
|
|
37801
37828
|
});
|
|
37802
37829
|
|
|
37803
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
|
37830
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.13/node_modules/@sentio/chain/dist/chain-name.js
|
|
37804
37831
|
var require_chain_name = __commonJS({
|
|
37805
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
|
37832
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.13/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
|
|
37806
37833
|
"use strict";
|
|
37807
37834
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37808
37835
|
exports.getChainName = getChainName;
|
|
@@ -37830,9 +37857,9 @@ var require_chain_name = __commonJS({
|
|
|
37830
37857
|
}
|
|
37831
37858
|
});
|
|
37832
37859
|
|
|
37833
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
|
37860
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.13/node_modules/@sentio/chain/dist/index.js
|
|
37834
37861
|
var require_dist = __commonJS({
|
|
37835
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
|
37862
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.13/node_modules/@sentio/chain/dist/index.js"(exports) {
|
|
37836
37863
|
"use strict";
|
|
37837
37864
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37838
37865
|
if (k2 === void 0) k2 = k;
|
|
@@ -60115,4 +60142,4 @@ long/umd/index.js:
|
|
|
60115
60142
|
@noble/curves/esm/secp256k1.js:
|
|
60116
60143
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
60117
60144
|
*/
|
|
60118
|
-
//# sourceMappingURL=chunk-
|
|
60145
|
+
//# sourceMappingURL=chunk-N3DTZ2BC.js.map
|