@subwallet/chain-list 0.2.44 → 0.2.45

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.
@@ -503,6 +503,8 @@
503
503
  "dentnet-native-dentx": "https://chain-list-assets.subwallet.app/assets/chain-assets/dentnet-native-dentx.png",
504
504
  "dentnet-local-dent": "https://chain-list-assets.subwallet.app/assets/chain-assets/dentnet-local-dent.png",
505
505
  "phykentest-native-ken": "https://chain-list-assets.subwallet.app/assets/chain-assets/phykentest-native-ken.png",
506
+ "creditcointestevm-native-ctc": "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcointestevm-native-ctc.png",
507
+ "astarzkevm-native-eth": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarzkevm-native-eth.png",
506
508
  "eth-ethereum": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/eth-ethereum.png",
507
509
  "ibtc-interbtc": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/ibtc-interbtc.png",
508
510
  "glmr-moonbeam": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/glmr-moonbeam.png",
@@ -9024,6 +9026,34 @@
9024
9026
  multiChainAsset: null,
9025
9027
  hasValue: false,
9026
9028
  icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/phykentest-native-ken.png"
9029
+ },
9030
+ "creditcoinTestEvm-NATIVE-CTC": {
9031
+ originChain: "creditcoinTestEvm",
9032
+ slug: "creditcoinTestEvm-NATIVE-CTC",
9033
+ name: "Creditcoin3 Testnet",
9034
+ symbol: "CTC",
9035
+ decimals: 18,
9036
+ priceId: null,
9037
+ minAmount: "0",
9038
+ assetType: "NATIVE",
9039
+ metadata: null,
9040
+ multiChainAsset: null,
9041
+ hasValue: false,
9042
+ icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcointestevm-native-ctc.png"
9043
+ },
9044
+ "astarZkEvm-NATIVE-ETH": {
9045
+ originChain: "astarZkEvm",
9046
+ slug: "astarZkEvm-NATIVE-ETH",
9047
+ name: "Ethereum",
9048
+ symbol: "ETH",
9049
+ decimals: 18,
9050
+ priceId: "ethereum",
9051
+ minAmount: "0",
9052
+ assetType: "NATIVE",
9053
+ metadata: null,
9054
+ multiChainAsset: "ETH-Ethereum",
9055
+ hasValue: true,
9056
+ icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/astarzkevm-native-eth.png"
9027
9057
  }
9028
9058
  };
9029
9059
 
@@ -16790,6 +16820,48 @@
16790
16820
  },
16791
16821
  extraInfo: null
16792
16822
  };
16823
+ var creditcoinTestEvm$1 = {
16824
+ slug: "creditcoinTestEvm",
16825
+ name: "Creditcoin Testnet - EVM",
16826
+ isTestnet: true,
16827
+ chainStatus: "ACTIVE",
16828
+ icon: "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
16829
+ providers: {
16830
+ "Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
16831
+ },
16832
+ evmInfo: {
16833
+ evmChainId: 102031,
16834
+ blockExplorer: null,
16835
+ existentialDeposit: null,
16836
+ symbol: "CTC",
16837
+ decimals: 18,
16838
+ supportSmartContract: null,
16839
+ abiExplorer: null
16840
+ },
16841
+ substrateInfo: null,
16842
+ extraInfo: null
16843
+ };
16844
+ var astarZkEvm$1 = {
16845
+ slug: "astarZkEvm",
16846
+ name: "Astar zkEVM",
16847
+ isTestnet: false,
16848
+ chainStatus: "ACTIVE",
16849
+ icon: "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
16850
+ providers: {
16851
+ Dwellir: "https://astar-zkevm-rpc.dwellir.com"
16852
+ },
16853
+ evmInfo: {
16854
+ evmChainId: 3776,
16855
+ blockExplorer: "https://astar-zkevm.explorer.startale.com/",
16856
+ existentialDeposit: "0",
16857
+ symbol: "ETH",
16858
+ decimals: 18,
16859
+ supportSmartContract: null,
16860
+ abiExplorer: "https://astar-zkevm.explorer.startale.com/"
16861
+ },
16862
+ substrateInfo: null,
16863
+ extraInfo: null
16864
+ };
16793
16865
  const _ChainInfoMap = {
16794
16866
  polkadot: polkadot$1,
16795
16867
  kusama: kusama$1,
@@ -17039,7 +17111,9 @@
17039
17111
  chainflip_dot: chainflip_dot$1,
17040
17112
  tangleTest: tangleTest$1,
17041
17113
  dentnet: dentnet$1,
17042
- phykenTest: phykenTest$1
17114
+ phykenTest: phykenTest$1,
17115
+ creditcoinTestEvm: creditcoinTestEvm$1,
17116
+ astarZkEvm: astarZkEvm$1
17043
17117
  };
17044
17118
 
17045
17119
  var polkadot = "https://chain-list-assets.subwallet.app/assets/chains/polkadot.png";
@@ -17259,6 +17333,8 @@
17259
17333
  var tangleTest = "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png";
17260
17334
  var dentnet = "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png";
17261
17335
  var phykenTest = "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png";
17336
+ var creditcoinTestEvm = "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png";
17337
+ var astarZkEvm = "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png";
17262
17338
  const _ChainLogoMap = {
17263
17339
  "default": "https://chain-list-assets.subwallet.app/assets/default.png",
17264
17340
  polkadot: polkadot,
@@ -17479,6 +17555,8 @@
17479
17555
  tangleTest: tangleTest,
17480
17556
  dentnet: dentnet,
17481
17557
  phykenTest: phykenTest,
17558
+ creditcoinTestEvm: creditcoinTestEvm,
17559
+ astarZkEvm: astarZkEvm,
17482
17560
  "custom-Substrate-gosnetwork": "https://chain-list-assets.subwallet.app/assets/custom-chains/gos_37cd7c233c.png",
17483
17561
  "custom-Substrate-gosspectral": "https://chain-list-assets.subwallet.app/assets/custom-chains/gos_37cd7c233c.png"
17484
17562
  };
@@ -495,6 +495,8 @@
495
495
  "dentnet-native-dentx": "https://chain-list-assets.subwallet.app/assets/chain-assets/dentnet-native-dentx.png",
496
496
  "dentnet-local-dent": "https://chain-list-assets.subwallet.app/assets/chain-assets/dentnet-local-dent.png",
497
497
  "phykentest-native-ken": "https://chain-list-assets.subwallet.app/assets/chain-assets/phykentest-native-ken.png",
498
+ "creditcointestevm-native-ctc": "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcointestevm-native-ctc.png",
499
+ "astarzkevm-native-eth": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarzkevm-native-eth.png",
498
500
  "eth-ethereum": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/eth-ethereum.png",
499
501
  "ibtc-interbtc": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/ibtc-interbtc.png",
500
502
  "glmr-moonbeam": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/glmr-moonbeam.png",
@@ -7960,5 +7960,33 @@
7960
7960
  "multiChainAsset": null,
7961
7961
  "hasValue": false,
7962
7962
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/phykentest-native-ken.png"
7963
+ },
7964
+ "creditcoinTestEvm-NATIVE-CTC": {
7965
+ "originChain": "creditcoinTestEvm",
7966
+ "slug": "creditcoinTestEvm-NATIVE-CTC",
7967
+ "name": "Creditcoin3 Testnet",
7968
+ "symbol": "CTC",
7969
+ "decimals": 18,
7970
+ "priceId": null,
7971
+ "minAmount": "0",
7972
+ "assetType": "NATIVE",
7973
+ "metadata": null,
7974
+ "multiChainAsset": null,
7975
+ "hasValue": false,
7976
+ "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcointestevm-native-ctc.png"
7977
+ },
7978
+ "astarZkEvm-NATIVE-ETH": {
7979
+ "originChain": "astarZkEvm",
7980
+ "slug": "astarZkEvm-NATIVE-ETH",
7981
+ "name": "Ethereum",
7982
+ "symbol": "ETH",
7983
+ "decimals": 18,
7984
+ "priceId": "ethereum",
7985
+ "minAmount": "0",
7986
+ "assetType": "NATIVE",
7987
+ "metadata": null,
7988
+ "multiChainAsset": "ETH-Ethereum",
7989
+ "hasValue": true,
7990
+ "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarzkevm-native-eth.png"
7963
7991
  }
7964
7992
  }
@@ -7632,5 +7632,47 @@
7632
7632
  "crowdloanFunds": []
7633
7633
  },
7634
7634
  "extraInfo": null
7635
+ },
7636
+ "creditcoinTestEvm": {
7637
+ "slug": "creditcoinTestEvm",
7638
+ "name": "Creditcoin Testnet - EVM",
7639
+ "isTestnet": true,
7640
+ "chainStatus": "ACTIVE",
7641
+ "icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
7642
+ "providers": {
7643
+ "Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
7644
+ },
7645
+ "evmInfo": {
7646
+ "evmChainId": 102031,
7647
+ "blockExplorer": null,
7648
+ "existentialDeposit": null,
7649
+ "symbol": "CTC",
7650
+ "decimals": 18,
7651
+ "supportSmartContract": null,
7652
+ "abiExplorer": null
7653
+ },
7654
+ "substrateInfo": null,
7655
+ "extraInfo": null
7656
+ },
7657
+ "astarZkEvm": {
7658
+ "slug": "astarZkEvm",
7659
+ "name": "Astar zkEVM",
7660
+ "isTestnet": false,
7661
+ "chainStatus": "ACTIVE",
7662
+ "icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
7663
+ "providers": {
7664
+ "Dwellir": "https://astar-zkevm-rpc.dwellir.com"
7665
+ },
7666
+ "evmInfo": {
7667
+ "evmChainId": 3776,
7668
+ "blockExplorer": "https://astar-zkevm.explorer.startale.com/",
7669
+ "existentialDeposit": "0",
7670
+ "symbol": "ETH",
7671
+ "decimals": 18,
7672
+ "supportSmartContract": null,
7673
+ "abiExplorer": "https://astar-zkevm.explorer.startale.com/"
7674
+ },
7675
+ "substrateInfo": null,
7676
+ "extraInfo": null
7635
7677
  }
7636
7678
  }
@@ -218,6 +218,8 @@
218
218
  "tangleTest": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
219
219
  "dentnet": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
220
220
  "phykenTest": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
221
+ "creditcoinTestEvm": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
222
+ "astarZkEvm": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
221
223
  "custom-Substrate-gosnetwork": "https://chain-list-assets.subwallet.app/assets/custom-chains/gos_37cd7c233c.png",
222
224
  "custom-Substrate-gosspectral": "https://chain-list-assets.subwallet.app/assets/custom-chains/gos_37cd7c233c.png"
223
225
  }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.44'
16
+ version: '0.2.45'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -495,6 +495,8 @@
495
495
  "dentnet-native-dentx": "https://chain-list-assets.subwallet.app/assets/chain-assets/dentnet-native-dentx.png",
496
496
  "dentnet-local-dent": "https://chain-list-assets.subwallet.app/assets/chain-assets/dentnet-local-dent.png",
497
497
  "phykentest-native-ken": "https://chain-list-assets.subwallet.app/assets/chain-assets/phykentest-native-ken.png",
498
+ "creditcointestevm-native-ctc": "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcointestevm-native-ctc.png",
499
+ "astarzkevm-native-eth": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarzkevm-native-eth.png",
498
500
  "eth-ethereum": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/eth-ethereum.png",
499
501
  "ibtc-interbtc": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/ibtc-interbtc.png",
500
502
  "glmr-moonbeam": "https://chain-list-assets.subwallet.app/assets/multi-chain-assets/glmr-moonbeam.png",
@@ -7960,5 +7960,33 @@
7960
7960
  "multiChainAsset": null,
7961
7961
  "hasValue": false,
7962
7962
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/phykentest-native-ken.png"
7963
+ },
7964
+ "creditcoinTestEvm-NATIVE-CTC": {
7965
+ "originChain": "creditcoinTestEvm",
7966
+ "slug": "creditcoinTestEvm-NATIVE-CTC",
7967
+ "name": "Creditcoin3 Testnet",
7968
+ "symbol": "CTC",
7969
+ "decimals": 18,
7970
+ "priceId": null,
7971
+ "minAmount": "0",
7972
+ "assetType": "NATIVE",
7973
+ "metadata": null,
7974
+ "multiChainAsset": null,
7975
+ "hasValue": false,
7976
+ "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/creditcointestevm-native-ctc.png"
7977
+ },
7978
+ "astarZkEvm-NATIVE-ETH": {
7979
+ "originChain": "astarZkEvm",
7980
+ "slug": "astarZkEvm-NATIVE-ETH",
7981
+ "name": "Ethereum",
7982
+ "symbol": "ETH",
7983
+ "decimals": 18,
7984
+ "priceId": "ethereum",
7985
+ "minAmount": "0",
7986
+ "assetType": "NATIVE",
7987
+ "metadata": null,
7988
+ "multiChainAsset": "ETH-Ethereum",
7989
+ "hasValue": true,
7990
+ "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/astarzkevm-native-eth.png"
7963
7991
  }
7964
7992
  }
@@ -7632,5 +7632,47 @@
7632
7632
  "crowdloanFunds": []
7633
7633
  },
7634
7634
  "extraInfo": null
7635
+ },
7636
+ "creditcoinTestEvm": {
7637
+ "slug": "creditcoinTestEvm",
7638
+ "name": "Creditcoin Testnet - EVM",
7639
+ "isTestnet": true,
7640
+ "chainStatus": "ACTIVE",
7641
+ "icon": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
7642
+ "providers": {
7643
+ "Creditcoin Testnet EVM": "https://rpc.cc3-testnet.creditcoin.network/"
7644
+ },
7645
+ "evmInfo": {
7646
+ "evmChainId": 102031,
7647
+ "blockExplorer": null,
7648
+ "existentialDeposit": null,
7649
+ "symbol": "CTC",
7650
+ "decimals": 18,
7651
+ "supportSmartContract": null,
7652
+ "abiExplorer": null
7653
+ },
7654
+ "substrateInfo": null,
7655
+ "extraInfo": null
7656
+ },
7657
+ "astarZkEvm": {
7658
+ "slug": "astarZkEvm",
7659
+ "name": "Astar zkEVM",
7660
+ "isTestnet": false,
7661
+ "chainStatus": "ACTIVE",
7662
+ "icon": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
7663
+ "providers": {
7664
+ "Dwellir": "https://astar-zkevm-rpc.dwellir.com"
7665
+ },
7666
+ "evmInfo": {
7667
+ "evmChainId": 3776,
7668
+ "blockExplorer": "https://astar-zkevm.explorer.startale.com/",
7669
+ "existentialDeposit": "0",
7670
+ "symbol": "ETH",
7671
+ "decimals": 18,
7672
+ "supportSmartContract": null,
7673
+ "abiExplorer": "https://astar-zkevm.explorer.startale.com/"
7674
+ },
7675
+ "substrateInfo": null,
7676
+ "extraInfo": null
7635
7677
  }
7636
7678
  }
@@ -218,6 +218,8 @@
218
218
  "tangleTest": "https://chain-list-assets.subwallet.app/assets/chains/tangletest.png",
219
219
  "dentnet": "https://chain-list-assets.subwallet.app/assets/chains/dentnet.png",
220
220
  "phykenTest": "https://chain-list-assets.subwallet.app/assets/chains/phykentest.png",
221
+ "creditcoinTestEvm": "https://chain-list-assets.subwallet.app/assets/chains/creditcointestevm.png",
222
+ "astarZkEvm": "https://chain-list-assets.subwallet.app/assets/chains/astarzkevm.png",
221
223
  "custom-Substrate-gosnetwork": "https://chain-list-assets.subwallet.app/assets/custom-chains/gos_37cd7c233c.png",
222
224
  "custom-Substrate-gosspectral": "https://chain-list-assets.subwallet.app/assets/custom-chains/gos_37cd7c233c.png"
223
225
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.44",
23
+ "version": "0.2.45",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.2.44'
10
+ version: '0.2.45'
11
11
  };