@sentio/runtime 2.58.7-rc.3 → 2.58.7-rc.5

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.
@@ -26984,9 +26984,9 @@ var require_eventemitter3 = __commonJS({
26984
26984
  }
26985
26985
  });
26986
26986
 
26987
- // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-id.js
26987
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-id.js
26988
26988
  var require_chain_id = __commonJS({
26989
- "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
26989
+ "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
26990
26990
  "use strict";
26991
26991
  Object.defineProperty(exports, "__esModule", { value: true });
26992
26992
  exports.getChainType = exports.ChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
@@ -27039,6 +27039,7 @@ var require_chain_id = __commonJS({
27039
27039
  EthChainId3["MERLIN_MAINNET"] = "4200";
27040
27040
  EthChainId3["MANTLE"] = "5000";
27041
27041
  EthChainId3["BASE"] = "8453";
27042
+ EthChainId3["MEV_COMMIT"] = "8855";
27042
27043
  EthChainId3["MONAD_TESTNET"] = "10143";
27043
27044
  EthChainId3["HOLESKY"] = "17000";
27044
27045
  EthChainId3["MODE"] = "34443";
@@ -27131,9 +27132,9 @@ var require_chain_id = __commonJS({
27131
27132
  }
27132
27133
  });
27133
27134
 
27134
- // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-info.js
27135
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-info.js
27135
27136
  var require_chain_info = __commonJS({
27136
- "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
27137
+ "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
27137
27138
  "use strict";
27138
27139
  Object.defineProperty(exports, "__esModule", { value: true });
27139
27140
  exports.getChainLogo = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
@@ -28087,6 +28088,18 @@ var require_chain_info = __commonJS({
28087
28088
  explorerApiType: ExplorerApiType.BLOCKSCOUT,
28088
28089
  explorerApi: "https://explorer.etherlink.com",
28089
28090
  lightIcon: "https://sentio.xyz/chains/etherlink.svg"
28091
+ },
28092
+ [chain_id_1.EthChainId.MEV_COMMIT]: {
28093
+ name: "MEV Commit",
28094
+ slug: "mev-commit",
28095
+ chainId: chain_id_1.EthChainId.MEV_COMMIT,
28096
+ variation: EthVariation.DEFAULT,
28097
+ priceTokenAddress: "0x0000000000000000000000000000000000000000",
28098
+ tokenAddress: "0x0000000000000000000000000000000000000000",
28099
+ wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
28100
+ tokenSymbol: "ETH",
28101
+ tokenDecimals: 18,
28102
+ explorerUrl: "https://www.mev-commit.xyz/"
28090
28103
  }
28091
28104
  };
28092
28105
  function getEVMChainScanUrl(chainId, hash2, subtype) {
@@ -28140,10 +28153,10 @@ var require_chain_info = __commonJS({
28140
28153
  darkIcon: "https://sentio.xyz/chains/aptos-dark.svg"
28141
28154
  },
28142
28155
  [chain_id_1.AptosChainId.APTOS_TESTNET]: {
28143
- name: "Aptos Testenet",
28156
+ name: "Aptos Testnet",
28144
28157
  chainId: chain_id_1.AptosChainId.APTOS_TESTNET,
28145
28158
  explorerUrl: "https://explorer.aptoslabs.com",
28146
- suffix: "?network=mainnet",
28159
+ suffix: "?network=testnet",
28147
28160
  lightIcon: "https://sentio.xyz/chains/aptos.svg",
28148
28161
  darkIcon: "https://sentio.xyz/chains/aptos-dark.svg"
28149
28162
  },
@@ -28338,9 +28351,9 @@ var require_chain_info = __commonJS({
28338
28351
  }
28339
28352
  });
28340
28353
 
28341
- // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-name.js
28354
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-name.js
28342
28355
  var require_chain_name = __commonJS({
28343
- "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
28356
+ "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
28344
28357
  "use strict";
28345
28358
  Object.defineProperty(exports, "__esModule", { value: true });
28346
28359
  exports.getChainScanUrl = exports.getChainName = exports.CHAIN_MAP = void 0;
@@ -28438,9 +28451,9 @@ var require_chain_name = __commonJS({
28438
28451
  }
28439
28452
  });
28440
28453
 
28441
- // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/index.js
28454
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/index.js
28442
28455
  var require_dist = __commonJS({
28443
- "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/index.js"(exports) {
28456
+ "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/index.js"(exports) {
28444
28457
  "use strict";
28445
28458
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
28446
28459
  if (k2 === void 0) k2 = k;
@@ -59758,4 +59771,4 @@ long/umd/index.js:
59758
59771
  @noble/curves/esm/secp256k1.js:
59759
59772
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59760
59773
  */
59761
- //# sourceMappingURL=chunk-CVM3SEGB.js.map
59774
+ //# sourceMappingURL=chunk-IIWFZPNM.js.map