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