@sentio/runtime 2.61.1-rc.1 → 2.62.0-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.
|
@@ -36396,12 +36396,12 @@ var require_eventemitter3 = __commonJS({
|
|
|
36396
36396
|
}
|
|
36397
36397
|
});
|
|
36398
36398
|
|
|
36399
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.
|
|
36399
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/chain-id.js
|
|
36400
36400
|
var require_chain_id = __commonJS({
|
|
36401
|
-
"../../node_modules/.pnpm/@sentio+chain@3.
|
|
36401
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
|
|
36402
36402
|
"use strict";
|
|
36403
36403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36404
|
-
exports.isChainType = exports.getChainType = exports.ChainIdToType = exports.ChainTypeToChainId = exports.ChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
|
|
36404
|
+
exports.isChainType = exports.getChainType = exports.ChainIdToType = exports.ChainTypeToChainId = exports.ChainId = exports.NonEthChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
|
|
36405
36405
|
var ChainType;
|
|
36406
36406
|
(function(ChainType2) {
|
|
36407
36407
|
ChainType2["SOLANA"] = "solana";
|
|
@@ -36457,11 +36457,12 @@ var require_chain_id = __commonJS({
|
|
|
36457
36457
|
EthChainId3["MEV_COMMIT"] = "8855";
|
|
36458
36458
|
EthChainId3["MONAD_TESTNET"] = "10143";
|
|
36459
36459
|
EthChainId3["HOLESKY"] = "17000";
|
|
36460
|
+
EthChainId3["HOODI"] = "560048";
|
|
36460
36461
|
EthChainId3["MODE"] = "34443";
|
|
36461
36462
|
EthChainId3["ARBITRUM"] = "42161";
|
|
36462
36463
|
EthChainId3["HEMI"] = "43111";
|
|
36463
36464
|
EthChainId3["AVALANCHE"] = "43114";
|
|
36464
|
-
EthChainId3["
|
|
36465
|
+
EthChainId3["ZIRCUIT_GARFIELD_TESTNET"] = "48898";
|
|
36465
36466
|
EthChainId3["ZIRCUIT_MAINNET"] = "48900";
|
|
36466
36467
|
EthChainId3["BOB"] = "60808";
|
|
36467
36468
|
EthChainId3["LINEA"] = "59144";
|
|
@@ -36469,6 +36470,7 @@ var require_chain_id = __commonJS({
|
|
|
36469
36470
|
EthChainId3["BLAST"] = "81457";
|
|
36470
36471
|
EthChainId3["CHILIZ"] = "88888";
|
|
36471
36472
|
EthChainId3["TAIKO"] = "167000";
|
|
36473
|
+
EthChainId3["KATANA_MAINNET"] = "747474";
|
|
36472
36474
|
EthChainId3["BITLAYER"] = "200901";
|
|
36473
36475
|
EthChainId3["SCROLL"] = "534352";
|
|
36474
36476
|
EthChainId3["ZKLINK_NOVA"] = "810180";
|
|
@@ -36477,6 +36479,8 @@ var require_chain_id = __commonJS({
|
|
|
36477
36479
|
EthChainId3["CORN_MAIZENET"] = "21000000";
|
|
36478
36480
|
EthChainId3["AURORA"] = "1313161554";
|
|
36479
36481
|
EthChainId3["BLAST_SEPOLIA"] = "168587773";
|
|
36482
|
+
EthChainId3["ABSTRACT"] = "2741";
|
|
36483
|
+
EthChainId3["CUSTOM"] = "customized";
|
|
36480
36484
|
})(EthChainId2 || (exports.EthChainId = EthChainId2 = {}));
|
|
36481
36485
|
var AptosChainId;
|
|
36482
36486
|
(function(AptosChainId2) {
|
|
@@ -36496,7 +36500,6 @@ var require_chain_id = __commonJS({
|
|
|
36496
36500
|
var SolanaChainId;
|
|
36497
36501
|
(function(SolanaChainId2) {
|
|
36498
36502
|
SolanaChainId2["SOLANA_MAINNET"] = "sol_mainnet";
|
|
36499
|
-
SolanaChainId2["SOLANA_DEVNET"] = "sol_devnet";
|
|
36500
36503
|
SolanaChainId2["SOLANA_TESTNET"] = "sol_testnet";
|
|
36501
36504
|
SolanaChainId2["SOLANA_PYTH"] = "sol_pyth";
|
|
36502
36505
|
})(SolanaChainId || (exports.SolanaChainId = SolanaChainId = {}));
|
|
@@ -36520,8 +36523,7 @@ var require_chain_id = __commonJS({
|
|
|
36520
36523
|
BTCChainId2["BTC_MAINNET"] = "btc_mainnet";
|
|
36521
36524
|
BTCChainId2["BTC_TESTNET"] = "btc_testnet";
|
|
36522
36525
|
})(BTCChainId || (exports.BTCChainId = BTCChainId = {}));
|
|
36523
|
-
exports.
|
|
36524
|
-
...EthChainId2,
|
|
36526
|
+
exports.NonEthChainId = {
|
|
36525
36527
|
...AptosChainId,
|
|
36526
36528
|
...SuiChainId,
|
|
36527
36529
|
...SolanaChainId,
|
|
@@ -36530,6 +36532,10 @@ var require_chain_id = __commonJS({
|
|
|
36530
36532
|
...StarknetChainId,
|
|
36531
36533
|
...BTCChainId
|
|
36532
36534
|
};
|
|
36535
|
+
exports.ChainId = {
|
|
36536
|
+
...EthChainId2,
|
|
36537
|
+
...exports.NonEthChainId
|
|
36538
|
+
};
|
|
36533
36539
|
exports.ChainTypeToChainId = {
|
|
36534
36540
|
[ChainType.SOLANA]: SolanaChainId,
|
|
36535
36541
|
[ChainType.SUI]: SuiChainId,
|
|
@@ -36567,12 +36573,12 @@ var require_chain_id = __commonJS({
|
|
|
36567
36573
|
}
|
|
36568
36574
|
});
|
|
36569
36575
|
|
|
36570
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.
|
|
36576
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/chain-info.js
|
|
36571
36577
|
var require_chain_info = __commonJS({
|
|
36572
|
-
"../../node_modules/.pnpm/@sentio+chain@3.
|
|
36578
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
|
|
36573
36579
|
"use strict";
|
|
36574
36580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36575
|
-
exports.getChainLogo = exports.getSuiscanUrl = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.FuelChainInfo = exports.SuiChainInfo = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
|
|
36581
|
+
exports.getMainnetChain = exports.getChainLogo = exports.getSuiscanUrl = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.ChainInfo = exports.NonEthChainInfo = exports.CosmosChainInfo = exports.StarknetChainInfo = exports.FuelChainInfo = exports.SuiChainInfo = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
|
|
36576
36582
|
var chain_id_1 = require_chain_id();
|
|
36577
36583
|
var ExplorerApiType;
|
|
36578
36584
|
(function(ExplorerApiType2) {
|
|
@@ -36596,6 +36602,7 @@ var require_chain_info = __commonJS({
|
|
|
36596
36602
|
[chain_id_1.EthChainId.ETHEREUM]: {
|
|
36597
36603
|
name: "Ethereum",
|
|
36598
36604
|
slug: "mainnet",
|
|
36605
|
+
additionalSlugs: ["ethereum"],
|
|
36599
36606
|
chainId: chain_id_1.EthChainId.ETHEREUM,
|
|
36600
36607
|
variation: EthVariation.DEFAULT,
|
|
36601
36608
|
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
@@ -36607,8 +36614,8 @@ var require_chain_info = __commonJS({
|
|
|
36607
36614
|
explorerUrl: "https://etherscan.io",
|
|
36608
36615
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36609
36616
|
blockscoutUrl: "https://eth.blockscout.com",
|
|
36610
|
-
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
|
36611
|
-
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
|
36617
|
+
lightIcon: "https://assets.sentio.xyz/chains/eth.svg",
|
|
36618
|
+
darkIcon: "https://assets.sentio.xyz/chains/eth-dark.svg"
|
|
36612
36619
|
},
|
|
36613
36620
|
[chain_id_1.EthChainId.SEPOLIA]: {
|
|
36614
36621
|
name: "Sepolia",
|
|
@@ -36625,8 +36632,8 @@ var require_chain_info = __commonJS({
|
|
|
36625
36632
|
explorerUrl: "https://sepolia.etherscan.io",
|
|
36626
36633
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36627
36634
|
blockscoutUrl: "https://eth-sepolia.blockscout.com",
|
|
36628
|
-
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
|
36629
|
-
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
|
36635
|
+
lightIcon: "https://assets.sentio.xyz/chains/eth.svg",
|
|
36636
|
+
darkIcon: "https://assets.sentio.xyz/chains/eth-dark.svg"
|
|
36630
36637
|
},
|
|
36631
36638
|
[chain_id_1.EthChainId.HOLESKY]: {
|
|
36632
36639
|
name: "Holesky",
|
|
@@ -36643,8 +36650,26 @@ var require_chain_info = __commonJS({
|
|
|
36643
36650
|
explorerUrl: "https://holesky.etherscan.io",
|
|
36644
36651
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36645
36652
|
blockscoutUrl: "https://eth-holesky.blockscout.com",
|
|
36646
|
-
lightIcon: "https://sentio.xyz/chains/eth.svg",
|
|
36647
|
-
darkIcon: "https://sentio.xyz/chains/eth-dark.svg"
|
|
36653
|
+
lightIcon: "https://assets.sentio.xyz/chains/eth.svg",
|
|
36654
|
+
darkIcon: "https://assets.sentio.xyz/chains/eth-dark.svg"
|
|
36655
|
+
},
|
|
36656
|
+
[chain_id_1.EthChainId.HOODI]: {
|
|
36657
|
+
name: "Hoodi",
|
|
36658
|
+
slug: "hoodi",
|
|
36659
|
+
chainId: chain_id_1.EthChainId.HOODI,
|
|
36660
|
+
mainnetChainId: chain_id_1.EthChainId.ETHEREUM,
|
|
36661
|
+
variation: EthVariation.DEFAULT,
|
|
36662
|
+
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
36663
|
+
tokenAddress: "0x0000000000000000000000000000000000000000",
|
|
36664
|
+
wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
36665
|
+
tokenSymbol: "ETH",
|
|
36666
|
+
tokenDecimals: 18,
|
|
36667
|
+
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36668
|
+
explorerUrl: "https://hoodi.etherscan.io",
|
|
36669
|
+
explorerApi: "https://api.etherscan.io/v2",
|
|
36670
|
+
blockscoutUrl: "https://light-hoodi.beaconcha.in",
|
|
36671
|
+
lightIcon: "https://assets.sentio.xyz/chains/eth.svg",
|
|
36672
|
+
darkIcon: "https://assets.sentio.xyz/chains/eth-dark.svg"
|
|
36648
36673
|
},
|
|
36649
36674
|
[chain_id_1.EthChainId.BSC]: {
|
|
36650
36675
|
name: "Binance Smart Chain",
|
|
@@ -36659,7 +36684,7 @@ var require_chain_info = __commonJS({
|
|
|
36659
36684
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36660
36685
|
explorerUrl: "https://bscscan.com",
|
|
36661
36686
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36662
|
-
lightIcon: "https://sentio.xyz/chains/bnb-chain.svg"
|
|
36687
|
+
lightIcon: "https://assets.sentio.xyz/chains/bnb-chain.svg"
|
|
36663
36688
|
},
|
|
36664
36689
|
[chain_id_1.EthChainId.BSC_TESTNET]: {
|
|
36665
36690
|
name: "Binance Smart Chain Testnet",
|
|
@@ -36675,7 +36700,7 @@ var require_chain_info = __commonJS({
|
|
|
36675
36700
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36676
36701
|
explorerUrl: "https://testnet.bscscan.com",
|
|
36677
36702
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36678
|
-
lightIcon: "https://sentio.xyz/chains/bnb-chain.svg"
|
|
36703
|
+
lightIcon: "https://assets.sentio.xyz/chains/bnb-chain.svg"
|
|
36679
36704
|
},
|
|
36680
36705
|
[chain_id_1.EthChainId.OP_BNB_MAINNET]: {
|
|
36681
36706
|
name: "opBNB Mainnet",
|
|
@@ -36690,7 +36715,7 @@ var require_chain_info = __commonJS({
|
|
|
36690
36715
|
explorerUrl: "https://opbnb.bscscan.com",
|
|
36691
36716
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36692
36717
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36693
|
-
lightIcon: "https://sentio.xyz/chains/bnb-chain.svg"
|
|
36718
|
+
lightIcon: "https://assets.sentio.xyz/chains/bnb-chain.svg"
|
|
36694
36719
|
},
|
|
36695
36720
|
[chain_id_1.EthChainId.POLYGON]: {
|
|
36696
36721
|
name: "Polygon",
|
|
@@ -36706,7 +36731,7 @@ var require_chain_info = __commonJS({
|
|
|
36706
36731
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36707
36732
|
explorerUrl: "https://polygonscan.com",
|
|
36708
36733
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36709
|
-
lightIcon: "https://sentio.xyz/chains/polygon.svg"
|
|
36734
|
+
lightIcon: "https://assets.sentio.xyz/chains/polygon.svg"
|
|
36710
36735
|
// blockscoutBlockPrefix: 'https://polygon.blockscout.com/block/',
|
|
36711
36736
|
},
|
|
36712
36737
|
[chain_id_1.EthChainId.ARBITRUM]: {
|
|
@@ -36723,7 +36748,7 @@ var require_chain_info = __commonJS({
|
|
|
36723
36748
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36724
36749
|
explorerUrl: "https://arbiscan.io",
|
|
36725
36750
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36726
|
-
lightIcon: "https://sentio.xyz/chains/arbitrum.svg"
|
|
36751
|
+
lightIcon: "https://assets.sentio.xyz/chains/arbitrum.svg"
|
|
36727
36752
|
},
|
|
36728
36753
|
[chain_id_1.EthChainId.AVALANCHE]: {
|
|
36729
36754
|
name: "Avalanche",
|
|
@@ -36738,7 +36763,7 @@ var require_chain_info = __commonJS({
|
|
|
36738
36763
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
36739
36764
|
explorerUrl: "https://snowtrace.io",
|
|
36740
36765
|
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan",
|
|
36741
|
-
lightIcon: "https://sentio.xyz/chains/avalanche.svg"
|
|
36766
|
+
lightIcon: "https://assets.sentio.xyz/chains/avalanche.svg"
|
|
36742
36767
|
},
|
|
36743
36768
|
[chain_id_1.EthChainId.POLYGON_ZKEVM]: {
|
|
36744
36769
|
name: "Polygon zkEVM",
|
|
@@ -36753,7 +36778,7 @@ var require_chain_info = __commonJS({
|
|
|
36753
36778
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
36754
36779
|
explorerUrl: "https://polygon.blockscout.com",
|
|
36755
36780
|
explorerApi: "https://polygon.blockscout.com",
|
|
36756
|
-
lightIcon: "https://sentio.xyz/chains/polygon.svg"
|
|
36781
|
+
lightIcon: "https://assets.sentio.xyz/chains/polygon.svg"
|
|
36757
36782
|
},
|
|
36758
36783
|
[chain_id_1.EthChainId.MOONBEAM]: {
|
|
36759
36784
|
name: "Moonbeam",
|
|
@@ -36768,7 +36793,7 @@ var require_chain_info = __commonJS({
|
|
|
36768
36793
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36769
36794
|
explorerUrl: "https://moonscan.io",
|
|
36770
36795
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36771
|
-
lightIcon: "https://sentio.xyz/chains/moonbeam.svg"
|
|
36796
|
+
lightIcon: "https://assets.sentio.xyz/chains/moonbeam.svg"
|
|
36772
36797
|
},
|
|
36773
36798
|
[chain_id_1.EthChainId.ASTAR]: {
|
|
36774
36799
|
name: "Astar",
|
|
@@ -36783,7 +36808,7 @@ var require_chain_info = __commonJS({
|
|
|
36783
36808
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
36784
36809
|
explorerUrl: "https://astar.blockscout.com",
|
|
36785
36810
|
explorerApi: "https://astar.blockscout.com",
|
|
36786
|
-
lightIcon: "https://sentio.xyz/chains/astar.svg"
|
|
36811
|
+
lightIcon: "https://assets.sentio.xyz/chains/astar.svg"
|
|
36787
36812
|
},
|
|
36788
36813
|
[chain_id_1.EthChainId.LINEA]: {
|
|
36789
36814
|
name: "Linea",
|
|
@@ -36798,8 +36823,8 @@ var require_chain_info = __commonJS({
|
|
|
36798
36823
|
explorerUrl: "https://lineascan.build",
|
|
36799
36824
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36800
36825
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36801
|
-
lightIcon: "https://sentio.xyz/chains/linea.svg",
|
|
36802
|
-
darkIcon: "https://sentio.xyz/chains/linea-dark.svg"
|
|
36826
|
+
lightIcon: "https://assets.sentio.xyz/chains/linea.svg",
|
|
36827
|
+
darkIcon: "https://assets.sentio.xyz/chains/linea-dark.svg"
|
|
36803
36828
|
},
|
|
36804
36829
|
[chain_id_1.EthChainId.SCROLL]: {
|
|
36805
36830
|
name: "Scroll",
|
|
@@ -36814,7 +36839,7 @@ var require_chain_info = __commonJS({
|
|
|
36814
36839
|
explorerUrl: "https://scrollscan.com",
|
|
36815
36840
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36816
36841
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36817
|
-
lightIcon: "https://sentio.xyz/chains/scroll.svg"
|
|
36842
|
+
lightIcon: "https://assets.sentio.xyz/chains/scroll.svg"
|
|
36818
36843
|
},
|
|
36819
36844
|
[chain_id_1.EthChainId.TAIKO]: {
|
|
36820
36845
|
name: "Taiko Mainnet",
|
|
@@ -36829,7 +36854,7 @@ var require_chain_info = __commonJS({
|
|
|
36829
36854
|
explorerUrl: "https://taikoscan.io",
|
|
36830
36855
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36831
36856
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36832
|
-
lightIcon: "https://sentio.xyz/chains/taiko.svg"
|
|
36857
|
+
lightIcon: "https://assets.sentio.xyz/chains/taiko.svg"
|
|
36833
36858
|
},
|
|
36834
36859
|
// [EthChainId.TAIKO_TESTNET]: {
|
|
36835
36860
|
// name: 'Taiko Testnet',
|
|
@@ -36845,7 +36870,7 @@ var require_chain_info = __commonJS({
|
|
|
36845
36870
|
// explorerUrl: 'https://hekla.taikoscan.io',
|
|
36846
36871
|
// explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
36847
36872
|
// explorerApi: 'https://api.etherscan.io/v2',
|
|
36848
|
-
// lightIcon: 'https://sentio.xyz/chains/taiko.svg'
|
|
36873
|
+
// lightIcon: 'https://assets.sentio.xyz/chains/taiko.svg'
|
|
36849
36874
|
// },
|
|
36850
36875
|
[chain_id_1.EthChainId.XLAYER_TESTNET]: {
|
|
36851
36876
|
name: "X Layer Testnet",
|
|
@@ -36861,7 +36886,7 @@ var require_chain_info = __commonJS({
|
|
|
36861
36886
|
explorerUrl: "https://www.oklink.com/xlayer-test",
|
|
36862
36887
|
explorerApiType: ExplorerApiType.OK_LINK,
|
|
36863
36888
|
explorerApi: "https://www.oklink.com/api/v5/explorer",
|
|
36864
|
-
lightIcon: "https://sentio.xyz/chains/x1-logo.png"
|
|
36889
|
+
lightIcon: "https://assets.sentio.xyz/chains/x1-logo.png"
|
|
36865
36890
|
},
|
|
36866
36891
|
[chain_id_1.EthChainId.CORE_MAINNET]: {
|
|
36867
36892
|
name: "Core",
|
|
@@ -36876,7 +36901,7 @@ var require_chain_info = __commonJS({
|
|
|
36876
36901
|
explorerApiType: ExplorerApiType.UNKNOWN,
|
|
36877
36902
|
explorerUrl: "https://scan.coredao.org",
|
|
36878
36903
|
// explorerApi: 'https://openapi.coredao.org',
|
|
36879
|
-
lightIcon: "https://sentio.xyz/chains/core.svg"
|
|
36904
|
+
lightIcon: "https://assets.sentio.xyz/chains/core.svg"
|
|
36880
36905
|
},
|
|
36881
36906
|
[chain_id_1.EthChainId.XLAYER_MAINNET]: {
|
|
36882
36907
|
name: "X Layer Mainnet",
|
|
@@ -36891,7 +36916,7 @@ var require_chain_info = __commonJS({
|
|
|
36891
36916
|
explorerUrl: "https://www.oklink.com/xlayer",
|
|
36892
36917
|
explorerApiType: ExplorerApiType.OK_LINK,
|
|
36893
36918
|
explorerApi: "https://www.oklink.com/api/v5/explorer",
|
|
36894
|
-
lightIcon: "https://sentio.xyz/chains/x1-logo.png"
|
|
36919
|
+
lightIcon: "https://assets.sentio.xyz/chains/x1-logo.png"
|
|
36895
36920
|
},
|
|
36896
36921
|
[chain_id_1.EthChainId.BLAST]: {
|
|
36897
36922
|
name: "Blast Mainnet",
|
|
@@ -36906,7 +36931,7 @@ var require_chain_info = __commonJS({
|
|
|
36906
36931
|
explorerUrl: "https://blastscan.io",
|
|
36907
36932
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36908
36933
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36909
|
-
lightIcon: "https://sentio.xyz/chains/blast-logo.png"
|
|
36934
|
+
lightIcon: "https://assets.sentio.xyz/chains/blast-logo.png"
|
|
36910
36935
|
},
|
|
36911
36936
|
[chain_id_1.EthChainId.BLAST_SEPOLIA]: {
|
|
36912
36937
|
name: "Blast Testnet",
|
|
@@ -36922,7 +36947,7 @@ var require_chain_info = __commonJS({
|
|
|
36922
36947
|
explorerUrl: "https://sepolia.blastscan.io",
|
|
36923
36948
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36924
36949
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36925
|
-
lightIcon: "https://sentio.xyz/chains/blast-logo.png"
|
|
36950
|
+
lightIcon: "https://assets.sentio.xyz/chains/blast-logo.png"
|
|
36926
36951
|
},
|
|
36927
36952
|
[chain_id_1.EthChainId.BASE]: {
|
|
36928
36953
|
name: "Base",
|
|
@@ -36937,8 +36962,8 @@ var require_chain_info = __commonJS({
|
|
|
36937
36962
|
explorerUrl: "https://basescan.org",
|
|
36938
36963
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36939
36964
|
explorerApi: "https://api.etherscan.io/v2",
|
|
36940
|
-
lightIcon: "https://sentio.xyz/chains/base.svg",
|
|
36941
|
-
darkIcon: "https://sentio.xyz/chains/base_blue.svg"
|
|
36965
|
+
lightIcon: "https://assets.sentio.xyz/chains/base.svg",
|
|
36966
|
+
darkIcon: "https://assets.sentio.xyz/chains/base_blue.svg"
|
|
36942
36967
|
},
|
|
36943
36968
|
[chain_id_1.EthChainId.ZKSYNC_ERA]: {
|
|
36944
36969
|
name: "zkSync Era",
|
|
@@ -36953,12 +36978,27 @@ var require_chain_info = __commonJS({
|
|
|
36953
36978
|
explorerUrl: "https://explorer.zksync.io",
|
|
36954
36979
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
36955
36980
|
explorerApi: "https://block-explorer-api.mainnet.zksync.io",
|
|
36956
|
-
lightIcon: "https://sentio.xyz/chains/zksync.svg"
|
|
36981
|
+
lightIcon: "https://assets.sentio.xyz/chains/zksync.svg"
|
|
36957
36982
|
},
|
|
36958
|
-
[chain_id_1.EthChainId.
|
|
36959
|
-
name: "
|
|
36960
|
-
slug: "
|
|
36961
|
-
chainId: chain_id_1.EthChainId.
|
|
36983
|
+
[chain_id_1.EthChainId.KATANA_MAINNET]: {
|
|
36984
|
+
name: "Katana Mainnet",
|
|
36985
|
+
slug: "katana",
|
|
36986
|
+
chainId: chain_id_1.EthChainId.KATANA_MAINNET,
|
|
36987
|
+
variation: EthVariation.OPTIMISM,
|
|
36988
|
+
priceTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
36989
|
+
tokenAddress: "0x0000000000000000000000000000000000000000",
|
|
36990
|
+
wrappedTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
36991
|
+
tokenSymbol: "ETH",
|
|
36992
|
+
tokenDecimals: 18,
|
|
36993
|
+
explorerUrl: "https://katanascan.com",
|
|
36994
|
+
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
36995
|
+
explorerApi: "https://api.etherscan.io/v2",
|
|
36996
|
+
lightIcon: "https://assets.sentio.xyz/chains/katana.svg"
|
|
36997
|
+
},
|
|
36998
|
+
[chain_id_1.EthChainId.ZIRCUIT_GARFIELD_TESTNET]: {
|
|
36999
|
+
name: "Zircuit Garfield Testnet",
|
|
37000
|
+
slug: "zircuit-garfield-testnet",
|
|
37001
|
+
chainId: chain_id_1.EthChainId.ZIRCUIT_GARFIELD_TESTNET,
|
|
36962
37002
|
mainnetChainId: chain_id_1.EthChainId.ZIRCUIT_MAINNET,
|
|
36963
37003
|
variation: EthVariation.OPTIMISM,
|
|
36964
37004
|
priceTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
@@ -36966,9 +37006,9 @@ var require_chain_info = __commonJS({
|
|
|
36966
37006
|
wrappedTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
36967
37007
|
tokenSymbol: "ETH",
|
|
36968
37008
|
tokenDecimals: 18,
|
|
36969
|
-
explorerUrl: "https://explorer.testnet.zircuit.com",
|
|
36970
|
-
lightIcon: "https://sentio.xyz/chains/zircuit-inverted-icon.svg",
|
|
36971
|
-
darkIcon: "https://sentio.xyz/chains/zircuit-green-icon.svg"
|
|
37009
|
+
explorerUrl: "https://explorer.garfield-testnet.zircuit.com",
|
|
37010
|
+
lightIcon: "https://assets.sentio.xyz/chains/zircuit-inverted-icon.svg",
|
|
37011
|
+
darkIcon: "https://assets.sentio.xyz/chains/zircuit-green-icon.svg"
|
|
36972
37012
|
},
|
|
36973
37013
|
[chain_id_1.EthChainId.ZIRCUIT_MAINNET]: {
|
|
36974
37014
|
name: "Zircuit Mainnet",
|
|
@@ -36981,8 +37021,8 @@ var require_chain_info = __commonJS({
|
|
|
36981
37021
|
tokenSymbol: "ETH",
|
|
36982
37022
|
tokenDecimals: 18,
|
|
36983
37023
|
explorerUrl: "https://explorer.zircuit.com",
|
|
36984
|
-
lightIcon: "https://sentio.xyz/chains/zircuit-inverted-icon.svg",
|
|
36985
|
-
darkIcon: "https://sentio.xyz/chains/zircuit-green-icon.svg"
|
|
37024
|
+
lightIcon: "https://assets.sentio.xyz/chains/zircuit-inverted-icon.svg",
|
|
37025
|
+
darkIcon: "https://assets.sentio.xyz/chains/zircuit-green-icon.svg"
|
|
36986
37026
|
},
|
|
36987
37027
|
// [EthChainId.FANTOM]: {
|
|
36988
37028
|
// name: 'Fantom Opera',
|
|
@@ -36997,7 +37037,7 @@ var require_chain_info = __commonJS({
|
|
|
36997
37037
|
// explorerUrl: 'https://ftmscan.com',
|
|
36998
37038
|
// explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
36999
37039
|
// explorerApi: 'https://api.ftmscan.com',
|
|
37000
|
-
// lightIcon: 'https://sentio.xyz/chains/fantom.svg'
|
|
37040
|
+
// lightIcon: 'https://assets.sentio.xyz/chains/fantom.svg'
|
|
37001
37041
|
// },
|
|
37002
37042
|
[chain_id_1.EthChainId.OPTIMISM]: {
|
|
37003
37043
|
name: "Optimism Mainnet",
|
|
@@ -37012,7 +37052,7 @@ var require_chain_info = __commonJS({
|
|
|
37012
37052
|
explorerUrl: "https://optimistic.etherscan.io",
|
|
37013
37053
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37014
37054
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37015
|
-
lightIcon: "https://sentio.xyz/chains/optimism.svg"
|
|
37055
|
+
lightIcon: "https://assets.sentio.xyz/chains/optimism.svg"
|
|
37016
37056
|
},
|
|
37017
37057
|
[chain_id_1.EthChainId.CRONOS]: {
|
|
37018
37058
|
name: "Cronos Mainnet",
|
|
@@ -37027,8 +37067,8 @@ var require_chain_info = __commonJS({
|
|
|
37027
37067
|
explorerUrl: "https://cronoscan.com",
|
|
37028
37068
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37029
37069
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37030
|
-
lightIcon: "https://sentio.xyz/chains/cronos.svg",
|
|
37031
|
-
darkIcon: "https://sentio.xyz/chains/cronos_light.svg"
|
|
37070
|
+
lightIcon: "https://assets.sentio.xyz/chains/cronos.svg",
|
|
37071
|
+
darkIcon: "https://assets.sentio.xyz/chains/cronos_light.svg"
|
|
37032
37072
|
},
|
|
37033
37073
|
[chain_id_1.EthChainId.CRONOS_TESTNET]: {
|
|
37034
37074
|
name: "Cronos Testnet",
|
|
@@ -37044,8 +37084,8 @@ var require_chain_info = __commonJS({
|
|
|
37044
37084
|
explorerUrl: "https://explorer.cronos.org/testnet",
|
|
37045
37085
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37046
37086
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37047
|
-
lightIcon: "https://sentio.xyz/chains/cronos.svg",
|
|
37048
|
-
darkIcon: "https://sentio.xyz/chains/cronos_light.svg"
|
|
37087
|
+
lightIcon: "https://assets.sentio.xyz/chains/cronos.svg",
|
|
37088
|
+
darkIcon: "https://assets.sentio.xyz/chains/cronos_light.svg"
|
|
37049
37089
|
},
|
|
37050
37090
|
[chain_id_1.EthChainId.BITLAYER]: {
|
|
37051
37091
|
name: "Bitlayer Mainnet",
|
|
@@ -37060,7 +37100,7 @@ var require_chain_info = __commonJS({
|
|
|
37060
37100
|
explorerUrl: "https://www.btrscan.com",
|
|
37061
37101
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37062
37102
|
explorerApi: "https://api.btrscan.com/scan",
|
|
37063
|
-
lightIcon: "https://sentio.xyz/chains/bitlayer.svg"
|
|
37103
|
+
lightIcon: "https://assets.sentio.xyz/chains/bitlayer.svg"
|
|
37064
37104
|
},
|
|
37065
37105
|
[chain_id_1.EthChainId.MANTA_PACIFIC]: {
|
|
37066
37106
|
name: "Manta Pacific",
|
|
@@ -37075,7 +37115,7 @@ var require_chain_info = __commonJS({
|
|
|
37075
37115
|
explorerUrl: "https://pacific-explorer.manta.network",
|
|
37076
37116
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37077
37117
|
explorerApi: "https://pacific-explorer.manta.network",
|
|
37078
|
-
lightIcon: "https://sentio.xyz/chains/manta.png"
|
|
37118
|
+
lightIcon: "https://assets.sentio.xyz/chains/manta.png"
|
|
37079
37119
|
},
|
|
37080
37120
|
[chain_id_1.EthChainId.MANTLE]: {
|
|
37081
37121
|
name: "Mantle",
|
|
@@ -37090,8 +37130,8 @@ var require_chain_info = __commonJS({
|
|
|
37090
37130
|
explorerUrl: "https://mantlescan.xyz",
|
|
37091
37131
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37092
37132
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37093
|
-
lightIcon: "https://sentio.xyz/chains/mantle.svg",
|
|
37094
|
-
darkIcon: "https://sentio.xyz/chains/mantle-white.svg"
|
|
37133
|
+
lightIcon: "https://assets.sentio.xyz/chains/mantle.svg",
|
|
37134
|
+
darkIcon: "https://assets.sentio.xyz/chains/mantle-white.svg"
|
|
37095
37135
|
},
|
|
37096
37136
|
[chain_id_1.EthChainId.B2_MAINNET]: {
|
|
37097
37137
|
name: "B2 Mainnet",
|
|
@@ -37106,7 +37146,7 @@ var require_chain_info = __commonJS({
|
|
|
37106
37146
|
explorerUrl: "https://explorer.bsquared.network",
|
|
37107
37147
|
explorerApiType: ExplorerApiType.L2_SCAN,
|
|
37108
37148
|
explorerApi: "https://explorer.bsquared.network/api",
|
|
37109
|
-
lightIcon: "https://sentio.xyz/chains/b2.svg"
|
|
37149
|
+
lightIcon: "https://assets.sentio.xyz/chains/b2.svg"
|
|
37110
37150
|
},
|
|
37111
37151
|
[chain_id_1.EthChainId.MODE]: {
|
|
37112
37152
|
name: "Mode Mainnet",
|
|
@@ -37121,8 +37161,8 @@ var require_chain_info = __commonJS({
|
|
|
37121
37161
|
explorerUrl: "https://modescan.io",
|
|
37122
37162
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37123
37163
|
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan",
|
|
37124
|
-
lightIcon: "https://sentio.xyz/chains/mode.svg",
|
|
37125
|
-
darkIcon: "https://sentio.xyz/chains/mode-dark.svg"
|
|
37164
|
+
lightIcon: "https://assets.sentio.xyz/chains/mode.svg",
|
|
37165
|
+
darkIcon: "https://assets.sentio.xyz/chains/mode-dark.svg"
|
|
37126
37166
|
},
|
|
37127
37167
|
[chain_id_1.EthChainId.BOB]: {
|
|
37128
37168
|
name: "Bob Mainnet",
|
|
@@ -37137,7 +37177,7 @@ var require_chain_info = __commonJS({
|
|
|
37137
37177
|
explorerUrl: "https://explorer.gobob.xyz",
|
|
37138
37178
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37139
37179
|
explorerApi: "https://explorer.gobob.xyz",
|
|
37140
|
-
lightIcon: "https://sentio.xyz/chains/bob.svg"
|
|
37180
|
+
lightIcon: "https://assets.sentio.xyz/chains/bob.svg"
|
|
37141
37181
|
},
|
|
37142
37182
|
[chain_id_1.EthChainId.FRAXTAL]: {
|
|
37143
37183
|
name: "Fraxtal Mainnet",
|
|
@@ -37152,7 +37192,7 @@ var require_chain_info = __commonJS({
|
|
|
37152
37192
|
explorerUrl: "https://fraxscan.com",
|
|
37153
37193
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37154
37194
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37155
|
-
lightIcon: "https://sentio.xyz/chains/fraxtal.svg"
|
|
37195
|
+
lightIcon: "https://assets.sentio.xyz/chains/fraxtal.svg"
|
|
37156
37196
|
},
|
|
37157
37197
|
[chain_id_1.EthChainId.KUCOIN]: {
|
|
37158
37198
|
name: "KCC Mainnet",
|
|
@@ -37167,7 +37207,7 @@ var require_chain_info = __commonJS({
|
|
|
37167
37207
|
explorerUrl: "https://scan.kcc.io",
|
|
37168
37208
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37169
37209
|
explorerApi: "https://scan.kcc.io",
|
|
37170
|
-
lightIcon: "https://sentio.xyz/chains/kcc.svg"
|
|
37210
|
+
lightIcon: "https://assets.sentio.xyz/chains/kcc.svg"
|
|
37171
37211
|
},
|
|
37172
37212
|
[chain_id_1.EthChainId.CONFLUX]: {
|
|
37173
37213
|
name: "Conflux eSpace",
|
|
@@ -37182,8 +37222,8 @@ var require_chain_info = __commonJS({
|
|
|
37182
37222
|
explorerUrl: "https://evm.confluxscan.io",
|
|
37183
37223
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37184
37224
|
explorerApi: "https://evmapi.confluxscan.io",
|
|
37185
|
-
lightIcon: "https://sentio.xyz/chains/conflux.svg",
|
|
37186
|
-
darkIcon: "https://sentio.xyz/chains/conflux-white.svg"
|
|
37225
|
+
lightIcon: "https://assets.sentio.xyz/chains/conflux.svg",
|
|
37226
|
+
darkIcon: "https://assets.sentio.xyz/chains/conflux-white.svg"
|
|
37187
37227
|
},
|
|
37188
37228
|
[chain_id_1.EthChainId.METIS]: {
|
|
37189
37229
|
name: "Metis",
|
|
@@ -37198,7 +37238,7 @@ var require_chain_info = __commonJS({
|
|
|
37198
37238
|
explorerUrl: "https://explorer.metis.io",
|
|
37199
37239
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37200
37240
|
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/",
|
|
37201
|
-
lightIcon: "https://sentio.xyz/chains/metis.svg"
|
|
37241
|
+
lightIcon: "https://assets.sentio.xyz/chains/metis.svg"
|
|
37202
37242
|
},
|
|
37203
37243
|
[chain_id_1.EthChainId.BEVM]: {
|
|
37204
37244
|
name: "BEVM",
|
|
@@ -37213,7 +37253,7 @@ var require_chain_info = __commonJS({
|
|
|
37213
37253
|
explorerUrl: "https://scan.bevm.io",
|
|
37214
37254
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37215
37255
|
explorerApi: "https://scan.bevm.io",
|
|
37216
|
-
lightIcon: "https://sentio.xyz/chains/bevm.svg"
|
|
37256
|
+
lightIcon: "https://assets.sentio.xyz/chains/bevm.svg"
|
|
37217
37257
|
},
|
|
37218
37258
|
[chain_id_1.EthChainId.MERLIN_MAINNET]: {
|
|
37219
37259
|
name: "Merlin Mainnet",
|
|
@@ -37228,7 +37268,7 @@ var require_chain_info = __commonJS({
|
|
|
37228
37268
|
explorerUrl: "https://scan.merlinchain.io",
|
|
37229
37269
|
explorerApiType: ExplorerApiType.L2_SCAN,
|
|
37230
37270
|
explorerApi: "https://scan.merlinchain.io/api",
|
|
37231
|
-
lightIcon: "https://sentio.xyz/chains/merlin.png"
|
|
37271
|
+
lightIcon: "https://assets.sentio.xyz/chains/merlin.png"
|
|
37232
37272
|
},
|
|
37233
37273
|
[chain_id_1.EthChainId.CHILIZ]: {
|
|
37234
37274
|
name: "Chiliz",
|
|
@@ -37243,7 +37283,7 @@ var require_chain_info = __commonJS({
|
|
|
37243
37283
|
explorerUrl: "https://chiliscan.com",
|
|
37244
37284
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37245
37285
|
explorerApi: "https://api.routescan.io/v2/network/mainnet/evm/88888/etherscan",
|
|
37246
|
-
lightIcon: "https://sentio.xyz/chains/chiliz.svg"
|
|
37286
|
+
lightIcon: "https://assets.sentio.xyz/chains/chiliz.svg"
|
|
37247
37287
|
},
|
|
37248
37288
|
[chain_id_1.EthChainId.ZKLINK_NOVA]: {
|
|
37249
37289
|
name: "zkLink Nova",
|
|
@@ -37258,7 +37298,7 @@ var require_chain_info = __commonJS({
|
|
|
37258
37298
|
explorerUrl: "https://explorer.zklink.io",
|
|
37259
37299
|
explorerApiType: ExplorerApiType.ETHERSCAN,
|
|
37260
37300
|
explorerApi: "https://explorer-api.zklink.io",
|
|
37261
|
-
lightIcon: "https://sentio.xyz/chains/zklink.svg"
|
|
37301
|
+
lightIcon: "https://assets.sentio.xyz/chains/zklink.svg"
|
|
37262
37302
|
},
|
|
37263
37303
|
[chain_id_1.EthChainId.AURORA]: {
|
|
37264
37304
|
name: "Aurora",
|
|
@@ -37273,7 +37313,7 @@ var require_chain_info = __commonJS({
|
|
|
37273
37313
|
explorerUrl: "https://explorer.aurora.dev",
|
|
37274
37314
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37275
37315
|
explorerApi: "https://explorer.aurora.dev",
|
|
37276
|
-
lightIcon: "https://sentio.xyz/chains/aurora.svg"
|
|
37316
|
+
lightIcon: "https://assets.sentio.xyz/chains/aurora.svg"
|
|
37277
37317
|
},
|
|
37278
37318
|
[chain_id_1.EthChainId.SONIC_MAINNET]: {
|
|
37279
37319
|
name: "Sonic Mainnet",
|
|
@@ -37288,8 +37328,8 @@ var require_chain_info = __commonJS({
|
|
|
37288
37328
|
explorerUrl: "https://sonicscan.org",
|
|
37289
37329
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37290
37330
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37291
|
-
lightIcon: "https://sentio.xyz/chains/sonic.svg",
|
|
37292
|
-
darkIcon: "https://sentio.xyz/chains/sonic-dark.svg"
|
|
37331
|
+
lightIcon: "https://assets.sentio.xyz/chains/sonic.svg",
|
|
37332
|
+
darkIcon: "https://assets.sentio.xyz/chains/sonic-dark.svg"
|
|
37293
37333
|
},
|
|
37294
37334
|
[chain_id_1.EthChainId.SONIC_TESTNET]: {
|
|
37295
37335
|
name: "Sonic Testnet",
|
|
@@ -37305,8 +37345,8 @@ var require_chain_info = __commonJS({
|
|
|
37305
37345
|
explorerUrl: "https://testnet.sonicscan.org",
|
|
37306
37346
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37307
37347
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37308
|
-
lightIcon: "https://sentio.xyz/chains/sonic.svg",
|
|
37309
|
-
darkIcon: "https://sentio.xyz/chains/sonic-dark.svg"
|
|
37348
|
+
lightIcon: "https://assets.sentio.xyz/chains/sonic.svg",
|
|
37349
|
+
darkIcon: "https://assets.sentio.xyz/chains/sonic-dark.svg"
|
|
37310
37350
|
},
|
|
37311
37351
|
[chain_id_1.EthChainId.SONEIUM_MAINNET]: {
|
|
37312
37352
|
name: "Soneium Mainnet",
|
|
@@ -37321,7 +37361,7 @@ var require_chain_info = __commonJS({
|
|
|
37321
37361
|
explorerUrl: "https://soneium.blockscout.com",
|
|
37322
37362
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37323
37363
|
explorerApi: "https://soneium.blockscout.com",
|
|
37324
|
-
lightIcon: "https://sentio.xyz/chains/soneium.svg"
|
|
37364
|
+
lightIcon: "https://assets.sentio.xyz/chains/soneium.svg"
|
|
37325
37365
|
},
|
|
37326
37366
|
[chain_id_1.EthChainId.SONEIUM_TESTNET]: {
|
|
37327
37367
|
name: "Soneium Testnet",
|
|
@@ -37337,7 +37377,7 @@ var require_chain_info = __commonJS({
|
|
|
37337
37377
|
explorerUrl: "https://soneium-minato.blockscout.com",
|
|
37338
37378
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37339
37379
|
explorerApi: "https://soneium-minato.blockscout.com",
|
|
37340
|
-
lightIcon: "https://sentio.xyz/chains/soneium.svg"
|
|
37380
|
+
lightIcon: "https://assets.sentio.xyz/chains/soneium.svg"
|
|
37341
37381
|
},
|
|
37342
37382
|
[chain_id_1.EthChainId.CRONOS_ZKEVM]: {
|
|
37343
37383
|
name: "Cronos zkEVM",
|
|
@@ -37352,8 +37392,8 @@ var require_chain_info = __commonJS({
|
|
|
37352
37392
|
explorerUrl: "https://explorer.zkevm.cronos.org",
|
|
37353
37393
|
explorerApiType: ExplorerApiType.UNKNOWN,
|
|
37354
37394
|
// explorerApi: 'https://explorer.zkevm.cronos.org',
|
|
37355
|
-
lightIcon: "https://sentio.xyz/chains/cronos.svg",
|
|
37356
|
-
darkIcon: "https://sentio.xyz/chains/cronos_light.svg"
|
|
37395
|
+
lightIcon: "https://assets.sentio.xyz/chains/cronos.svg",
|
|
37396
|
+
darkIcon: "https://assets.sentio.xyz/chains/cronos_light.svg"
|
|
37357
37397
|
},
|
|
37358
37398
|
[chain_id_1.EthChainId.DERIVE]: {
|
|
37359
37399
|
name: "Derive Mainnet",
|
|
@@ -37368,7 +37408,7 @@ var require_chain_info = __commonJS({
|
|
|
37368
37408
|
explorerUrl: "https://explorer.lyra.finance",
|
|
37369
37409
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37370
37410
|
explorerApi: "https://explorer.lyra.finance",
|
|
37371
|
-
lightIcon: "https://sentio.xyz/chains/derive.svg"
|
|
37411
|
+
lightIcon: "https://assets.sentio.xyz/chains/derive.svg"
|
|
37372
37412
|
},
|
|
37373
37413
|
[chain_id_1.EthChainId.UNICHAIN_SEPOLIA]: {
|
|
37374
37414
|
name: "Unichain Sepolia",
|
|
@@ -37384,7 +37424,7 @@ var require_chain_info = __commonJS({
|
|
|
37384
37424
|
explorerUrl: "https://unichain-sepolia.blockscout.com",
|
|
37385
37425
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37386
37426
|
explorerApi: "https://unichain-sepolia.blockscout.com",
|
|
37387
|
-
lightIcon: "https://sentio.xyz/chains/unichain-testnet.svg"
|
|
37427
|
+
lightIcon: "https://assets.sentio.xyz/chains/unichain-testnet.svg"
|
|
37388
37428
|
},
|
|
37389
37429
|
[chain_id_1.EthChainId.UNICHAIN]: {
|
|
37390
37430
|
name: "Unichain",
|
|
@@ -37399,7 +37439,7 @@ var require_chain_info = __commonJS({
|
|
|
37399
37439
|
explorerUrl: "https://unichain.blockscout.com",
|
|
37400
37440
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37401
37441
|
explorerApi: "https://unichain.blockscout.com",
|
|
37402
|
-
lightIcon: "https://sentio.xyz/chains/unichain.svg"
|
|
37442
|
+
lightIcon: "https://assets.sentio.xyz/chains/unichain.svg"
|
|
37403
37443
|
},
|
|
37404
37444
|
[chain_id_1.EthChainId.CORN_MAIZENET]: {
|
|
37405
37445
|
name: "Corn Maizenet",
|
|
@@ -37414,7 +37454,7 @@ var require_chain_info = __commonJS({
|
|
|
37414
37454
|
explorerUrl: "https://maizenet-explorer.usecorn.com",
|
|
37415
37455
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37416
37456
|
explorerApi: "https://maizenet-explorer.usecorn.com",
|
|
37417
|
-
lightIcon: "https://sentio.xyz/chains/corn.svg"
|
|
37457
|
+
lightIcon: "https://assets.sentio.xyz/chains/corn.svg"
|
|
37418
37458
|
},
|
|
37419
37459
|
[chain_id_1.EthChainId.KARAK]: {
|
|
37420
37460
|
name: "Karak Mainnet",
|
|
@@ -37429,7 +37469,7 @@ var require_chain_info = __commonJS({
|
|
|
37429
37469
|
explorerUrl: "https://explorer.karak.network",
|
|
37430
37470
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37431
37471
|
explorerApi: "https://explorer.karak.network",
|
|
37432
|
-
lightIcon: "https://sentio.xyz/chains/karak.svg"
|
|
37472
|
+
lightIcon: "https://assets.sentio.xyz/chains/karak.svg"
|
|
37433
37473
|
},
|
|
37434
37474
|
[chain_id_1.EthChainId.SEI]: {
|
|
37435
37475
|
name: "Sei Mainnet",
|
|
@@ -37442,7 +37482,7 @@ var require_chain_info = __commonJS({
|
|
|
37442
37482
|
tokenSymbol: "ETH",
|
|
37443
37483
|
tokenDecimals: 18,
|
|
37444
37484
|
explorerUrl: "https://seistream.app",
|
|
37445
|
-
lightIcon: "https://sentio.xyz/chains/sei.svg"
|
|
37485
|
+
lightIcon: "https://assets.sentio.xyz/chains/sei.svg"
|
|
37446
37486
|
},
|
|
37447
37487
|
[chain_id_1.EthChainId.SWELL_MAINNET]: {
|
|
37448
37488
|
name: "Swell Mainnet",
|
|
@@ -37457,7 +37497,7 @@ var require_chain_info = __commonJS({
|
|
|
37457
37497
|
explorerUrl: "https://explorer.swellnetwork.io",
|
|
37458
37498
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37459
37499
|
explorerApi: "https://explorer.swellnetwork.io",
|
|
37460
|
-
lightIcon: "https://sentio.xyz/chains/swell.svg"
|
|
37500
|
+
lightIcon: "https://assets.sentio.xyz/chains/swell.svg"
|
|
37461
37501
|
},
|
|
37462
37502
|
[chain_id_1.EthChainId.SWELL_TESTNET]: {
|
|
37463
37503
|
name: "Swell Testnet",
|
|
@@ -37473,7 +37513,7 @@ var require_chain_info = __commonJS({
|
|
|
37473
37513
|
explorerUrl: "https://swell-testnet-explorer.alt.technology",
|
|
37474
37514
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37475
37515
|
explorerApi: "https://swell-testnet-explorer.alt.technology",
|
|
37476
|
-
lightIcon: "https://sentio.xyz/chains/swell.svg"
|
|
37516
|
+
lightIcon: "https://assets.sentio.xyz/chains/swell.svg"
|
|
37477
37517
|
},
|
|
37478
37518
|
[chain_id_1.EthChainId.TAC_TESTNET]: {
|
|
37479
37519
|
name: "TAC Testnet",
|
|
@@ -37488,7 +37528,7 @@ var require_chain_info = __commonJS({
|
|
|
37488
37528
|
explorerUrl: "https://turin.explorer.tac.build",
|
|
37489
37529
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37490
37530
|
explorerApi: "https://turin.explorer.tac.build",
|
|
37491
|
-
lightIcon: "https://sentio.xyz/chains/tac.svg"
|
|
37531
|
+
lightIcon: "https://assets.sentio.xyz/chains/tac.svg"
|
|
37492
37532
|
},
|
|
37493
37533
|
[chain_id_1.EthChainId.MONAD_TESTNET]: {
|
|
37494
37534
|
name: "Monad Testnet",
|
|
@@ -37502,7 +37542,7 @@ var require_chain_info = __commonJS({
|
|
|
37502
37542
|
tokenDecimals: 18,
|
|
37503
37543
|
explorerUrl: "https://testnet.monadexplorer.com",
|
|
37504
37544
|
explorerApiType: ExplorerApiType.UNKNOWN,
|
|
37505
|
-
lightIcon: "https://sentio.xyz/chains/monad.svg"
|
|
37545
|
+
lightIcon: "https://assets.sentio.xyz/chains/monad.svg"
|
|
37506
37546
|
},
|
|
37507
37547
|
[chain_id_1.EthChainId.BERACHAIN]: {
|
|
37508
37548
|
name: "Berachain",
|
|
@@ -37517,7 +37557,7 @@ var require_chain_info = __commonJS({
|
|
|
37517
37557
|
explorerUrl: "https://berascan.com",
|
|
37518
37558
|
explorerApi: "https://api.etherscan.io/v2",
|
|
37519
37559
|
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37520
|
-
lightIcon: "https://sentio.xyz/chains/berachain.svg"
|
|
37560
|
+
lightIcon: "https://assets.sentio.xyz/chains/berachain.svg"
|
|
37521
37561
|
},
|
|
37522
37562
|
[chain_id_1.EthChainId.HYPER_EVM]: {
|
|
37523
37563
|
name: "HyperEVM",
|
|
@@ -37530,9 +37570,11 @@ var require_chain_info = __commonJS({
|
|
|
37530
37570
|
wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
37531
37571
|
tokenSymbol: "HYPE",
|
|
37532
37572
|
tokenDecimals: 18,
|
|
37533
|
-
explorerUrl: "https://
|
|
37534
|
-
|
|
37535
|
-
|
|
37573
|
+
explorerUrl: "https://hyperevmscan.io/",
|
|
37574
|
+
explorerApi: "https://hyperevmscan.io/v2",
|
|
37575
|
+
explorerApiType: ExplorerApiType.ETHERSCAN_V2,
|
|
37576
|
+
lightIcon: "https://assets.sentio.xyz/chains/hype.svg",
|
|
37577
|
+
darkIcon: "https://assets.sentio.xyz/chains/hype-dark.svg"
|
|
37536
37578
|
},
|
|
37537
37579
|
[chain_id_1.EthChainId.ETHERLINK]: {
|
|
37538
37580
|
name: "Etherlink",
|
|
@@ -37547,7 +37589,7 @@ var require_chain_info = __commonJS({
|
|
|
37547
37589
|
explorerUrl: "https://explorer.etherlink.com",
|
|
37548
37590
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37549
37591
|
explorerApi: "https://explorer.etherlink.com",
|
|
37550
|
-
lightIcon: "https://sentio.xyz/chains/etherlink.svg"
|
|
37592
|
+
lightIcon: "https://assets.sentio.xyz/chains/etherlink.svg"
|
|
37551
37593
|
},
|
|
37552
37594
|
[chain_id_1.EthChainId.MEV_COMMIT]: {
|
|
37553
37595
|
name: "MEV Commit",
|
|
@@ -37560,8 +37602,8 @@ var require_chain_info = __commonJS({
|
|
|
37560
37602
|
tokenSymbol: "ETH",
|
|
37561
37603
|
tokenDecimals: 18,
|
|
37562
37604
|
explorerUrl: "https://www.mev-commit.xyz/",
|
|
37563
|
-
lightIcon: "https://sentio.xyz/chains/mev-commit-dark.svg",
|
|
37564
|
-
darkIcon: "https://sentio.xyz/chains/mev-commit.svg"
|
|
37605
|
+
lightIcon: "https://assets.sentio.xyz/chains/mev-commit-dark.svg",
|
|
37606
|
+
darkIcon: "https://assets.sentio.xyz/chains/mev-commit.svg"
|
|
37565
37607
|
},
|
|
37566
37608
|
[chain_id_1.EthChainId.HEMI]: {
|
|
37567
37609
|
name: "Hemi",
|
|
@@ -37576,8 +37618,36 @@ var require_chain_info = __commonJS({
|
|
|
37576
37618
|
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
|
37577
37619
|
explorerUrl: "https://explorer.hemi.xyz",
|
|
37578
37620
|
explorerApi: "https://explorer.hemi.xyz",
|
|
37579
|
-
lightIcon: "https://sentio.xyz/chains/hemi.svg",
|
|
37580
|
-
darkIcon: "https://sentio.xyz/chains/hemi.svg"
|
|
37621
|
+
lightIcon: "https://assets.sentio.xyz/chains/hemi.svg",
|
|
37622
|
+
darkIcon: "https://assets.sentio.xyz/chains/hemi.svg"
|
|
37623
|
+
},
|
|
37624
|
+
[chain_id_1.EthChainId.ABSTRACT]: {
|
|
37625
|
+
name: "Abstract",
|
|
37626
|
+
slug: "abstract",
|
|
37627
|
+
chainId: chain_id_1.EthChainId.ABSTRACT,
|
|
37628
|
+
variation: EthVariation.DEFAULT,
|
|
37629
|
+
priceTokenAddress: "0x000000000000000000000000000000000000800A",
|
|
37630
|
+
tokenAddress: "0x000000000000000000000000000000000000800A",
|
|
37631
|
+
wrappedTokenAddress: "0x000000000000000000000000000000000000800A",
|
|
37632
|
+
tokenSymbol: "ETH",
|
|
37633
|
+
tokenDecimals: 18,
|
|
37634
|
+
explorerUrl: "https://explorer.mainnet.abs.xyz",
|
|
37635
|
+
lightIcon: "https://assets.sentio.xyz/chains/abstract.svg",
|
|
37636
|
+
darkIcon: "https://assets.sentio.xyz/chains/abstract.svg"
|
|
37637
|
+
},
|
|
37638
|
+
[chain_id_1.EthChainId.CUSTOM]: {
|
|
37639
|
+
name: "Custom",
|
|
37640
|
+
slug: "custom",
|
|
37641
|
+
chainId: chain_id_1.EthChainId.CUSTOM,
|
|
37642
|
+
variation: EthVariation.DEFAULT,
|
|
37643
|
+
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
37644
|
+
tokenAddress: "0x0000000000000000000000000000000000000000",
|
|
37645
|
+
wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
37646
|
+
tokenSymbol: "ETH",
|
|
37647
|
+
tokenDecimals: 18,
|
|
37648
|
+
explorerUrl: "",
|
|
37649
|
+
lightIcon: "https://assets.sentio.xyz/chains/eth.svg",
|
|
37650
|
+
darkIcon: "https://assets.sentio.xyz/chains/eth-dark.svg"
|
|
37581
37651
|
}
|
|
37582
37652
|
};
|
|
37583
37653
|
function getEVMChainScanUrl(chainId, hash2, subtype) {
|
|
@@ -37596,15 +37666,17 @@ var require_chain_info = __commonJS({
|
|
|
37596
37666
|
exports.BTCChainInfo = {
|
|
37597
37667
|
[chain_id_1.BTCChainId.BTC_MAINNET]: {
|
|
37598
37668
|
name: "Bitcoin Mainnet",
|
|
37669
|
+
slug: "btc",
|
|
37599
37670
|
chainId: chain_id_1.BTCChainId.BTC_MAINNET,
|
|
37600
37671
|
explorerUrl: "https://mempool.space",
|
|
37601
|
-
lightIcon: "https://sentio.xyz/chains/bitcoin.svg"
|
|
37672
|
+
lightIcon: "https://assets.sentio.xyz/chains/bitcoin.svg"
|
|
37602
37673
|
},
|
|
37603
37674
|
[chain_id_1.BTCChainId.BTC_TESTNET]: {
|
|
37604
37675
|
name: "Bitcoin Mainnet",
|
|
37676
|
+
slug: "btc-signet",
|
|
37605
37677
|
chainId: chain_id_1.BTCChainId.BTC_TESTNET,
|
|
37606
37678
|
explorerUrl: "https://mempool.space/testnet4",
|
|
37607
|
-
lightIcon: "https://sentio.xyz/chains/bitcoin-testnet.svg"
|
|
37679
|
+
lightIcon: "https://assets.sentio.xyz/chains/bitcoin-testnet.svg"
|
|
37608
37680
|
}
|
|
37609
37681
|
};
|
|
37610
37682
|
var BtcSubTypePaths = {
|
|
@@ -37624,35 +37696,49 @@ var require_chain_info = __commonJS({
|
|
|
37624
37696
|
exports.AptosChainInfo = {
|
|
37625
37697
|
[chain_id_1.AptosChainId.APTOS_MAINNET]: {
|
|
37626
37698
|
name: "Aptos Mainnet",
|
|
37699
|
+
slug: "aptos",
|
|
37627
37700
|
chainId: chain_id_1.AptosChainId.APTOS_MAINNET,
|
|
37628
37701
|
explorerUrl: "https://explorer.aptoslabs.com",
|
|
37629
37702
|
suffix: "?network=mainnet",
|
|
37630
|
-
lightIcon: "https://sentio.xyz/chains/aptos.svg",
|
|
37631
|
-
darkIcon: "https://sentio.xyz/chains/aptos-dark.svg"
|
|
37703
|
+
lightIcon: "https://assets.sentio.xyz/chains/aptos.svg",
|
|
37704
|
+
darkIcon: "https://assets.sentio.xyz/chains/aptos-dark.svg"
|
|
37632
37705
|
},
|
|
37633
37706
|
[chain_id_1.AptosChainId.APTOS_TESTNET]: {
|
|
37634
37707
|
name: "Aptos Testnet",
|
|
37635
37708
|
chainId: chain_id_1.AptosChainId.APTOS_TESTNET,
|
|
37709
|
+
mainnetChainId: chain_id_1.AptosChainId.APTOS_MAINNET,
|
|
37710
|
+
slug: "aptos-testnet",
|
|
37636
37711
|
explorerUrl: "https://explorer.aptoslabs.com",
|
|
37637
37712
|
suffix: "?network=testnet",
|
|
37638
|
-
lightIcon: "https://sentio.xyz/chains/aptos.svg",
|
|
37639
|
-
darkIcon: "https://sentio.xyz/chains/aptos-dark.svg"
|
|
37713
|
+
lightIcon: "https://assets.sentio.xyz/chains/aptos.svg",
|
|
37714
|
+
darkIcon: "https://assets.sentio.xyz/chains/aptos-dark.svg"
|
|
37640
37715
|
},
|
|
37641
37716
|
[chain_id_1.AptosChainId.APTOS_MOVEMENT_MAINNET]: {
|
|
37642
|
-
name: "Movement Mainnet
|
|
37717
|
+
name: "Movement Mainnet",
|
|
37718
|
+
slug: "movement",
|
|
37643
37719
|
chainId: chain_id_1.AptosChainId.APTOS_MOVEMENT_MAINNET,
|
|
37644
37720
|
explorerUrl: "https://explorer.movementnetwork.xyz",
|
|
37645
37721
|
suffix: "?network=mainnet",
|
|
37646
|
-
lightIcon: "https://sentio.xyz/chains/movement.svg",
|
|
37647
|
-
darkIcon: "https://sentio.xyz/chains/movement-dark.svg"
|
|
37722
|
+
lightIcon: "https://assets.sentio.xyz/chains/movement.svg",
|
|
37723
|
+
darkIcon: "https://assets.sentio.xyz/chains/movement-dark.svg"
|
|
37648
37724
|
},
|
|
37649
37725
|
[chain_id_1.AptosChainId.APTOS_MOVEMENT_TESTNET]: {
|
|
37650
|
-
name: "Movement Testnet
|
|
37726
|
+
name: "Movement Testnet",
|
|
37727
|
+
slug: "movement-testnet",
|
|
37651
37728
|
chainId: chain_id_1.AptosChainId.APTOS_MOVEMENT_TESTNET,
|
|
37729
|
+
mainnetChainId: chain_id_1.AptosChainId.APTOS_MOVEMENT_MAINNET,
|
|
37652
37730
|
explorerUrl: "https://explorer.movementnetwork.xyz",
|
|
37653
37731
|
suffix: "?network=testnet",
|
|
37654
|
-
lightIcon: "https://sentio.xyz/chains/movement.svg",
|
|
37655
|
-
darkIcon: "https://sentio.xyz/chains/movement-dark.svg"
|
|
37732
|
+
lightIcon: "https://assets.sentio.xyz/chains/movement.svg",
|
|
37733
|
+
darkIcon: "https://assets.sentio.xyz/chains/movement-dark.svg"
|
|
37734
|
+
},
|
|
37735
|
+
[chain_id_1.AptosChainId.INITIA_ECHELON]: {
|
|
37736
|
+
name: "Initia Echelon",
|
|
37737
|
+
slug: "initia-echelon",
|
|
37738
|
+
chainId: chain_id_1.AptosChainId.INITIA_ECHELON,
|
|
37739
|
+
explorerUrl: "https://scan.initia.xyz/echelon-1",
|
|
37740
|
+
suffix: "",
|
|
37741
|
+
lightIcon: "https://assets.sentio.xyz/chains/initia-echelon.svg"
|
|
37656
37742
|
}
|
|
37657
37743
|
};
|
|
37658
37744
|
var AptosSubTypePaths = {
|
|
@@ -37672,6 +37758,7 @@ var require_chain_info = __commonJS({
|
|
|
37672
37758
|
exports.SolanaChainInfo = {
|
|
37673
37759
|
[chain_id_1.SolanaChainId.SOLANA_MAINNET]: {
|
|
37674
37760
|
name: "Solana Mainnet",
|
|
37761
|
+
slug: "solana",
|
|
37675
37762
|
chainId: chain_id_1.SolanaChainId.SOLANA_MAINNET,
|
|
37676
37763
|
explorerUrl: "https://solscan.io/",
|
|
37677
37764
|
suffix: "",
|
|
@@ -37679,10 +37766,20 @@ var require_chain_info = __commonJS({
|
|
|
37679
37766
|
},
|
|
37680
37767
|
[chain_id_1.SolanaChainId.SOLANA_TESTNET]: {
|
|
37681
37768
|
name: "Solana Testnet",
|
|
37682
|
-
|
|
37769
|
+
slug: "solana-testnet",
|
|
37770
|
+
chainId: chain_id_1.SolanaChainId.SOLANA_TESTNET,
|
|
37771
|
+
mainnetChainId: chain_id_1.SolanaChainId.SOLANA_MAINNET,
|
|
37683
37772
|
explorerUrl: "https://solscan.io/",
|
|
37684
37773
|
suffix: "?cluster=testnet",
|
|
37685
37774
|
lightIcon: "https://sentio.xyz/solana.svg"
|
|
37775
|
+
},
|
|
37776
|
+
[chain_id_1.SolanaChainId.SOLANA_PYTH]: {
|
|
37777
|
+
name: "Pyth",
|
|
37778
|
+
slug: "pyth",
|
|
37779
|
+
chainId: chain_id_1.SolanaChainId.SOLANA_PYTH,
|
|
37780
|
+
explorerUrl: "https://solscan.io/",
|
|
37781
|
+
suffix: "?cluster=custom&customUrl=https://pythnet.rpcpool.com",
|
|
37782
|
+
lightIcon: "https://sentio.xyz/pyth.svg"
|
|
37686
37783
|
}
|
|
37687
37784
|
};
|
|
37688
37785
|
var SolanaSubTypePaths = {
|
|
@@ -37702,19 +37799,41 @@ var require_chain_info = __commonJS({
|
|
|
37702
37799
|
exports.SuiChainInfo = {
|
|
37703
37800
|
[chain_id_1.SuiChainId.SUI_MAINNET]: {
|
|
37704
37801
|
name: "Sui Mainnet",
|
|
37802
|
+
slug: "sui",
|
|
37705
37803
|
chainId: chain_id_1.SuiChainId.SUI_MAINNET,
|
|
37706
37804
|
suivisionUrl: "https://suivision.xyz",
|
|
37707
37805
|
explorerUrl: "https://suiscan.xyz/mainnet",
|
|
37708
|
-
lightIcon: "https://sentio.xyz/chains/sui.svg",
|
|
37709
|
-
darkIcon: "https://sentio.xyz/chains/sui-dark.svg"
|
|
37806
|
+
lightIcon: "https://assets.sentio.xyz/chains/sui.svg",
|
|
37807
|
+
darkIcon: "https://assets.sentio.xyz/chains/sui-dark.svg"
|
|
37710
37808
|
},
|
|
37711
37809
|
[chain_id_1.SuiChainId.SUI_TESTNET]: {
|
|
37712
37810
|
name: "Sui Testnet",
|
|
37811
|
+
slug: "sui-testnet",
|
|
37713
37812
|
chainId: chain_id_1.SuiChainId.SUI_TESTNET,
|
|
37813
|
+
mainnetChainId: chain_id_1.SuiChainId.SUI_MAINNET,
|
|
37714
37814
|
suivisionUrl: "https://testnet.suivision.xyz",
|
|
37715
37815
|
explorerUrl: "https://suiscan.xyz/testnet",
|
|
37716
|
-
lightIcon: "https://sentio.xyz/chains/sui.svg",
|
|
37717
|
-
darkIcon: "https://sentio.xyz/chains/sui-dark.svg"
|
|
37816
|
+
lightIcon: "https://assets.sentio.xyz/chains/sui.svg",
|
|
37817
|
+
darkIcon: "https://assets.sentio.xyz/chains/sui-dark.svg"
|
|
37818
|
+
},
|
|
37819
|
+
[chain_id_1.SuiChainId.IOTA_MAINNET]: {
|
|
37820
|
+
name: "IOTA Mainnet",
|
|
37821
|
+
slug: "iota",
|
|
37822
|
+
chainId: chain_id_1.SuiChainId.IOTA_MAINNET,
|
|
37823
|
+
suivisionUrl: "",
|
|
37824
|
+
explorerUrl: "https://iotascan.com/mainnet",
|
|
37825
|
+
lightIcon: "https://assets.sentio.xyz/chains/iota.svg",
|
|
37826
|
+
darkIcon: "https://assets.sentio.xyz/chains/iota-dark.svg"
|
|
37827
|
+
},
|
|
37828
|
+
[chain_id_1.SuiChainId.IOTA_TESTNET]: {
|
|
37829
|
+
name: "IOTA Testnet",
|
|
37830
|
+
slug: "iota-testnet",
|
|
37831
|
+
chainId: chain_id_1.SuiChainId.IOTA_TESTNET,
|
|
37832
|
+
mainnetChainId: chain_id_1.SuiChainId.IOTA_MAINNET,
|
|
37833
|
+
suivisionUrl: "",
|
|
37834
|
+
explorerUrl: "https://iotascan.com/testnet",
|
|
37835
|
+
lightIcon: "https://assets.sentio.xyz/chains/iota.svg",
|
|
37836
|
+
darkIcon: "https://assets.sentio.xyz/chains/iota-dark.svg"
|
|
37718
37837
|
}
|
|
37719
37838
|
};
|
|
37720
37839
|
var SuiScanSubTypePaths = {
|
|
@@ -37762,17 +37881,66 @@ var require_chain_info = __commonJS({
|
|
|
37762
37881
|
exports.FuelChainInfo = {
|
|
37763
37882
|
[chain_id_1.FuelChainId.FUEL_MAINNET]: {
|
|
37764
37883
|
name: "Fuel Mainnet",
|
|
37884
|
+
slug: "fuel",
|
|
37765
37885
|
chainId: chain_id_1.FuelChainId.FUEL_MAINNET,
|
|
37766
37886
|
explorerUrl: "https://app.fuel.network",
|
|
37767
|
-
lightIcon: "https://sentio.xyz/chains/fuel.svg"
|
|
37887
|
+
lightIcon: "https://assets.sentio.xyz/chains/fuel.svg"
|
|
37768
37888
|
},
|
|
37769
37889
|
[chain_id_1.FuelChainId.FUEL_TESTNET]: {
|
|
37770
37890
|
name: "Fuel Testnet",
|
|
37891
|
+
slug: "fuel-testnet",
|
|
37771
37892
|
chainId: chain_id_1.FuelChainId.FUEL_TESTNET,
|
|
37893
|
+
mainnetChainId: chain_id_1.FuelChainId.FUEL_MAINNET,
|
|
37772
37894
|
explorerUrl: "https://app-testnet.fuel.network",
|
|
37773
|
-
lightIcon: "https://sentio.xyz/chains/fuel.svg"
|
|
37895
|
+
lightIcon: "https://assets.sentio.xyz/chains/fuel.svg"
|
|
37774
37896
|
}
|
|
37775
37897
|
};
|
|
37898
|
+
exports.StarknetChainInfo = {
|
|
37899
|
+
[chain_id_1.StarknetChainId.STARKNET_MAINNET]: {
|
|
37900
|
+
name: "Starknet",
|
|
37901
|
+
slug: "starknet",
|
|
37902
|
+
chainId: chain_id_1.StarknetChainId.STARKNET_MAINNET,
|
|
37903
|
+
explorerUrl: "https://starkscan.co",
|
|
37904
|
+
lightIcon: "https://assets.sentio.xyz/chains/starknet.svg"
|
|
37905
|
+
},
|
|
37906
|
+
[chain_id_1.StarknetChainId.STARKNET_SEPOLIA]: {
|
|
37907
|
+
name: "Starknet Sepolia",
|
|
37908
|
+
slug: "starknet-sepolia",
|
|
37909
|
+
chainId: chain_id_1.StarknetChainId.STARKNET_SEPOLIA,
|
|
37910
|
+
explorerUrl: "https://sepolia.starkscan.co",
|
|
37911
|
+
lightIcon: "https://assets.sentio.xyz/chains/starknet.svg"
|
|
37912
|
+
}
|
|
37913
|
+
};
|
|
37914
|
+
exports.CosmosChainInfo = {
|
|
37915
|
+
[chain_id_1.CosmosChainId.INJECTIVE_MAINNET]: {
|
|
37916
|
+
name: "Injective",
|
|
37917
|
+
slug: "injective",
|
|
37918
|
+
chainId: chain_id_1.CosmosChainId.INJECTIVE_MAINNET,
|
|
37919
|
+
explorerUrl: "https://injscan.com/",
|
|
37920
|
+
lightIcon: "https://assets.sentio.xyz/chains/injective.svg"
|
|
37921
|
+
},
|
|
37922
|
+
[chain_id_1.CosmosChainId.INJECTIVE_TESTNET]: {
|
|
37923
|
+
name: "Injective Testnet",
|
|
37924
|
+
slug: "injective-testnet",
|
|
37925
|
+
chainId: chain_id_1.CosmosChainId.INJECTIVE_TESTNET,
|
|
37926
|
+
mainnetChainId: chain_id_1.CosmosChainId.INJECTIVE_MAINNET,
|
|
37927
|
+
explorerUrl: "https://testnet.explorer.injective.network",
|
|
37928
|
+
lightIcon: "https://assets.sentio.xyz/chains/injective.svg"
|
|
37929
|
+
}
|
|
37930
|
+
};
|
|
37931
|
+
exports.NonEthChainInfo = {
|
|
37932
|
+
...exports.BTCChainInfo,
|
|
37933
|
+
...exports.AptosChainInfo,
|
|
37934
|
+
...exports.SolanaChainInfo,
|
|
37935
|
+
...exports.SuiChainInfo,
|
|
37936
|
+
...exports.FuelChainInfo,
|
|
37937
|
+
...exports.StarknetChainInfo,
|
|
37938
|
+
...exports.CosmosChainInfo
|
|
37939
|
+
};
|
|
37940
|
+
exports.ChainInfo = {
|
|
37941
|
+
...exports.EthChainInfo,
|
|
37942
|
+
...exports.NonEthChainInfo
|
|
37943
|
+
};
|
|
37776
37944
|
var FuelSubTypePaths = {
|
|
37777
37945
|
block: "block",
|
|
37778
37946
|
address: "account",
|
|
@@ -37801,7 +37969,7 @@ var require_chain_info = __commonJS({
|
|
|
37801
37969
|
} else if (Object.keys(exports.SolanaChainInfo).includes(chainIdStr)) {
|
|
37802
37970
|
return getSolanaChainScanUrl(chainIdStr, hash2, subtype);
|
|
37803
37971
|
} else if (Object.keys(exports.SuiChainInfo).includes(chainIdStr)) {
|
|
37804
|
-
return getSuiChainVisionUrl(chainIdStr, hash2, subtype);
|
|
37972
|
+
return getSuiChainVisionUrl(chainIdStr, hash2, subtype) || getSuiChainScanUrl(chainIdStr, hash2, subtype);
|
|
37805
37973
|
} else if (Object.keys(exports.FuelChainInfo).includes(chainIdStr)) {
|
|
37806
37974
|
return getFuelChainScanUrl(chainIdStr, hash2, subtype);
|
|
37807
37975
|
}
|
|
@@ -37830,7 +37998,7 @@ var require_chain_info = __commonJS({
|
|
|
37830
37998
|
}
|
|
37831
37999
|
exports.getSuiscanUrl = getSuiscanUrl;
|
|
37832
38000
|
function getLogoUrl(info, dark) {
|
|
37833
|
-
const defaultUrl = "https://sentio.xyz/chains/chain-unknown.webp";
|
|
38001
|
+
const defaultUrl = "https://assets.sentio.xyz/chains/chain-unknown.webp";
|
|
37834
38002
|
if (!info) {
|
|
37835
38003
|
return defaultUrl;
|
|
37836
38004
|
}
|
|
@@ -37846,130 +38014,55 @@ var require_chain_info = __commonJS({
|
|
|
37846
38014
|
if (!chainId) {
|
|
37847
38015
|
return;
|
|
37848
38016
|
}
|
|
37849
|
-
const
|
|
37850
|
-
|
|
37851
|
-
return getLogoUrl(exports.EthChainInfo[chainIdStr], dark);
|
|
37852
|
-
} else if (Object.keys(exports.BTCChainInfo).includes(chainIdStr)) {
|
|
37853
|
-
return getLogoUrl(exports.BTCChainInfo[chainIdStr], dark);
|
|
37854
|
-
} else if (Object.keys(exports.AptosChainInfo).includes(chainIdStr)) {
|
|
37855
|
-
return getLogoUrl(exports.AptosChainInfo[chainIdStr], dark);
|
|
37856
|
-
} else if (Object.keys(exports.SolanaChainInfo).includes(chainIdStr)) {
|
|
37857
|
-
return getLogoUrl(exports.SolanaChainInfo[chainIdStr], dark);
|
|
37858
|
-
} else if (Object.keys(exports.SuiChainInfo).includes(chainIdStr)) {
|
|
37859
|
-
return getLogoUrl(exports.SuiChainInfo[chainIdStr], dark);
|
|
37860
|
-
} else if (Object.keys(exports.FuelChainInfo).includes(chainIdStr)) {
|
|
37861
|
-
return getLogoUrl(exports.FuelChainInfo[chainIdStr], dark);
|
|
37862
|
-
}
|
|
37863
|
-
return getLogoUrl();
|
|
38017
|
+
const chainInfo = exports.ChainInfo[chainId.toString()];
|
|
38018
|
+
return getLogoUrl(chainInfo, dark);
|
|
37864
38019
|
}
|
|
37865
38020
|
exports.getChainLogo = getChainLogo;
|
|
38021
|
+
function getMainnetChain(chainId) {
|
|
38022
|
+
const chainInfo = exports.ChainInfo[chainId.toString()];
|
|
38023
|
+
if (!chainInfo) {
|
|
38024
|
+
return chainId;
|
|
38025
|
+
}
|
|
38026
|
+
return chainInfo.mainnetChainId || chainId;
|
|
38027
|
+
}
|
|
38028
|
+
exports.getMainnetChain = getMainnetChain;
|
|
37866
38029
|
}
|
|
37867
38030
|
});
|
|
37868
38031
|
|
|
37869
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.
|
|
38032
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/chain-name.js
|
|
37870
38033
|
var require_chain_name = __commonJS({
|
|
37871
|
-
"../../node_modules/.pnpm/@sentio+chain@3.
|
|
38034
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
|
|
37872
38035
|
"use strict";
|
|
37873
38036
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37874
|
-
exports.
|
|
37875
|
-
var chain_id_1 = require_chain_id();
|
|
38037
|
+
exports.getChainName = void 0;
|
|
37876
38038
|
var chain_info_1 = require_chain_info();
|
|
37877
|
-
exports.CHAIN_MAP = {
|
|
37878
|
-
[chain_id_1.ChainId.APTOS_MOVEMENT_MAINNET]: "Movement Mainnet",
|
|
37879
|
-
[chain_id_1.ChainId.APTOS_MOVEMENT_TESTNET]: "Movement Testnet",
|
|
37880
|
-
[chain_id_1.ChainId.BTC_MAINNET]: "Bitcoin Mainnet",
|
|
37881
|
-
[chain_id_1.ChainId.BTC_TESTNET]: "Bitcoin Testnet",
|
|
37882
|
-
[chain_id_1.ChainId.MEV_COMMIT]: "Mev-commit"
|
|
37883
|
-
};
|
|
37884
|
-
for (const [key, value] of Object.entries(chain_id_1.ChainId)) {
|
|
37885
|
-
if (exports.CHAIN_MAP[value]) {
|
|
37886
|
-
continue;
|
|
37887
|
-
}
|
|
37888
|
-
const chainInfo = chain_info_1.EthChainInfo[value] || chain_info_1.BTCChainInfo[value] || chain_info_1.AptosChainInfo[value] || chain_info_1.SolanaChainInfo[value] || chain_info_1.SuiChainInfo[value] || chain_info_1.FuelChainInfo[value];
|
|
37889
|
-
if (chainInfo) {
|
|
37890
|
-
exports.CHAIN_MAP[value] = chainInfo.name;
|
|
37891
|
-
continue;
|
|
37892
|
-
}
|
|
37893
|
-
const parts = key.split("_");
|
|
37894
|
-
exports.CHAIN_MAP[value] = parts.map((part, index) => {
|
|
37895
|
-
return part[0] + part.slice(1).toLowerCase();
|
|
37896
|
-
}).join(" ");
|
|
37897
|
-
}
|
|
37898
38039
|
function getChainName(chainId) {
|
|
37899
38040
|
if (typeof chainId === "number") {
|
|
37900
38041
|
chainId = chainId.toString();
|
|
37901
38042
|
}
|
|
37902
38043
|
if (chainId) {
|
|
37903
|
-
const name =
|
|
38044
|
+
const name = chain_info_1.ChainInfo[chainId]?.name;
|
|
37904
38045
|
if (name) {
|
|
37905
38046
|
return name;
|
|
37906
38047
|
}
|
|
37907
38048
|
}
|
|
37908
|
-
|
|
37909
|
-
|
|
37910
|
-
|
|
37911
|
-
|
|
37912
|
-
|
|
37913
|
-
|
|
37914
|
-
if (subtype === "block") {
|
|
37915
|
-
return `https://etherscan.io/block/${hash2}`;
|
|
37916
|
-
} else if (subtype === "address") {
|
|
37917
|
-
return `https://etherscan.io/address/${hash2}`;
|
|
37918
|
-
} else {
|
|
37919
|
-
return `https://etherscan.io/tx/${hash2}`;
|
|
37920
|
-
}
|
|
37921
|
-
}
|
|
37922
|
-
if (chainName === "Polygon") {
|
|
37923
|
-
if (subtype === "block") {
|
|
37924
|
-
return `https://polygonscan.com/block/${hash2}`;
|
|
37925
|
-
} else if (subtype === "address") {
|
|
37926
|
-
return `https://polygonscan.com/address/${hash2}`;
|
|
37927
|
-
} else {
|
|
37928
|
-
return `https://polygonscan.com/tx/${hash2}`;
|
|
37929
|
-
}
|
|
37930
|
-
}
|
|
37931
|
-
if (chainName.startsWith("Aptos ")) {
|
|
37932
|
-
let suffix = "?network=mainnet";
|
|
37933
|
-
if (chainName.includes("Testnet")) {
|
|
37934
|
-
suffix = "?network=testnet";
|
|
37935
|
-
} else if (chainName.includes("Devnet")) {
|
|
37936
|
-
suffix = "?network=devnet";
|
|
37937
|
-
}
|
|
37938
|
-
if (subtype === "block") {
|
|
37939
|
-
return `https://explorer.aptoslabs.com/block/${hash2}/${suffix}`;
|
|
37940
|
-
} else if (subtype === "address") {
|
|
37941
|
-
return `https://explorer.aptoslabs.com/account/${hash2}/${suffix}`;
|
|
37942
|
-
} else {
|
|
37943
|
-
return `https://explorer.aptoslabs.com/txn/${hash2}/${suffix}`;
|
|
38049
|
+
if (typeof chainId === "string") {
|
|
38050
|
+
const parts = chainId.split("_");
|
|
38051
|
+
if (parts.length > 1) {
|
|
38052
|
+
return parts.map((part) => {
|
|
38053
|
+
return part[0].toUpperCase() + part.slice(1).toLowerCase();
|
|
38054
|
+
}).join(" ");
|
|
37944
38055
|
}
|
|
37945
38056
|
}
|
|
37946
|
-
|
|
37947
|
-
if (subtype === "block") {
|
|
37948
|
-
return `https://explorer.solana.com/block/${hash2}`;
|
|
37949
|
-
} else if (subtype === "address") {
|
|
37950
|
-
return `https://explorer.solana.com/address/${hash2}`;
|
|
37951
|
-
} else {
|
|
37952
|
-
return `https://explorer.solana.io/tx/${hash2}`;
|
|
37953
|
-
}
|
|
37954
|
-
}
|
|
37955
|
-
if (chainName.startsWith("Sui ")) {
|
|
37956
|
-
if (subtype === "block") {
|
|
37957
|
-
return `https://suivision.xyz/checkpoint/${hash2}`;
|
|
37958
|
-
} else if (subtype === "address") {
|
|
37959
|
-
return `https://suivision.xyz/account/${hash2}`;
|
|
37960
|
-
} else {
|
|
37961
|
-
return `https://suivision.xyz/txblock/${hash2}`;
|
|
37962
|
-
}
|
|
37963
|
-
}
|
|
37964
|
-
return void 0;
|
|
38057
|
+
return chainId || "";
|
|
37965
38058
|
}
|
|
37966
|
-
exports.
|
|
38059
|
+
exports.getChainName = getChainName;
|
|
37967
38060
|
}
|
|
37968
38061
|
});
|
|
37969
38062
|
|
|
37970
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.
|
|
38063
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/index.js
|
|
37971
38064
|
var require_dist = __commonJS({
|
|
37972
|
-
"../../node_modules/.pnpm/@sentio+chain@3.
|
|
38065
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.7/node_modules/@sentio/chain/dist/index.js"(exports) {
|
|
37973
38066
|
"use strict";
|
|
37974
38067
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37975
38068
|
if (k2 === void 0) k2 = k;
|
|
@@ -59978,4 +60071,4 @@ long/umd/index.js:
|
|
|
59978
60071
|
@noble/curves/esm/secp256k1.js:
|
|
59979
60072
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
59980
60073
|
*/
|
|
59981
|
-
//# sourceMappingURL=chunk-
|
|
60074
|
+
//# sourceMappingURL=chunk-XO4AFKZ6.js.map
|