@sentio/runtime 2.57.12-rc.1 → 2.57.12-rc.a
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.
- package/lib/{chunk-NY5XOHBY.js → chunk-DYOBLZD3.js} +85 -227
- package/lib/{chunk-NY5XOHBY.js.map → chunk-DYOBLZD3.js.map} +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/lib/processor-runner.d.ts +33 -0
- package/lib/processor-runner.js +1863 -185
- package/lib/processor-runner.js.map +1 -1
- package/package.json +29 -4
- package/src/processor-runner.ts +12 -4
- package/src/service-manager.ts +263 -0
- package/src/service-worker.ts +116 -0
- package/src/service.ts +1 -1
@@ -26266,9 +26266,9 @@ var require_eventemitter3 = __commonJS({
|
|
26266
26266
|
}
|
26267
26267
|
});
|
26268
26268
|
|
26269
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0.
|
26269
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/chain-id.js
|
26270
26270
|
var require_chain_id = __commonJS({
|
26271
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0.
|
26271
|
+
"../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/chain-id.js"(exports2) {
|
26272
26272
|
"use strict";
|
26273
26273
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
26274
26274
|
exports2.getChainType = exports2.ChainId = exports2.BTCChainId = exports2.StarknetChainId = exports2.CosmosChainId = exports2.FuelChainId = exports2.SolanaChainId = exports2.SuiChainId = exports2.AptosChainId = exports2.EthChainId = exports2.ChainType = void 0;
|
@@ -26287,7 +26287,6 @@ var require_chain_id = __commonJS({
|
|
26287
26287
|
EthChainId3["CRONOS"] = "25";
|
26288
26288
|
EthChainId3["BSC"] = "56";
|
26289
26289
|
EthChainId3["BSC_TESTNET"] = "97";
|
26290
|
-
EthChainId3["UNICHAIN"] = "130";
|
26291
26290
|
EthChainId3["POLYGON"] = "137";
|
26292
26291
|
EthChainId3["MANTA_PACIFIC"] = "169";
|
26293
26292
|
EthChainId3["XLAYER_TESTNET"] = "195";
|
@@ -26304,7 +26303,6 @@ var require_chain_id = __commonJS({
|
|
26304
26303
|
EthChainId3["CRONOS_TESTNET"] = "338";
|
26305
26304
|
EthChainId3["ASTAR"] = "592";
|
26306
26305
|
EthChainId3["DERIVE"] = "957";
|
26307
|
-
EthChainId3["HYPER_EVM"] = "999";
|
26308
26306
|
EthChainId3["POLYGON_ZKEVM"] = "1101";
|
26309
26307
|
EthChainId3["CONFLUX"] = "1030";
|
26310
26308
|
EthChainId3["METIS"] = "1088";
|
@@ -26413,12 +26411,12 @@ var require_chain_id = __commonJS({
|
|
26413
26411
|
}
|
26414
26412
|
});
|
26415
26413
|
|
26416
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0.
|
26414
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/chain-info.js
|
26417
26415
|
var require_chain_info = __commonJS({
|
26418
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0.
|
26416
|
+
"../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/chain-info.js"(exports2) {
|
26419
26417
|
"use strict";
|
26420
26418
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
26421
|
-
exports2.
|
26419
|
+
exports2.getChainBlockscoutUrl = exports2.getChainExternalUrl = exports2.SolanaChainInfo = exports2.AptosChainInfo = exports2.BTCChainInfo = exports2.EthChainInfo = exports2.EthVariation = exports2.ExplorerApiType = void 0;
|
26422
26420
|
var chain_id_1 = require_chain_id();
|
26423
26421
|
var ExplorerApiType;
|
26424
26422
|
(function(ExplorerApiType2) {
|
@@ -26451,9 +26449,7 @@ var require_chain_info = __commonJS({
|
|
26451
26449
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26452
26450
|
explorerUrl: "https://etherscan.io",
|
26453
26451
|
explorerApi: "https://api.etherscan.io",
|
26454
|
-
blockscoutUrl: "https://eth.blockscout.com"
|
26455
|
-
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
26456
|
-
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
26452
|
+
blockscoutUrl: "https://eth.blockscout.com"
|
26457
26453
|
},
|
26458
26454
|
[chain_id_1.EthChainId.SEPOLIA]: {
|
26459
26455
|
name: "Sepolia",
|
@@ -26469,9 +26465,7 @@ var require_chain_info = __commonJS({
|
|
26469
26465
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26470
26466
|
explorerUrl: "https://sepolia.etherscan.io",
|
26471
26467
|
explorerApi: "https://api-sepolia.etherscan.io",
|
26472
|
-
blockscoutUrl: "https://eth-sepolia.blockscout.com"
|
26473
|
-
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
26474
|
-
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
26468
|
+
blockscoutUrl: "https://eth-sepolia.blockscout.com"
|
26475
26469
|
},
|
26476
26470
|
[chain_id_1.EthChainId.HOLESKY]: {
|
26477
26471
|
name: "Holesky",
|
@@ -26487,9 +26481,7 @@ var require_chain_info = __commonJS({
|
|
26487
26481
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26488
26482
|
explorerUrl: "https://holesky.etherscan.io",
|
26489
26483
|
explorerApi: "https://api-holesky.etherscan.io",
|
26490
|
-
blockscoutUrl: "https://eth-holesky.blockscout.com"
|
26491
|
-
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
26492
|
-
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
26484
|
+
blockscoutUrl: "https://eth-holesky.blockscout.com"
|
26493
26485
|
},
|
26494
26486
|
[chain_id_1.EthChainId.BSC]: {
|
26495
26487
|
name: "Binance Smart Chain",
|
@@ -26503,8 +26495,7 @@ var require_chain_info = __commonJS({
|
|
26503
26495
|
tokenDecimals: 18,
|
26504
26496
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26505
26497
|
explorerUrl: "https://bscscan.com",
|
26506
|
-
explorerApi: "https://api.bscscan.com"
|
26507
|
-
lightIcon: "https://sentio.xyz/chains/bnb-chain.svg"
|
26498
|
+
explorerApi: "https://api.bscscan.com"
|
26508
26499
|
},
|
26509
26500
|
[chain_id_1.EthChainId.BSC_TESTNET]: {
|
26510
26501
|
name: "Binance Smart Chain Testnet",
|
@@ -26519,8 +26510,7 @@ var require_chain_info = __commonJS({
|
|
26519
26510
|
tokenDecimals: 18,
|
26520
26511
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26521
26512
|
explorerUrl: "https://testnet.bscscan.com",
|
26522
|
-
explorerApi: "https://api-testnet.bscscan.com"
|
26523
|
-
lightIcon: "https://sentio.xyz/chains/bnb-chain.svg"
|
26513
|
+
explorerApi: "https://api-testnet.bscscan.com"
|
26524
26514
|
},
|
26525
26515
|
[chain_id_1.EthChainId.OP_BNB_MAINNET]: {
|
26526
26516
|
name: "opBNB Mainnet",
|
@@ -26534,8 +26524,7 @@ var require_chain_info = __commonJS({
|
|
26534
26524
|
tokenDecimals: 18,
|
26535
26525
|
explorerUrl: "https://opbnb.bscscan.com",
|
26536
26526
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26537
|
-
explorerApi: "https://api-opbnb.bscscan.com"
|
26538
|
-
lightIcon: "https://sentio.xyz/chains/bnb-chain.svg"
|
26527
|
+
explorerApi: "https://api-opbnb.bscscan.com"
|
26539
26528
|
},
|
26540
26529
|
[chain_id_1.EthChainId.POLYGON]: {
|
26541
26530
|
name: "Polygon",
|
@@ -26549,8 +26538,7 @@ var require_chain_info = __commonJS({
|
|
26549
26538
|
tokenDecimals: 18,
|
26550
26539
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26551
26540
|
explorerUrl: "https://polygonscan.com",
|
26552
|
-
explorerApi: "https://api.polygonscan.com"
|
26553
|
-
lightIcon: "https://sentio.xyz/chains/polygon.svg"
|
26541
|
+
explorerApi: "https://api.polygonscan.com"
|
26554
26542
|
// blockscoutBlockPrefix: 'https://polygon.blockscout.com/block/',
|
26555
26543
|
},
|
26556
26544
|
[chain_id_1.EthChainId.ARBITRUM]: {
|
@@ -26565,8 +26553,7 @@ var require_chain_info = __commonJS({
|
|
26565
26553
|
tokenDecimals: 18,
|
26566
26554
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26567
26555
|
explorerUrl: "https://arbiscan.io",
|
26568
|
-
explorerApi: "https://api.arbiscan.io"
|
26569
|
-
lightIcon: "https://sentio.xyz/chains/arbitrum.svg"
|
26556
|
+
explorerApi: "https://api.arbiscan.io"
|
26570
26557
|
},
|
26571
26558
|
[chain_id_1.EthChainId.AVALANCHE]: {
|
26572
26559
|
name: "Avalanche",
|
@@ -26580,8 +26567,7 @@ var require_chain_info = __commonJS({
|
|
26580
26567
|
tokenDecimals: 18,
|
26581
26568
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26582
26569
|
explorerUrl: "https://snowtrace.io",
|
26583
|
-
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan"
|
26584
|
-
lightIcon: "https://sentio.xyz/chains/avalanche.svg"
|
26570
|
+
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan"
|
26585
26571
|
},
|
26586
26572
|
[chain_id_1.EthChainId.POLYGON_ZKEVM]: {
|
26587
26573
|
name: "Polygon zkEVM",
|
@@ -26595,8 +26581,7 @@ var require_chain_info = __commonJS({
|
|
26595
26581
|
tokenDecimals: 18,
|
26596
26582
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26597
26583
|
explorerUrl: "https://zkevm.polygonscan.com",
|
26598
|
-
explorerApi: "https://api-zkevm.polygonscan.com"
|
26599
|
-
lightIcon: "https://sentio.xyz/chains/polygon.svg"
|
26584
|
+
explorerApi: "https://api-zkevm.polygonscan.com"
|
26600
26585
|
},
|
26601
26586
|
[chain_id_1.EthChainId.MOONBEAM]: {
|
26602
26587
|
name: "Moonbeam",
|
@@ -26610,8 +26595,7 @@ var require_chain_info = __commonJS({
|
|
26610
26595
|
tokenDecimals: 18,
|
26611
26596
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26612
26597
|
explorerUrl: "https://moonscan.io",
|
26613
|
-
explorerApi: "https://api-moonbeam.moonscan.io"
|
26614
|
-
lightIcon: "https://sentio.xyz/chains/moonbeam.svg"
|
26598
|
+
explorerApi: "https://api-moonbeam.moonscan.io"
|
26615
26599
|
},
|
26616
26600
|
[chain_id_1.EthChainId.ASTAR]: {
|
26617
26601
|
name: "Astar",
|
@@ -26625,8 +26609,7 @@ var require_chain_info = __commonJS({
|
|
26625
26609
|
tokenDecimals: 18,
|
26626
26610
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
26627
26611
|
explorerUrl: "https://astar.blockscout.com",
|
26628
|
-
explorerApi: "https://astar.blockscout.com"
|
26629
|
-
lightIcon: "https://sentio.xyz/chains/astar.svg"
|
26612
|
+
explorerApi: "https://astar.blockscout.com"
|
26630
26613
|
},
|
26631
26614
|
[chain_id_1.EthChainId.ASTAR_ZKEVM]: {
|
26632
26615
|
name: "Astar zkEVM",
|
@@ -26640,8 +26623,7 @@ var require_chain_info = __commonJS({
|
|
26640
26623
|
tokenDecimals: 18,
|
26641
26624
|
explorerUrl: "https://astar-zkevm.explorer.startale.com",
|
26642
26625
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
26643
|
-
explorerApi: "https://astar-zkevm.explorer.startale.com"
|
26644
|
-
lightIcon: "https://sentio.xyz/chains/astar.svg"
|
26626
|
+
explorerApi: "https://astar-zkevm.explorer.startale.com"
|
26645
26627
|
},
|
26646
26628
|
[chain_id_1.EthChainId.LINEA]: {
|
26647
26629
|
name: "Linea",
|
@@ -26655,9 +26637,7 @@ var require_chain_info = __commonJS({
|
|
26655
26637
|
tokenDecimals: 18,
|
26656
26638
|
explorerUrl: "https://lineascan.build",
|
26657
26639
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26658
|
-
explorerApi: "https://api.lineascan.build"
|
26659
|
-
lightIcon: "https://sentio.xyz/chains/linea.svg",
|
26660
|
-
darkIcon: "https://sentio.xyz/chains/linea-dark.svg"
|
26640
|
+
explorerApi: "https://api.lineascan.build"
|
26661
26641
|
},
|
26662
26642
|
[chain_id_1.EthChainId.SCROLL]: {
|
26663
26643
|
name: "Scroll",
|
@@ -26671,8 +26651,7 @@ var require_chain_info = __commonJS({
|
|
26671
26651
|
tokenDecimals: 18,
|
26672
26652
|
explorerUrl: "https://scrollscan.com",
|
26673
26653
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26674
|
-
explorerApi: "https://api.scrollscan.com"
|
26675
|
-
lightIcon: "https://sentio.xyz/chains/scroll.svg"
|
26654
|
+
explorerApi: "https://api.scrollscan.com"
|
26676
26655
|
},
|
26677
26656
|
[chain_id_1.EthChainId.TAIKO]: {
|
26678
26657
|
name: "Taiko Mainnet",
|
@@ -26686,8 +26665,7 @@ var require_chain_info = __commonJS({
|
|
26686
26665
|
tokenDecimals: 18,
|
26687
26666
|
explorerUrl: "https://taikoscan.io",
|
26688
26667
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26689
|
-
explorerApi: "https://api.taikoscan.io"
|
26690
|
-
lightIcon: "https://sentio.xyz/chains/taiko.svg"
|
26668
|
+
explorerApi: "https://api.taikoscan.io"
|
26691
26669
|
},
|
26692
26670
|
[chain_id_1.EthChainId.TAIKO_TESTNET]: {
|
26693
26671
|
name: "Taiko Testnet",
|
@@ -26702,8 +26680,7 @@ var require_chain_info = __commonJS({
|
|
26702
26680
|
tokenDecimals: 18,
|
26703
26681
|
explorerUrl: "https://hekla.taikoscan.io",
|
26704
26682
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26705
|
-
explorerApi: "https://api-hekla.taikoscan.io"
|
26706
|
-
lightIcon: "https://sentio.xyz/chains/taiko.svg"
|
26683
|
+
explorerApi: "https://api-hekla.taikoscan.io"
|
26707
26684
|
},
|
26708
26685
|
[chain_id_1.EthChainId.XLAYER_TESTNET]: {
|
26709
26686
|
name: "X Layer Testnet",
|
@@ -26718,8 +26695,7 @@ var require_chain_info = __commonJS({
|
|
26718
26695
|
tokenDecimals: 18,
|
26719
26696
|
explorerUrl: "https://www.oklink.com/xlayer-test",
|
26720
26697
|
explorerApiType: ExplorerApiType.OK_LINK,
|
26721
|
-
explorerApi: "https://www.oklink.com/api/v5/explorer"
|
26722
|
-
lightIcon: "https://sentio.xyz/chains/x1-logo.png"
|
26698
|
+
explorerApi: "https://www.oklink.com/api/v5/explorer"
|
26723
26699
|
},
|
26724
26700
|
[chain_id_1.EthChainId.XLAYER_MAINNET]: {
|
26725
26701
|
name: "X Layer Mainnet",
|
@@ -26733,8 +26709,7 @@ var require_chain_info = __commonJS({
|
|
26733
26709
|
tokenDecimals: 18,
|
26734
26710
|
explorerUrl: "https://www.oklink.com/xlayer",
|
26735
26711
|
explorerApiType: ExplorerApiType.OK_LINK,
|
26736
|
-
explorerApi: "https://www.oklink.com/api/v5/explorer"
|
26737
|
-
lightIcon: "https://sentio.xyz/chains/x1-logo.png"
|
26712
|
+
explorerApi: "https://www.oklink.com/api/v5/explorer"
|
26738
26713
|
},
|
26739
26714
|
[chain_id_1.EthChainId.BLAST]: {
|
26740
26715
|
name: "Blast Mainnet",
|
@@ -26748,11 +26723,10 @@ var require_chain_info = __commonJS({
|
|
26748
26723
|
tokenDecimals: 18,
|
26749
26724
|
explorerUrl: "https://blastscan.io",
|
26750
26725
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26751
|
-
explorerApi: "https://api.blastscan.io"
|
26752
|
-
lightIcon: "https://sentio.xyz/chains/blast-logo.png"
|
26726
|
+
explorerApi: "https://api.blastscan.io"
|
26753
26727
|
},
|
26754
26728
|
[chain_id_1.EthChainId.BLAST_SEPOLIA]: {
|
26755
|
-
name: "Blast
|
26729
|
+
name: "Blast Mainnet",
|
26756
26730
|
slug: "blast-testnet",
|
26757
26731
|
chainId: chain_id_1.EthChainId.BLAST_SEPOLIA,
|
26758
26732
|
mainnetChainId: chain_id_1.EthChainId.BLAST,
|
@@ -26764,8 +26738,7 @@ var require_chain_info = __commonJS({
|
|
26764
26738
|
tokenDecimals: 18,
|
26765
26739
|
explorerUrl: "https://sepolia.blastscan.io",
|
26766
26740
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26767
|
-
explorerApi: "https://api-sepolia.blastscan.io"
|
26768
|
-
lightIcon: "https://sentio.xyz/chains/blast-logo.png"
|
26741
|
+
explorerApi: "https://api-sepolia.blastscan.io"
|
26769
26742
|
},
|
26770
26743
|
[chain_id_1.EthChainId.BASE]: {
|
26771
26744
|
name: "Base",
|
@@ -26779,9 +26752,7 @@ var require_chain_info = __commonJS({
|
|
26779
26752
|
tokenDecimals: 18,
|
26780
26753
|
explorerUrl: "https://basescan.org",
|
26781
26754
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26782
|
-
explorerApi: "https://api.basescan.org"
|
26783
|
-
lightIcon: "https://sentio.xyz/chains/base.svg",
|
26784
|
-
darkIcon: "https://sentio.xyz/chains/base_blue.svg"
|
26755
|
+
explorerApi: "https://api.basescan.org"
|
26785
26756
|
},
|
26786
26757
|
[chain_id_1.EthChainId.ZKSYNC_ERA]: {
|
26787
26758
|
name: "zkSync Era",
|
@@ -26795,8 +26766,7 @@ var require_chain_info = __commonJS({
|
|
26795
26766
|
tokenDecimals: 18,
|
26796
26767
|
explorerUrl: "https://explorer.zksync.io",
|
26797
26768
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26798
|
-
explorerApi: "https://block-explorer-api.mainnet.zksync.io"
|
26799
|
-
lightIcon: "https://sentio.xyz/chains/zksync.svg"
|
26769
|
+
explorerApi: "https://block-explorer-api.mainnet.zksync.io"
|
26800
26770
|
},
|
26801
26771
|
[chain_id_1.EthChainId.ZIRCUIT_TESTNET]: {
|
26802
26772
|
name: "Zircuit Testnet",
|
@@ -26809,9 +26779,7 @@ var require_chain_info = __commonJS({
|
|
26809
26779
|
wrappedTokenAddress: "0x4200000000000000000000000000000000000006",
|
26810
26780
|
tokenSymbol: "ETH",
|
26811
26781
|
tokenDecimals: 18,
|
26812
|
-
explorerUrl: "https://explorer.testnet.zircuit.com"
|
26813
|
-
lightIcon: "https://sentio.xyz/chains/zircuit-inverted-icon.svg",
|
26814
|
-
darkIcon: "https://sentio.xyz/chains/zircuit-green-icon.svg"
|
26782
|
+
explorerUrl: "https://explorer.testnet.zircuit.com"
|
26815
26783
|
},
|
26816
26784
|
[chain_id_1.EthChainId.ZIRCUIT_MAINNET]: {
|
26817
26785
|
name: "Zircuit Mainnet",
|
@@ -26823,9 +26791,7 @@ var require_chain_info = __commonJS({
|
|
26823
26791
|
wrappedTokenAddress: "0x4200000000000000000000000000000000000006",
|
26824
26792
|
tokenSymbol: "ETH",
|
26825
26793
|
tokenDecimals: 18,
|
26826
|
-
explorerUrl: "https://explorer.zircuit.com"
|
26827
|
-
lightIcon: "https://sentio.xyz/chains/zircuit-inverted-icon.svg",
|
26828
|
-
darkIcon: "https://sentio.xyz/chains/zircuit-green-icon.svg"
|
26794
|
+
explorerUrl: "https://explorer.zircuit.com"
|
26829
26795
|
},
|
26830
26796
|
[chain_id_1.EthChainId.FANTOM]: {
|
26831
26797
|
name: "Fantom Opera",
|
@@ -26839,8 +26805,7 @@ var require_chain_info = __commonJS({
|
|
26839
26805
|
tokenDecimals: 18,
|
26840
26806
|
explorerUrl: "https://ftmscan.com",
|
26841
26807
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26842
|
-
explorerApi: "https://api.ftmscan.com"
|
26843
|
-
lightIcon: "https://sentio.xyz/chains/fantom.svg"
|
26808
|
+
explorerApi: "https://api.ftmscan.com"
|
26844
26809
|
},
|
26845
26810
|
[chain_id_1.EthChainId.OPTIMISM]: {
|
26846
26811
|
name: "Optimism Mainnet",
|
@@ -26854,8 +26819,7 @@ var require_chain_info = __commonJS({
|
|
26854
26819
|
tokenDecimals: 18,
|
26855
26820
|
explorerUrl: "https://optimistic.etherscan.io",
|
26856
26821
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26857
|
-
explorerApi: "https://api-optimistic.etherscan.io"
|
26858
|
-
lightIcon: "https://sentio.xyz/chains/optimism.svg"
|
26822
|
+
explorerApi: "https://api-optimistic.etherscan.io"
|
26859
26823
|
},
|
26860
26824
|
[chain_id_1.EthChainId.CRONOS]: {
|
26861
26825
|
name: "Cronos Mainnet",
|
@@ -26869,9 +26833,7 @@ var require_chain_info = __commonJS({
|
|
26869
26833
|
tokenDecimals: 18,
|
26870
26834
|
explorerUrl: "https://cronoscan.com",
|
26871
26835
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26872
|
-
explorerApi: "https://api.cronoscan.com"
|
26873
|
-
lightIcon: "https://sentio.xyz/chains/cronos.svg",
|
26874
|
-
darkIcon: "https://sentio.xyz/chains/cronos_light.svg"
|
26836
|
+
explorerApi: "https://api.cronoscan.com"
|
26875
26837
|
},
|
26876
26838
|
[chain_id_1.EthChainId.CRONOS_TESTNET]: {
|
26877
26839
|
name: "Cronos Testnet",
|
@@ -26884,9 +26846,7 @@ var require_chain_info = __commonJS({
|
|
26884
26846
|
wrappedTokenAddress: "0x6a3173618859c7cd40faf6921b5e9eb6a76f1fd4",
|
26885
26847
|
tokenSymbol: "CRO",
|
26886
26848
|
tokenDecimals: 18,
|
26887
|
-
explorerUrl: "https://explorer.cronos.org/testnet"
|
26888
|
-
lightIcon: "https://sentio.xyz/chains/cronos.svg",
|
26889
|
-
darkIcon: "https://sentio.xyz/chains/cronos_light.svg"
|
26849
|
+
explorerUrl: "https://explorer.cronos.org/testnet"
|
26890
26850
|
},
|
26891
26851
|
[chain_id_1.EthChainId.BITLAYER]: {
|
26892
26852
|
name: "Bitlayer Mainnet",
|
@@ -26900,8 +26860,7 @@ var require_chain_info = __commonJS({
|
|
26900
26860
|
tokenDecimals: 18,
|
26901
26861
|
explorerUrl: "https://www.btrscan.com",
|
26902
26862
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26903
|
-
explorerApi: "https://api.btrscan.com/scan"
|
26904
|
-
lightIcon: "https://sentio.xyz/chains/bitlayer.svg"
|
26863
|
+
explorerApi: "https://api.btrscan.com/scan"
|
26905
26864
|
},
|
26906
26865
|
[chain_id_1.EthChainId.MANTA_PACIFIC]: {
|
26907
26866
|
name: "Manta Pacific",
|
@@ -26915,8 +26874,7 @@ var require_chain_info = __commonJS({
|
|
26915
26874
|
tokenDecimals: 18,
|
26916
26875
|
explorerUrl: "https://pacific-explorer.manta.network",
|
26917
26876
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
26918
|
-
explorerApi: "https://pacific-explorer.manta.network"
|
26919
|
-
lightIcon: "https://sentio.xyz/chains/manta.png"
|
26877
|
+
explorerApi: "https://pacific-explorer.manta.network"
|
26920
26878
|
},
|
26921
26879
|
[chain_id_1.EthChainId.MANTLE]: {
|
26922
26880
|
name: "Mantle",
|
@@ -26930,9 +26888,7 @@ var require_chain_info = __commonJS({
|
|
26930
26888
|
tokenDecimals: 18,
|
26931
26889
|
explorerUrl: "https://mantlescan.xyz",
|
26932
26890
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26933
|
-
explorerApi: "https://api.mantlescan.xyz"
|
26934
|
-
lightIcon: "https://sentio.xyz/chains/mantle.svg",
|
26935
|
-
darkIcon: "https://sentio.xyz/chains/mantle-white.svg"
|
26891
|
+
explorerApi: "https://api.mantlescan.xyz"
|
26936
26892
|
},
|
26937
26893
|
[chain_id_1.EthChainId.B2_MAINNET]: {
|
26938
26894
|
name: "B2 Mainnet",
|
@@ -26946,8 +26902,7 @@ var require_chain_info = __commonJS({
|
|
26946
26902
|
tokenDecimals: 18,
|
26947
26903
|
explorerUrl: "https://explorer.bsquared.network",
|
26948
26904
|
explorerApiType: ExplorerApiType.L2_SCAN,
|
26949
|
-
explorerApi: "https://explorer.bsquared.network/api"
|
26950
|
-
lightIcon: "https://sentio.xyz/chains/b2.svg"
|
26905
|
+
explorerApi: "https://explorer.bsquared.network/api"
|
26951
26906
|
},
|
26952
26907
|
[chain_id_1.EthChainId.MODE]: {
|
26953
26908
|
name: "Mode Mainnet",
|
@@ -26975,8 +26930,7 @@ var require_chain_info = __commonJS({
|
|
26975
26930
|
tokenDecimals: 18,
|
26976
26931
|
explorerUrl: "https://explorer.gobob.xyz",
|
26977
26932
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
26978
|
-
explorerApi: "https://explorer.gobob.xyz"
|
26979
|
-
lightIcon: "https://sentio.xyz/chains/bob.svg"
|
26933
|
+
explorerApi: "https://explorer.gobob.xyz"
|
26980
26934
|
},
|
26981
26935
|
[chain_id_1.EthChainId.FRAXTAL]: {
|
26982
26936
|
name: "Fraxtal Mainnet",
|
@@ -26990,8 +26944,7 @@ var require_chain_info = __commonJS({
|
|
26990
26944
|
tokenDecimals: 18,
|
26991
26945
|
explorerUrl: "https://fraxscan.com",
|
26992
26946
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
26993
|
-
explorerApi: "https://api.fraxscan.com"
|
26994
|
-
lightIcon: "https://sentio.xyz/chains/fraxtal.svg"
|
26947
|
+
explorerApi: "https://api.fraxscan.com"
|
26995
26948
|
},
|
26996
26949
|
[chain_id_1.EthChainId.KUCOIN]: {
|
26997
26950
|
name: "KCC Mainnet",
|
@@ -27005,8 +26958,7 @@ var require_chain_info = __commonJS({
|
|
27005
26958
|
tokenDecimals: 18,
|
27006
26959
|
explorerUrl: "https://scan.kcc.io",
|
27007
26960
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27008
|
-
explorerApi: "https://scan.kcc.io"
|
27009
|
-
lightIcon: "https://sentio.xyz/chains/kcc.svg"
|
26961
|
+
explorerApi: "https://scan.kcc.io"
|
27010
26962
|
},
|
27011
26963
|
[chain_id_1.EthChainId.CONFLUX]: {
|
27012
26964
|
name: "Conflux eSpace",
|
@@ -27020,9 +26972,7 @@ var require_chain_info = __commonJS({
|
|
27020
26972
|
tokenDecimals: 18,
|
27021
26973
|
explorerUrl: "https://evm.confluxscan.io",
|
27022
26974
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27023
|
-
explorerApi: "https://evmapi.confluxscan.io"
|
27024
|
-
lightIcon: "https://sentio.xyz/chains/conflux.svg",
|
27025
|
-
darkIcon: "https://sentio.xyz/chains/conflux-white.svg"
|
26975
|
+
explorerApi: "https://evmapi.confluxscan.io"
|
27026
26976
|
},
|
27027
26977
|
[chain_id_1.EthChainId.METIS]: {
|
27028
26978
|
name: "Metis",
|
@@ -27036,8 +26986,7 @@ var require_chain_info = __commonJS({
|
|
27036
26986
|
tokenDecimals: 18,
|
27037
26987
|
explorerUrl: "https://explorer.metis.io",
|
27038
26988
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27039
|
-
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/"
|
27040
|
-
lightIcon: "https://sentio.xyz/chains/metis.svg"
|
26989
|
+
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/"
|
27041
26990
|
},
|
27042
26991
|
[chain_id_1.EthChainId.BEVM]: {
|
27043
26992
|
name: "BEVM",
|
@@ -27051,8 +27000,7 @@ var require_chain_info = __commonJS({
|
|
27051
27000
|
tokenDecimals: 18,
|
27052
27001
|
explorerUrl: "https://scan.bevm.io",
|
27053
27002
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27054
|
-
explorerApi: "https://scan.bevm.io"
|
27055
|
-
lightIcon: "https://sentio.xyz/chains/bevm.svg"
|
27003
|
+
explorerApi: "https://scan.bevm.io"
|
27056
27004
|
},
|
27057
27005
|
[chain_id_1.EthChainId.MERLIN_MAINNET]: {
|
27058
27006
|
name: "Merlin Mainnet",
|
@@ -27066,8 +27014,7 @@ var require_chain_info = __commonJS({
|
|
27066
27014
|
tokenDecimals: 18,
|
27067
27015
|
explorerUrl: "https://scan.merlinchain.io",
|
27068
27016
|
explorerApiType: ExplorerApiType.L2_SCAN,
|
27069
|
-
explorerApi: "https://scan.merlinchain.io/api"
|
27070
|
-
lightIcon: "https://sentio.xyz/chains/merlin.png"
|
27017
|
+
explorerApi: "https://scan.merlinchain.io/api"
|
27071
27018
|
},
|
27072
27019
|
[chain_id_1.EthChainId.CHILIZ]: {
|
27073
27020
|
name: "Chiliz",
|
@@ -27081,8 +27028,7 @@ var require_chain_info = __commonJS({
|
|
27081
27028
|
tokenDecimals: 18,
|
27082
27029
|
explorerUrl: "https://chiliscan.com",
|
27083
27030
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27084
|
-
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/88888/etherscan"
|
27085
|
-
lightIcon: "https://sentio.xyz/chains/chiliz.svg"
|
27031
|
+
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/88888/etherscan"
|
27086
27032
|
},
|
27087
27033
|
[chain_id_1.EthChainId.ZKLINK_NOVA]: {
|
27088
27034
|
name: "zkLink Nova",
|
@@ -27096,8 +27042,7 @@ var require_chain_info = __commonJS({
|
|
27096
27042
|
tokenDecimals: 18,
|
27097
27043
|
explorerUrl: "https://explorer.zklink.io",
|
27098
27044
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27099
|
-
explorerApi: "https://explorer-api.zklink.io"
|
27100
|
-
lightIcon: "https://sentio.xyz/chains/zklink.svg"
|
27045
|
+
explorerApi: "https://explorer-api.zklink.io"
|
27101
27046
|
},
|
27102
27047
|
[chain_id_1.EthChainId.AURORA]: {
|
27103
27048
|
name: "Aurora",
|
@@ -27111,8 +27056,7 @@ var require_chain_info = __commonJS({
|
|
27111
27056
|
tokenDecimals: 18,
|
27112
27057
|
explorerUrl: "https://explorer.aurora.dev",
|
27113
27058
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27114
|
-
explorerApi: "https://explorer.aurora.dev"
|
27115
|
-
lightIcon: "https://sentio.xyz/chains/aurora.svg"
|
27059
|
+
explorerApi: "https://explorer.aurora.dev"
|
27116
27060
|
},
|
27117
27061
|
[chain_id_1.EthChainId.SONIC_MAINNET]: {
|
27118
27062
|
name: "Sonic Mainnet",
|
@@ -27126,9 +27070,7 @@ var require_chain_info = __commonJS({
|
|
27126
27070
|
tokenDecimals: 18,
|
27127
27071
|
explorerUrl: "https://sonicscan.org",
|
27128
27072
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27129
|
-
explorerApi: "https://api.sonicscan.org/api"
|
27130
|
-
lightIcon: "https://sentio.xyz/chains/sonic.svg",
|
27131
|
-
darkIcon: "https://sentio.xyz/chains/sonic-dark.svg"
|
27073
|
+
explorerApi: "https://api.sonicscan.org/api"
|
27132
27074
|
},
|
27133
27075
|
[chain_id_1.EthChainId.SONIC_TESTNET]: {
|
27134
27076
|
name: "Sonic Testnet",
|
@@ -27143,9 +27085,7 @@ var require_chain_info = __commonJS({
|
|
27143
27085
|
tokenDecimals: 18,
|
27144
27086
|
explorerUrl: "https://testnet.sonicscan.org",
|
27145
27087
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27146
|
-
explorerApi: "https://api-testnet.sonicscan.org"
|
27147
|
-
lightIcon: "https://sentio.xyz/chains/sonic.svg",
|
27148
|
-
darkIcon: "https://sentio.xyz/chains/sonic-dark.svg"
|
27088
|
+
explorerApi: "https://api-testnet.sonicscan.org"
|
27149
27089
|
},
|
27150
27090
|
[chain_id_1.EthChainId.SONEIUM_MAINNET]: {
|
27151
27091
|
name: "Soneium Mainnet",
|
@@ -27159,8 +27099,7 @@ var require_chain_info = __commonJS({
|
|
27159
27099
|
tokenDecimals: 18,
|
27160
27100
|
explorerUrl: "https://soneium.blockscout.com",
|
27161
27101
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27162
|
-
explorerApi: "https://soneium.blockscout.com"
|
27163
|
-
lightIcon: "https://sentio.xyz/chains/soneium.svg"
|
27102
|
+
explorerApi: "https://soneium.blockscout.com"
|
27164
27103
|
},
|
27165
27104
|
[chain_id_1.EthChainId.SONEIUM_TESTNET]: {
|
27166
27105
|
name: "Soneium Testnet",
|
@@ -27175,8 +27114,7 @@ var require_chain_info = __commonJS({
|
|
27175
27114
|
tokenDecimals: 18,
|
27176
27115
|
explorerUrl: "https://soneium-minato.blockscout.com",
|
27177
27116
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27178
|
-
explorerApi: "https://soneium-minato.blockscout.com"
|
27179
|
-
lightIcon: "https://sentio.xyz/chains/soneium.svg"
|
27117
|
+
explorerApi: "https://soneium-minato.blockscout.com"
|
27180
27118
|
},
|
27181
27119
|
[chain_id_1.EthChainId.CRONOS_ZKEVM]: {
|
27182
27120
|
name: "Cronos zkEVM",
|
@@ -27190,9 +27128,7 @@ var require_chain_info = __commonJS({
|
|
27190
27128
|
tokenDecimals: 18,
|
27191
27129
|
explorerUrl: "https://explorer.zkevm.cronos.org",
|
27192
27130
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
27193
|
-
explorerApi: "https://explorer.zkevm.cronos.org"
|
27194
|
-
lightIcon: "https://sentio.xyz/chains/cronos.svg",
|
27195
|
-
darkIcon: "https://sentio.xyz/chains/cronos_light.svg"
|
27131
|
+
explorerApi: "https://explorer.zkevm.cronos.org"
|
27196
27132
|
},
|
27197
27133
|
[chain_id_1.EthChainId.DERIVE]: {
|
27198
27134
|
name: "Derive Mainnet",
|
@@ -27206,8 +27142,7 @@ var require_chain_info = __commonJS({
|
|
27206
27142
|
tokenDecimals: 18,
|
27207
27143
|
explorerUrl: "https://explorer.lyra.finance",
|
27208
27144
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27209
|
-
explorerApi: "https://explorer.lyra.finance"
|
27210
|
-
lightIcon: "https://sentio.xyz/chains/derive.svg"
|
27145
|
+
explorerApi: "https://explorer.lyra.finance"
|
27211
27146
|
},
|
27212
27147
|
[chain_id_1.EthChainId.UNICHAIN_SEPOLIA]: {
|
27213
27148
|
name: "Unichain Sepolia",
|
@@ -27221,23 +27156,7 @@ var require_chain_info = __commonJS({
|
|
27221
27156
|
tokenDecimals: 18,
|
27222
27157
|
explorerUrl: "https://unichain-sepolia.blockscout.com",
|
27223
27158
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27224
|
-
explorerApi: "https://unichain-sepolia.blockscout.com"
|
27225
|
-
lightIcon: "https://sentio.xyz/chains/unichain-testnet.svg"
|
27226
|
-
},
|
27227
|
-
[chain_id_1.EthChainId.UNICHAIN]: {
|
27228
|
-
name: "Unichain",
|
27229
|
-
slug: "unichain-mainnet",
|
27230
|
-
chainId: chain_id_1.EthChainId.UNICHAIN,
|
27231
|
-
variation: EthVariation.OPTIMISM,
|
27232
|
-
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
27233
|
-
tokenAddress: "0x0000000000000000000000000000000000000000",
|
27234
|
-
wrappedTokenAddress: "0x4200000000000000000000000000000000000006",
|
27235
|
-
tokenSymbol: "ETH",
|
27236
|
-
tokenDecimals: 18,
|
27237
|
-
explorerUrl: "https://unichain.blockscout.com",
|
27238
|
-
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27239
|
-
explorerApi: "https://unichain.blockscout.com",
|
27240
|
-
lightIcon: "https://sentio.xyz/chains/unichain-testnet.svg"
|
27159
|
+
explorerApi: "https://unichain-sepolia.blockscout.com"
|
27241
27160
|
},
|
27242
27161
|
[chain_id_1.EthChainId.CORN_MAIZENET]: {
|
27243
27162
|
name: "Corn Maizenet",
|
@@ -27251,8 +27170,7 @@ var require_chain_info = __commonJS({
|
|
27251
27170
|
tokenDecimals: 18,
|
27252
27171
|
explorerUrl: "https://maizenet-explorer.usecorn.com",
|
27253
27172
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27254
|
-
explorerApi: "https://maizenet-explorer.usecorn.com"
|
27255
|
-
lightIcon: "https://sentio.xyz/chains/corn.svg"
|
27173
|
+
explorerApi: "https://maizenet-explorer.usecorn.com"
|
27256
27174
|
},
|
27257
27175
|
[chain_id_1.EthChainId.KARAK]: {
|
27258
27176
|
name: "Karak Mainnet",
|
@@ -27266,8 +27184,7 @@ var require_chain_info = __commonJS({
|
|
27266
27184
|
tokenDecimals: 18,
|
27267
27185
|
explorerUrl: "https://explorer.karak.network",
|
27268
27186
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27269
|
-
explorerApi: "https://explorer.karak.network"
|
27270
|
-
lightIcon: "https://sentio.xyz/chains/karak.svg"
|
27187
|
+
explorerApi: "https://explorer.karak.network"
|
27271
27188
|
},
|
27272
27189
|
[chain_id_1.EthChainId.SEI]: {
|
27273
27190
|
name: "Sei Mainnet",
|
@@ -27279,8 +27196,7 @@ var require_chain_info = __commonJS({
|
|
27279
27196
|
wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
|
27280
27197
|
tokenSymbol: "ETH",
|
27281
27198
|
tokenDecimals: 18,
|
27282
|
-
explorerUrl: "https://seistream.app"
|
27283
|
-
lightIcon: "https://sentio.xyz/chains/sei.svg"
|
27199
|
+
explorerUrl: "https://seistream.app"
|
27284
27200
|
},
|
27285
27201
|
[chain_id_1.EthChainId.SWELL_MAINNET]: {
|
27286
27202
|
name: "Swell Mainnet",
|
@@ -27294,8 +27210,7 @@ var require_chain_info = __commonJS({
|
|
27294
27210
|
tokenDecimals: 18,
|
27295
27211
|
explorerUrl: "https://explorer.swellnetwork.io",
|
27296
27212
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27297
|
-
explorerApi: "https://explorer.swellnetwork.io"
|
27298
|
-
lightIcon: "https://sentio.xyz/chains/swell.svg"
|
27213
|
+
explorerApi: "https://explorer.swellnetwork.io"
|
27299
27214
|
},
|
27300
27215
|
[chain_id_1.EthChainId.SWELL_TESTNET]: {
|
27301
27216
|
name: "Swell Testnet",
|
@@ -27310,8 +27225,7 @@ var require_chain_info = __commonJS({
|
|
27310
27225
|
tokenDecimals: 18,
|
27311
27226
|
explorerUrl: "https://swell-testnet-explorer.alt.technology",
|
27312
27227
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27313
|
-
explorerApi: "https://swell-testnet-explorer.alt.technology"
|
27314
|
-
lightIcon: "https://sentio.xyz/chains/swell.svg"
|
27228
|
+
explorerApi: "https://swell-testnet-explorer.alt.technology"
|
27315
27229
|
},
|
27316
27230
|
[chain_id_1.EthChainId.TAC_TESTNET]: {
|
27317
27231
|
name: "TAC Testnet",
|
@@ -27325,8 +27239,7 @@ var require_chain_info = __commonJS({
|
|
27325
27239
|
tokenDecimals: 18,
|
27326
27240
|
explorerUrl: "https://turin.explorer.tac.build",
|
27327
27241
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
27328
|
-
explorerApi: "https://turin.explorer.tac.build"
|
27329
|
-
lightIcon: "https://sentio.xyz/chains/tac.svg"
|
27242
|
+
explorerApi: "https://turin.explorer.tac.build"
|
27330
27243
|
},
|
27331
27244
|
[chain_id_1.EthChainId.MONAD_TESTNET]: {
|
27332
27245
|
name: "Monad Testnet",
|
@@ -27353,20 +27266,7 @@ var require_chain_info = __commonJS({
|
|
27353
27266
|
tokenDecimals: 18,
|
27354
27267
|
explorerUrl: "https://berascan.com",
|
27355
27268
|
explorerApi: "https://api.berascan.com",
|
27356
|
-
explorerApiType: ExplorerApiType.ETHERSCAN
|
27357
|
-
lightIcon: "https://sentio.xyz/chains/berachain.svg"
|
27358
|
-
},
|
27359
|
-
[chain_id_1.EthChainId.HYPER_EVM]: {
|
27360
|
-
name: "HyperEVM",
|
27361
|
-
slug: "hyper-evm",
|
27362
|
-
chainId: chain_id_1.EthChainId.HYPER_EVM,
|
27363
|
-
variation: EthVariation.DEFAULT,
|
27364
|
-
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
27365
|
-
tokenAddress: "0x0000000000000000000000000000000000000000",
|
27366
|
-
wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
|
27367
|
-
tokenSymbol: "HYPE",
|
27368
|
-
tokenDecimals: 18,
|
27369
|
-
explorerUrl: "https://liquidscan.xyz/mainnet"
|
27269
|
+
explorerApiType: ExplorerApiType.ETHERSCAN
|
27370
27270
|
}
|
27371
27271
|
};
|
27372
27272
|
function getEVMChainScanUrl(chainId, hash2, subtype) {
|
@@ -27386,14 +27286,12 @@ var require_chain_info = __commonJS({
|
|
27386
27286
|
[chain_id_1.BTCChainId.BTC_MAINNET]: {
|
27387
27287
|
name: "Bitcoin Mainnet",
|
27388
27288
|
chainId: chain_id_1.BTCChainId.BTC_MAINNET,
|
27389
|
-
explorerUrl: "https://mempool.space"
|
27390
|
-
lightIcon: "https://sentio.xyz/chains/bitcoin.svg"
|
27289
|
+
explorerUrl: "https://mempool.space"
|
27391
27290
|
},
|
27392
27291
|
[chain_id_1.BTCChainId.BTC_TESTNET]: {
|
27393
27292
|
name: "Bitcoin Mainnet",
|
27394
27293
|
chainId: chain_id_1.BTCChainId.BTC_TESTNET,
|
27395
|
-
explorerUrl: "https://mempool.space/testnet4"
|
27396
|
-
lightIcon: "https://sentio.xyz/chains/bitcoin-testnet.svg"
|
27294
|
+
explorerUrl: "https://mempool.space/testnet4"
|
27397
27295
|
}
|
27398
27296
|
};
|
27399
27297
|
var BtcSubTypePaths = {
|
@@ -27415,33 +27313,25 @@ var require_chain_info = __commonJS({
|
|
27415
27313
|
name: "Aptos Mainnet",
|
27416
27314
|
chainId: chain_id_1.AptosChainId.APTOS_MAINNET,
|
27417
27315
|
explorerUrl: "https://explorer.aptoslabs.com",
|
27418
|
-
suffix: "?network=mainnet"
|
27419
|
-
lightIcon: "https://sentio.xyz/chains/aptos.svg",
|
27420
|
-
darkIcon: "https://sentio.xyz/chains/aptos-dark.svg"
|
27316
|
+
suffix: "?network=mainnet"
|
27421
27317
|
},
|
27422
27318
|
[chain_id_1.AptosChainId.APTOS_TESTNET]: {
|
27423
27319
|
name: "Aptos Testenet",
|
27424
27320
|
chainId: chain_id_1.AptosChainId.APTOS_TESTNET,
|
27425
27321
|
explorerUrl: "https://explorer.aptoslabs.com",
|
27426
|
-
suffix: "?network=mainnet"
|
27427
|
-
lightIcon: "https://sentio.xyz/chains/aptos.svg",
|
27428
|
-
darkIcon: "https://sentio.xyz/chains/aptos-dark.svg"
|
27322
|
+
suffix: "?network=mainnet"
|
27429
27323
|
},
|
27430
27324
|
[chain_id_1.AptosChainId.APTOS_MOVEMENT_MAINNET]: {
|
27431
27325
|
name: "Movement Mainnet Aptos",
|
27432
27326
|
chainId: chain_id_1.AptosChainId.APTOS_MOVEMENT_MAINNET,
|
27433
27327
|
explorerUrl: "https://explorer.movementnetwork.xyz",
|
27434
|
-
suffix: "?network=mainnet"
|
27435
|
-
lightIcon: "https://sentio.xyz/chains/movement.svg",
|
27436
|
-
darkIcon: "https://sentio.xyz/chains/movement-dark.svg"
|
27328
|
+
suffix: "?network=mainnet"
|
27437
27329
|
},
|
27438
27330
|
[chain_id_1.AptosChainId.APTOS_MOVEMENT_TESTNET]: {
|
27439
27331
|
name: "Movement Testnet Aptos",
|
27440
27332
|
chainId: chain_id_1.AptosChainId.APTOS_MOVEMENT_TESTNET,
|
27441
27333
|
explorerUrl: "https://explorer.movementnetwork.xyz",
|
27442
|
-
suffix: "?network=testnet"
|
27443
|
-
lightIcon: "https://sentio.xyz/chains/movement.svg",
|
27444
|
-
darkIcon: "https://sentio.xyz/chains/movement-dark.svg"
|
27334
|
+
suffix: "?network=testnet"
|
27445
27335
|
}
|
27446
27336
|
};
|
27447
27337
|
var AptosSubTypePaths = {
|
@@ -27463,15 +27353,13 @@ var require_chain_info = __commonJS({
|
|
27463
27353
|
name: "Solana Mainnet",
|
27464
27354
|
chainId: chain_id_1.SolanaChainId.SOLANA_MAINNET,
|
27465
27355
|
explorerUrl: "https://solscan.io/",
|
27466
|
-
suffix: ""
|
27467
|
-
lightIcon: "https://sentio.xyz/solana.svg"
|
27356
|
+
suffix: ""
|
27468
27357
|
},
|
27469
27358
|
[chain_id_1.SolanaChainId.SOLANA_TESTNET]: {
|
27470
27359
|
name: "Solana Testnet",
|
27471
27360
|
chainId: chain_id_1.SolanaChainId.SOLANA_MAINNET,
|
27472
27361
|
explorerUrl: "https://solscan.io/",
|
27473
|
-
suffix: "?cluster=testnet"
|
27474
|
-
lightIcon: "https://sentio.xyz/solana.svg"
|
27362
|
+
suffix: "?cluster=testnet"
|
27475
27363
|
}
|
27476
27364
|
};
|
27477
27365
|
var SolanaSubTypePaths = {
|
@@ -27492,16 +27380,12 @@ var require_chain_info = __commonJS({
|
|
27492
27380
|
[chain_id_1.SuiChainId.SUI_MAINNET]: {
|
27493
27381
|
name: "Sui Mainnet",
|
27494
27382
|
chainId: chain_id_1.SuiChainId.SUI_MAINNET,
|
27495
|
-
explorerUrl: "https://suivision.xyz"
|
27496
|
-
lightIcon: "https://sentio.xyz/chains/sui.svg",
|
27497
|
-
darkIcon: "https://sentio.xyz/chains/sui-dark.svg"
|
27383
|
+
explorerUrl: "https://suivision.xyz"
|
27498
27384
|
},
|
27499
27385
|
[chain_id_1.SuiChainId.SUI_TESTNET]: {
|
27500
27386
|
name: "Sui Testnet",
|
27501
27387
|
chainId: chain_id_1.SuiChainId.SUI_TESTNET,
|
27502
|
-
explorerUrl: "https://testnet.suivision.xyz"
|
27503
|
-
lightIcon: "https://sentio.xyz/chains/sui.svg",
|
27504
|
-
darkIcon: "https://sentio.xyz/chains/sui-dark.svg"
|
27388
|
+
explorerUrl: "https://testnet.suivision.xyz"
|
27505
27389
|
}
|
27506
27390
|
};
|
27507
27391
|
var SuibSubTypePaths = {
|
@@ -27551,44 +27435,12 @@ var require_chain_info = __commonJS({
|
|
27551
27435
|
return `${supportedChain.blockscoutUrl}/${subtype}/${hash2}`;
|
27552
27436
|
}
|
27553
27437
|
exports2.getChainBlockscoutUrl = getChainBlockscoutUrl;
|
27554
|
-
function getLogoUrl(info, dark) {
|
27555
|
-
const defaultUrl = "https://sentio.xyz/chains/chain-unknown.webp";
|
27556
|
-
if (!info) {
|
27557
|
-
return defaultUrl;
|
27558
|
-
}
|
27559
|
-
if (dark && info?.darkIcon) {
|
27560
|
-
return info.darkIcon;
|
27561
|
-
}
|
27562
|
-
if (info?.lightIcon) {
|
27563
|
-
return info.lightIcon;
|
27564
|
-
}
|
27565
|
-
return defaultUrl;
|
27566
|
-
}
|
27567
|
-
function getChainLogo(chainId, dark) {
|
27568
|
-
if (!chainId) {
|
27569
|
-
return;
|
27570
|
-
}
|
27571
|
-
const chainIdStr = chainId.toString();
|
27572
|
-
if (Object.keys(exports2.EthChainInfo).includes(chainIdStr)) {
|
27573
|
-
return getLogoUrl(exports2.EthChainInfo[chainIdStr], dark);
|
27574
|
-
} else if (Object.keys(exports2.BTCChainInfo).includes(chainIdStr)) {
|
27575
|
-
return getLogoUrl(exports2.BTCChainInfo[chainIdStr], dark);
|
27576
|
-
} else if (Object.keys(exports2.AptosChainInfo).includes(chainIdStr)) {
|
27577
|
-
return getLogoUrl(exports2.AptosChainInfo[chainIdStr], dark);
|
27578
|
-
} else if (Object.keys(exports2.SolanaChainInfo).includes(chainIdStr)) {
|
27579
|
-
return getLogoUrl(exports2.SolanaChainInfo[chainIdStr], dark);
|
27580
|
-
} else if (Object.keys(SuiChainInfo).includes(chainIdStr)) {
|
27581
|
-
return getLogoUrl(SuiChainInfo[chainIdStr], dark);
|
27582
|
-
}
|
27583
|
-
return getLogoUrl();
|
27584
|
-
}
|
27585
|
-
exports2.getChainLogo = getChainLogo;
|
27586
27438
|
}
|
27587
27439
|
});
|
27588
27440
|
|
27589
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0.
|
27441
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/chain-name.js
|
27590
27442
|
var require_chain_name = __commonJS({
|
27591
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0.
|
27443
|
+
"../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/chain-name.js"(exports2) {
|
27592
27444
|
"use strict";
|
27593
27445
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
27594
27446
|
exports2.getChainScanUrl = exports2.getChainName = exports2.CHAIN_MAP = void 0;
|
@@ -27686,9 +27538,9 @@ var require_chain_name = __commonJS({
|
|
27686
27538
|
}
|
27687
27539
|
});
|
27688
27540
|
|
27689
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.0.
|
27541
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/index.js
|
27690
27542
|
var require_dist = __commonJS({
|
27691
|
-
"../../node_modules/.pnpm/@sentio+chain@3.0.
|
27543
|
+
"../../node_modules/.pnpm/@sentio+chain@3.0.2/node_modules/@sentio/chain/dist/index.js"(exports2) {
|
27692
27544
|
"use strict";
|
27693
27545
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
27694
27546
|
if (k2 === void 0) k2 = k;
|
@@ -80323,7 +80175,9 @@ export {
|
|
80323
80175
|
__toESM,
|
80324
80176
|
__toCommonJS,
|
80325
80177
|
require_minimal2 as require_minimal,
|
80178
|
+
HandlerType,
|
80326
80179
|
ProcessConfigResponse,
|
80180
|
+
ProcessResult,
|
80327
80181
|
Plugin,
|
80328
80182
|
PluginManager,
|
80329
80183
|
ExecutionConfig2 as ExecutionConfig,
|
@@ -80342,6 +80196,8 @@ export {
|
|
80342
80196
|
init_es2 as init_es,
|
80343
80197
|
require_lib2,
|
80344
80198
|
require_lib3,
|
80199
|
+
from,
|
80200
|
+
withAbort,
|
80345
80201
|
GLOBAL_CONFIG,
|
80346
80202
|
DiagLogLevel,
|
80347
80203
|
baggageEntryMetadataFromString,
|
@@ -80371,11 +80227,13 @@ export {
|
|
80371
80227
|
metricsStorage,
|
80372
80228
|
timeoutError,
|
80373
80229
|
StoreContext,
|
80230
|
+
require_cjs,
|
80374
80231
|
LRUCache,
|
80375
80232
|
DummyProvider,
|
80376
80233
|
getProvider2 as getProvider,
|
80377
80234
|
QueuedStaticJsonRpcProvider,
|
80378
|
-
ProcessorServiceImpl
|
80235
|
+
ProcessorServiceImpl,
|
80236
|
+
recordRuntimeInfo
|
80379
80237
|
};
|
80380
80238
|
/*! Bundled license information:
|
80381
80239
|
|
@@ -80480,4 +80338,4 @@ long/index.js:
|
|
80480
80338
|
@noble/curves/esm/secp256k1.js:
|
80481
80339
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
80482
80340
|
*/
|
80483
|
-
//# sourceMappingURL=chunk-
|
80341
|
+
//# sourceMappingURL=chunk-DYOBLZD3.js.map
|