@sentio/runtime 2.58.4-rc.2 → 2.58.4-rc.3

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.5/node_modules/@sentio/chain/dist/chain-id.js
26987
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-id.js
26988
26988
  var require_chain_id = __commonJS({
26989
- "../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
26989
+ "../../node_modules/.pnpm/@sentio+chain@3.0.7/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;
@@ -27041,7 +27041,6 @@ var require_chain_id = __commonJS({
27041
27041
  EthChainId3["BASE"] = "8453";
27042
27042
  EthChainId3["MONAD_TESTNET"] = "10143";
27043
27043
  EthChainId3["HOLESKY"] = "17000";
27044
- EthChainId3["ASTAR_ZKEVM"] = "3776";
27045
27044
  EthChainId3["MODE"] = "34443";
27046
27045
  EthChainId3["ARBITRUM"] = "42161";
27047
27046
  EthChainId3["AVALANCHE"] = "43114";
@@ -27058,6 +27057,7 @@ var require_chain_id = __commonJS({
27058
27057
  EthChainId3["SCROLL"] = "534352";
27059
27058
  EthChainId3["ZKLINK_NOVA"] = "810180";
27060
27059
  EthChainId3["SEPOLIA"] = "11155111";
27060
+ EthChainId3["ETHERLINK"] = "42793";
27061
27061
  EthChainId3["CORN_MAIZENET"] = "21000000";
27062
27062
  EthChainId3["AURORA"] = "1313161554";
27063
27063
  EthChainId3["BLAST_SEPOLIA"] = "168587773";
@@ -27131,9 +27131,9 @@ var require_chain_id = __commonJS({
27131
27131
  }
27132
27132
  });
27133
27133
 
27134
- // ../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/chain-info.js
27134
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-info.js
27135
27135
  var require_chain_info = __commonJS({
27136
- "../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
27136
+ "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
27137
27137
  "use strict";
27138
27138
  Object.defineProperty(exports, "__esModule", { value: true });
27139
27139
  exports.getChainLogo = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
@@ -27346,21 +27346,6 @@ var require_chain_info = __commonJS({
27346
27346
  explorerApi: "https://astar.blockscout.com",
27347
27347
  lightIcon: "https://sentio.xyz/chains/astar.svg"
27348
27348
  },
27349
- [chain_id_1.EthChainId.ASTAR_ZKEVM]: {
27350
- name: "Astar zkEVM",
27351
- slug: "astar-zkevm",
27352
- chainId: chain_id_1.EthChainId.ASTAR_ZKEVM,
27353
- variation: EthVariation.POLYGON_ZKEVM,
27354
- priceTokenAddress: "0x0000000000000000000000000000000000000000",
27355
- tokenAddress: "0x0000000000000000000000000000000000000000",
27356
- wrappedTokenAddress: "0xE9CC37904875B459Fa5D0FE37680d36F1ED55e38",
27357
- tokenSymbol: "ETH",
27358
- tokenDecimals: 18,
27359
- explorerUrl: "https://astar-zkevm.explorer.startale.com",
27360
- explorerApiType: ExplorerApiType.BLOCKSCOUT,
27361
- explorerApi: "https://astar-zkevm.explorer.startale.com",
27362
- lightIcon: "https://sentio.xyz/chains/astar.svg"
27363
- },
27364
27349
  [chain_id_1.EthChainId.LINEA]: {
27365
27350
  name: "Linea",
27366
27351
  slug: "linea",
@@ -27955,7 +27940,7 @@ var require_chain_info = __commonJS({
27955
27940
  explorerUrl: "https://unichain.blockscout.com",
27956
27941
  explorerApiType: ExplorerApiType.BLOCKSCOUT,
27957
27942
  explorerApi: "https://unichain.blockscout.com",
27958
- lightIcon: "https://sentio.xyz/chains/unichain-testnet.svg"
27943
+ lightIcon: "https://sentio.xyz/chains/unichain.svg"
27959
27944
  },
27960
27945
  [chain_id_1.EthChainId.CORN_MAIZENET]: {
27961
27946
  name: "Corn Maizenet",
@@ -28084,7 +28069,24 @@ var require_chain_info = __commonJS({
28084
28069
  wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
28085
28070
  tokenSymbol: "HYPE",
28086
28071
  tokenDecimals: 18,
28087
- explorerUrl: "https://liquidscan.xyz/mainnet"
28072
+ explorerUrl: "https://liquidscan.xyz/mainnet",
28073
+ lightIcon: "https://sentio.xyz/chains/hype.svg",
28074
+ darkIcon: "https://sentio.xyz/chains/hype-dark.svg"
28075
+ },
28076
+ [chain_id_1.EthChainId.ETHERLINK]: {
28077
+ name: "Etherlink",
28078
+ slug: "etherlink",
28079
+ chainId: chain_id_1.EthChainId.ETHERLINK,
28080
+ variation: EthVariation.DEFAULT,
28081
+ priceTokenAddress: "0x0000000000000000000000000000000000000000",
28082
+ tokenAddress: "0x0000000000000000000000000000000000000000",
28083
+ wrappedTokenAddress: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
28084
+ tokenSymbol: "XTZ",
28085
+ tokenDecimals: 18,
28086
+ explorerUrl: "https://explorer.etherlink.com",
28087
+ explorerApiType: ExplorerApiType.BLOCKSCOUT,
28088
+ explorerApi: "https://explorer.etherlink.com",
28089
+ lightIcon: "https://sentio.xyz/chains/etherlink.svg"
28088
28090
  }
28089
28091
  };
28090
28092
  function getEVMChainScanUrl(chainId, hash2, subtype) {
@@ -28236,6 +28238,34 @@ var require_chain_info = __commonJS({
28236
28238
  }
28237
28239
  return `${explorerUrl}/${subPath}/${hash2}`;
28238
28240
  }
28241
+ var FuelChainInfo = {
28242
+ [chain_id_1.FuelChainId.FUEL_MAINNET]: {
28243
+ name: "Fuel Mainnet",
28244
+ chainId: chain_id_1.FuelChainId.FUEL_MAINNET,
28245
+ explorerUrl: "https://app.fuel.network",
28246
+ lightIcon: "https://sentio.xyz/chains/fuel.svg"
28247
+ },
28248
+ [chain_id_1.FuelChainId.FUEL_TESTNET]: {
28249
+ name: "Fuel Testnet",
28250
+ chainId: chain_id_1.FuelChainId.FUEL_TESTNET,
28251
+ explorerUrl: "https://app-testnet.fuel.network",
28252
+ lightIcon: "https://sentio.xyz/chains/fuel.svg"
28253
+ }
28254
+ };
28255
+ var FuelSubTypePaths = {
28256
+ block: "block",
28257
+ address: "account",
28258
+ tx: "tx",
28259
+ token: void 0
28260
+ };
28261
+ function getFuelChainScanUrl(chainId, hash2, subtype) {
28262
+ const { explorerUrl } = FuelChainInfo[chainId];
28263
+ const subPath = FuelSubTypePaths[subtype];
28264
+ if (!subPath) {
28265
+ return;
28266
+ }
28267
+ return `${explorerUrl}/${subPath}/${hash2}`;
28268
+ }
28239
28269
  function getChainExternalUrl(chainId, hash2, subtype) {
28240
28270
  if (!chainId || !hash2 || !subtype) {
28241
28271
  return;
@@ -28251,6 +28281,8 @@ var require_chain_info = __commonJS({
28251
28281
  return getSolanaChainScanUrl(chainIdStr, hash2, subtype);
28252
28282
  } else if (Object.keys(SuiChainInfo).includes(chainIdStr)) {
28253
28283
  return getSuiChainScanUrl(chainIdStr, hash2, subtype);
28284
+ } else if (Object.keys(FuelChainInfo).includes(chainIdStr)) {
28285
+ return getFuelChainScanUrl(chainIdStr, hash2, subtype);
28254
28286
  }
28255
28287
  return;
28256
28288
  }
@@ -28297,6 +28329,8 @@ var require_chain_info = __commonJS({
28297
28329
  return getLogoUrl(exports.SolanaChainInfo[chainIdStr], dark);
28298
28330
  } else if (Object.keys(SuiChainInfo).includes(chainIdStr)) {
28299
28331
  return getLogoUrl(SuiChainInfo[chainIdStr], dark);
28332
+ } else if (Object.keys(FuelChainInfo).includes(chainIdStr)) {
28333
+ return getLogoUrl(FuelChainInfo[chainIdStr], dark);
28300
28334
  }
28301
28335
  return getLogoUrl();
28302
28336
  }
@@ -28304,9 +28338,9 @@ var require_chain_info = __commonJS({
28304
28338
  }
28305
28339
  });
28306
28340
 
28307
- // ../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/chain-name.js
28341
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-name.js
28308
28342
  var require_chain_name = __commonJS({
28309
- "../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
28343
+ "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
28310
28344
  "use strict";
28311
28345
  Object.defineProperty(exports, "__esModule", { value: true });
28312
28346
  exports.getChainScanUrl = exports.getChainName = exports.CHAIN_MAP = void 0;
@@ -28404,9 +28438,9 @@ var require_chain_name = __commonJS({
28404
28438
  }
28405
28439
  });
28406
28440
 
28407
- // ../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/index.js
28441
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/index.js
28408
28442
  var require_dist = __commonJS({
28409
- "../../node_modules/.pnpm/@sentio+chain@3.0.5/node_modules/@sentio/chain/dist/index.js"(exports) {
28443
+ "../../node_modules/.pnpm/@sentio+chain@3.0.7/node_modules/@sentio/chain/dist/index.js"(exports) {
28410
28444
  "use strict";
28411
28445
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
28412
28446
  if (k2 === void 0) k2 = k;
@@ -59723,4 +59757,4 @@ long/umd/index.js:
59723
59757
  @noble/curves/esm/secp256k1.js:
59724
59758
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59725
59759
  */
59726
- //# sourceMappingURL=chunk-GAHZFTVC.js.map
59760
+ //# sourceMappingURL=chunk-QDOPLTLN.js.map