@subwallet/chain-list 0.2.8-beta.0 → 0.2.9-beta.0

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.
@@ -280,7 +280,10 @@
280
280
  var qusdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qusdt.png";
281
281
  var qkbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qkbtc.png";
282
282
  var qksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png";
283
+ var krest = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png";
284
+ var panx = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png";
283
285
  var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
286
+ var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
284
287
  const _AssetLogoMap = {
285
288
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
286
289
  dot: dot,
@@ -564,7 +567,10 @@
564
567
  qusdt: qusdt,
565
568
  qkbtc: qkbtc,
566
569
  qksm: qksm,
567
- cp: cp
570
+ krest: krest,
571
+ panx: panx,
572
+ cp: cp,
573
+ zpf: zpf
568
574
  };
569
575
 
570
576
  const _AssetRefMap = {
@@ -7581,6 +7587,36 @@
7581
7587
  multiChainAsset: null,
7582
7588
  hasValue: true,
7583
7589
  icon: "qusdt.png"
7590
+ },
7591
+ "krest_network-NATIVE-KREST": {
7592
+ originChain: "krest_network",
7593
+ slug: "krest_network-NATIVE-KREST",
7594
+ name: "Krest",
7595
+ symbol: "KREST",
7596
+ decimals: 18,
7597
+ priceId: null,
7598
+ minAmount: "500",
7599
+ assetType: "NATIVE",
7600
+ metadata: null,
7601
+ multiChainAsset: null,
7602
+ hasValue: true,
7603
+ icon: "krest-token.png"
7604
+ },
7605
+ "aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ": {
7606
+ originChain: "aleph",
7607
+ slug: "aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ",
7608
+ name: "Panorama Swap Token",
7609
+ symbol: "PANX",
7610
+ decimals: 12,
7611
+ priceId: null,
7612
+ minAmount: "0",
7613
+ assetType: "PSP22",
7614
+ metadata: {
7615
+ contractAddress: "5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ"
7616
+ },
7617
+ multiChainAsset: null,
7618
+ hasValue: true,
7619
+ icon: "panx.png"
7584
7620
  }
7585
7621
  };
7586
7622
 
@@ -8787,7 +8823,7 @@
8787
8823
  decimals: 18,
8788
8824
  hasNativeNft: false,
8789
8825
  supportSmartContract: null,
8790
- supportStaking: false
8826
+ supportStaking: true
8791
8827
  },
8792
8828
  evmInfo: null,
8793
8829
  icon: "edgeware.png"
@@ -11709,7 +11745,7 @@
11709
11745
  symbol: "AVL",
11710
11746
  existentialDeposit: "10000000000000",
11711
11747
  decimals: 18,
11712
- supportStaking: false,
11748
+ supportStaking: true,
11713
11749
  hasNativeNft: false,
11714
11750
  supportSmartContract: null,
11715
11751
  blockExplorer: null
@@ -11824,6 +11860,31 @@
11824
11860
  },
11825
11861
  icon: "ftm.png"
11826
11862
  };
11863
+ var krest_network$1 = {
11864
+ slug: "krest_network",
11865
+ name: "Krest Network",
11866
+ isTestnet: false,
11867
+ chainStatus: "ACTIVE",
11868
+ providers: {
11869
+ Peaq: "wss://wss-krest.peaq.network/"
11870
+ },
11871
+ substrateInfo: {
11872
+ paraId: 2241,
11873
+ relaySlug: "kusama",
11874
+ genesisHash: "0xb3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c",
11875
+ addressPrefix: 42,
11876
+ chainType: "PARACHAIN",
11877
+ symbol: "KREST",
11878
+ existentialDeposit: "500",
11879
+ decimals: 18,
11880
+ supportStaking: true,
11881
+ hasNativeNft: false,
11882
+ supportSmartContract: null,
11883
+ blockExplorer: "https://krest.subscan.io/"
11884
+ },
11885
+ evmInfo: null,
11886
+ icon: "krest.png"
11887
+ };
11827
11888
  const _ChainInfoMap = {
11828
11889
  polkadot: polkadot$1,
11829
11890
  kusama: kusama$1,
@@ -12009,7 +12070,8 @@
12009
12070
  bridgeHubPolkadot: bridgeHubPolkadot$1,
12010
12071
  bridgeHubKusama: bridgeHubKusama$1,
12011
12072
  fantom: fantom$1,
12012
- fantom_testnet: fantom_testnet$1
12073
+ fantom_testnet: fantom_testnet$1,
12074
+ krest_network: krest_network$1
12013
12075
  };
12014
12076
 
12015
12077
  var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
@@ -12172,6 +12234,7 @@
12172
12234
  var bridgeHubKusama = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png";
12173
12235
  var fantom = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png";
12174
12236
  var fantom_testnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png";
12237
+ var krest_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png";
12175
12238
  const _ChainLogoMap = {
12176
12239
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
12177
12240
  polkadot: polkadot,
@@ -12334,7 +12397,8 @@
12334
12397
  bridgeHubPolkadot: bridgeHubPolkadot,
12335
12398
  bridgeHubKusama: bridgeHubKusama,
12336
12399
  fantom: fantom,
12337
- fantom_testnet: fantom_testnet
12400
+ fantom_testnet: fantom_testnet,
12401
+ krest_network: krest_network
12338
12402
  };
12339
12403
 
12340
12404
  const _MultiChainAssetMap = {
@@ -281,5 +281,8 @@
281
281
  "qusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qusdt.png",
282
282
  "qkbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qkbtc.png",
283
283
  "qksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png",
284
- "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png"
284
+ "krest": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png",
285
+ "panx": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png",
286
+ "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
287
+ "zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
285
288
  }
@@ -6752,5 +6752,35 @@
6752
6752
  "multiChainAsset": null,
6753
6753
  "hasValue": true,
6754
6754
  "icon": "qusdt.png"
6755
+ },
6756
+ "krest_network-NATIVE-KREST": {
6757
+ "originChain": "krest_network",
6758
+ "slug": "krest_network-NATIVE-KREST",
6759
+ "name": "Krest",
6760
+ "symbol": "KREST",
6761
+ "decimals": 18,
6762
+ "priceId": null,
6763
+ "minAmount": "500",
6764
+ "assetType": "NATIVE",
6765
+ "metadata": null,
6766
+ "multiChainAsset": null,
6767
+ "hasValue": true,
6768
+ "icon": "krest-token.png"
6769
+ },
6770
+ "aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ": {
6771
+ "originChain": "aleph",
6772
+ "slug": "aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ",
6773
+ "name": "Panorama Swap Token",
6774
+ "symbol": "PANX",
6775
+ "decimals": 12,
6776
+ "priceId": null,
6777
+ "minAmount": "0",
6778
+ "assetType": "PSP22",
6779
+ "metadata": {
6780
+ "contractAddress": "5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ"
6781
+ },
6782
+ "multiChainAsset": null,
6783
+ "hasValue": true,
6784
+ "icon": "panx.png"
6755
6785
  }
6756
6786
  }
@@ -1202,7 +1202,7 @@
1202
1202
  "decimals": 18,
1203
1203
  "hasNativeNft": false,
1204
1204
  "supportSmartContract": null,
1205
- "supportStaking": false
1205
+ "supportStaking": true
1206
1206
  },
1207
1207
  "evmInfo": null,
1208
1208
  "icon": "edgeware.png"
@@ -4148,7 +4148,7 @@
4148
4148
  "symbol": "AVL",
4149
4149
  "existentialDeposit": "10000000000000",
4150
4150
  "decimals": 18,
4151
- "supportStaking": false,
4151
+ "supportStaking": true,
4152
4152
  "hasNativeNft": false,
4153
4153
  "supportSmartContract": null,
4154
4154
  "blockExplorer": null
@@ -4262,5 +4262,30 @@
4262
4262
  "abiExplorer": "https://testnet.ftmscan.com"
4263
4263
  },
4264
4264
  "icon": "ftm.png"
4265
+ },
4266
+ "krest_network": {
4267
+ "slug": "krest_network",
4268
+ "name": "Krest Network",
4269
+ "isTestnet": false,
4270
+ "chainStatus": "ACTIVE",
4271
+ "providers": {
4272
+ "Peaq": "wss://wss-krest.peaq.network/"
4273
+ },
4274
+ "substrateInfo": {
4275
+ "paraId": 2241,
4276
+ "relaySlug": "kusama",
4277
+ "genesisHash": "0xb3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c",
4278
+ "addressPrefix": 42,
4279
+ "chainType": "PARACHAIN",
4280
+ "symbol": "KREST",
4281
+ "existentialDeposit": "500",
4282
+ "decimals": 18,
4283
+ "supportStaking": true,
4284
+ "hasNativeNft": false,
4285
+ "supportSmartContract": null,
4286
+ "blockExplorer": "https://krest.subscan.io/"
4287
+ },
4288
+ "evmInfo": null,
4289
+ "icon": "krest.png"
4265
4290
  }
4266
4291
  }
@@ -160,5 +160,6 @@
160
160
  "bridgeHubPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-bridge-hub.png",
161
161
  "bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png",
162
162
  "fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
163
- "fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png"
163
+ "fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
164
+ "krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png"
164
165
  }
@@ -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.8-beta.0'
16
+ version: '0.2.9-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -281,5 +281,8 @@
281
281
  "qusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qusdt.png",
282
282
  "qkbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qkbtc.png",
283
283
  "qksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png",
284
- "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png"
284
+ "krest": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png",
285
+ "panx": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png",
286
+ "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
287
+ "zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
285
288
  }
@@ -6752,5 +6752,35 @@
6752
6752
  "multiChainAsset": null,
6753
6753
  "hasValue": true,
6754
6754
  "icon": "qusdt.png"
6755
+ },
6756
+ "krest_network-NATIVE-KREST": {
6757
+ "originChain": "krest_network",
6758
+ "slug": "krest_network-NATIVE-KREST",
6759
+ "name": "Krest",
6760
+ "symbol": "KREST",
6761
+ "decimals": 18,
6762
+ "priceId": null,
6763
+ "minAmount": "500",
6764
+ "assetType": "NATIVE",
6765
+ "metadata": null,
6766
+ "multiChainAsset": null,
6767
+ "hasValue": true,
6768
+ "icon": "krest-token.png"
6769
+ },
6770
+ "aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ": {
6771
+ "originChain": "aleph",
6772
+ "slug": "aleph-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ",
6773
+ "name": "Panorama Swap Token",
6774
+ "symbol": "PANX",
6775
+ "decimals": 12,
6776
+ "priceId": null,
6777
+ "minAmount": "0",
6778
+ "assetType": "PSP22",
6779
+ "metadata": {
6780
+ "contractAddress": "5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ"
6781
+ },
6782
+ "multiChainAsset": null,
6783
+ "hasValue": true,
6784
+ "icon": "panx.png"
6755
6785
  }
6756
6786
  }
@@ -1202,7 +1202,7 @@
1202
1202
  "decimals": 18,
1203
1203
  "hasNativeNft": false,
1204
1204
  "supportSmartContract": null,
1205
- "supportStaking": false
1205
+ "supportStaking": true
1206
1206
  },
1207
1207
  "evmInfo": null,
1208
1208
  "icon": "edgeware.png"
@@ -4148,7 +4148,7 @@
4148
4148
  "symbol": "AVL",
4149
4149
  "existentialDeposit": "10000000000000",
4150
4150
  "decimals": 18,
4151
- "supportStaking": false,
4151
+ "supportStaking": true,
4152
4152
  "hasNativeNft": false,
4153
4153
  "supportSmartContract": null,
4154
4154
  "blockExplorer": null
@@ -4262,5 +4262,30 @@
4262
4262
  "abiExplorer": "https://testnet.ftmscan.com"
4263
4263
  },
4264
4264
  "icon": "ftm.png"
4265
+ },
4266
+ "krest_network": {
4267
+ "slug": "krest_network",
4268
+ "name": "Krest Network",
4269
+ "isTestnet": false,
4270
+ "chainStatus": "ACTIVE",
4271
+ "providers": {
4272
+ "Peaq": "wss://wss-krest.peaq.network/"
4273
+ },
4274
+ "substrateInfo": {
4275
+ "paraId": 2241,
4276
+ "relaySlug": "kusama",
4277
+ "genesisHash": "0xb3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c",
4278
+ "addressPrefix": 42,
4279
+ "chainType": "PARACHAIN",
4280
+ "symbol": "KREST",
4281
+ "existentialDeposit": "500",
4282
+ "decimals": 18,
4283
+ "supportStaking": true,
4284
+ "hasNativeNft": false,
4285
+ "supportSmartContract": null,
4286
+ "blockExplorer": "https://krest.subscan.io/"
4287
+ },
4288
+ "evmInfo": null,
4289
+ "icon": "krest.png"
4265
4290
  }
4266
4291
  }
@@ -160,5 +160,6 @@
160
160
  "bridgeHubPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-bridge-hub.png",
161
161
  "bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png",
162
162
  "fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
163
- "fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png"
163
+ "fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
164
+ "krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png"
164
165
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.8-beta.0",
23
+ "version": "0.2.9-beta.0",
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.8-beta.0'
10
+ version: '0.2.9-beta.0'
11
11
  };