@subwallet/chain-list 0.2.14-beta.3 → 0.2.15-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.
@@ -288,6 +288,7 @@
288
288
  var avax = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
289
289
  var xcastr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png";
290
290
  var sdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
291
+ var nrg = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
291
292
  var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
292
293
  var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
293
294
  const _AssetLogoMap = {
@@ -581,6 +582,7 @@
581
582
  avax: avax,
582
583
  xcastr: xcastr,
583
584
  sdot: sdot,
585
+ nrg: nrg,
584
586
  cp: cp,
585
587
  zpf: zpf
586
588
  };
@@ -7010,7 +7012,7 @@
7010
7012
  name: "Vara",
7011
7013
  symbol: "VARA",
7012
7014
  decimals: 12,
7013
- priceId: null,
7015
+ priceId: "vara-network",
7014
7016
  minAmount: "10000000000000",
7015
7017
  assetType: "NATIVE",
7016
7018
  metadata: null,
@@ -7592,7 +7594,7 @@
7592
7594
  name: "Panorama Swap Token",
7593
7595
  symbol: "PANX",
7594
7596
  decimals: 12,
7595
- priceId: null,
7597
+ priceId: "panorama-swap-token",
7596
7598
  minAmount: "0",
7597
7599
  assetType: "PSP22",
7598
7600
  metadata: {
@@ -7881,6 +7883,22 @@
7881
7883
  multiChainAsset: "USDC-USDCoin",
7882
7884
  hasValue: true,
7883
7885
  icon: "usdc.png"
7886
+ },
7887
+ "astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd": {
7888
+ originChain: "astar",
7889
+ slug: "astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd",
7890
+ name: "Neuroguns",
7891
+ symbol: "NRG",
7892
+ decimals: null,
7893
+ priceId: null,
7894
+ minAmount: null,
7895
+ assetType: "PSP34",
7896
+ metadata: {
7897
+ contractAddress: "aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd"
7898
+ },
7899
+ multiChainAsset: null,
7900
+ hasValue: true,
7901
+ icon: "default.png"
7884
7902
  }
7885
7903
  };
7886
7904
 
@@ -10375,7 +10393,7 @@
10375
10393
  name: "Imbue Kusama",
10376
10394
  chainStatus: "ACTIVE",
10377
10395
  providers: {
10378
- Imbue: "wss://imbue-kusama.imbue.network"
10396
+ Imbue: "wss://kusama.imbuenetwork.com"
10379
10397
  },
10380
10398
  isTestnet: false,
10381
10399
  substrateInfo: {
@@ -11701,7 +11719,7 @@
11701
11719
  substrateInfo: {
11702
11720
  paraId: null,
11703
11721
  relaySlug: null,
11704
- genesisHash: "0x6fbd74e5e1d0a 61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
11722
+ genesisHash: "0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
11705
11723
  addressPrefix: 12,
11706
11724
  chainType: "RELAYCHAIN",
11707
11725
  blockExplorer: "https://polymesh.subscan.io/",
@@ -11935,7 +11953,7 @@
11935
11953
  symbol: "VARA",
11936
11954
  existentialDeposit: "10000000000000",
11937
11955
  decimals: 12,
11938
- supportStaking: false,
11956
+ supportStaking: true,
11939
11957
  hasNativeNft: false,
11940
11958
  supportSmartContract: null,
11941
11959
  blockExplorer: null
@@ -289,6 +289,7 @@
289
289
  "avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
290
290
  "xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
291
291
  "sdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
292
+ "nrg": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
292
293
  "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
293
294
  "zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
294
295
  }
@@ -6163,7 +6163,7 @@
6163
6163
  "name": "Vara",
6164
6164
  "symbol": "VARA",
6165
6165
  "decimals": 12,
6166
- "priceId": null,
6166
+ "priceId": "vara-network",
6167
6167
  "minAmount": "10000000000000",
6168
6168
  "assetType": "NATIVE",
6169
6169
  "metadata": null,
@@ -6745,7 +6745,7 @@
6745
6745
  "name": "Panorama Swap Token",
6746
6746
  "symbol": "PANX",
6747
6747
  "decimals": 12,
6748
- "priceId": null,
6748
+ "priceId": "panorama-swap-token",
6749
6749
  "minAmount": "0",
6750
6750
  "assetType": "PSP22",
6751
6751
  "metadata": {
@@ -7034,5 +7034,21 @@
7034
7034
  "multiChainAsset": "USDC-USDCoin",
7035
7035
  "hasValue": true,
7036
7036
  "icon": "usdc.png"
7037
+ },
7038
+ "astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd": {
7039
+ "originChain": "astar",
7040
+ "slug": "astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd",
7041
+ "name": "Neuroguns",
7042
+ "symbol": "NRG",
7043
+ "decimals": null,
7044
+ "priceId": null,
7045
+ "minAmount": null,
7046
+ "assetType": "PSP34",
7047
+ "metadata": {
7048
+ "contractAddress": "aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd"
7049
+ },
7050
+ "multiChainAsset": null,
7051
+ "hasValue": true,
7052
+ "icon": "default.png"
7037
7053
  }
7038
7054
  }
@@ -2489,7 +2489,7 @@
2489
2489
  "name": "Imbue Kusama",
2490
2490
  "chainStatus": "ACTIVE",
2491
2491
  "providers": {
2492
- "Imbue": "wss://imbue-kusama.imbue.network"
2492
+ "Imbue": "wss://kusama.imbuenetwork.com"
2493
2493
  },
2494
2494
  "isTestnet": false,
2495
2495
  "substrateInfo": {
@@ -3815,7 +3815,7 @@
3815
3815
  "substrateInfo": {
3816
3816
  "paraId": null,
3817
3817
  "relaySlug": null,
3818
- "genesisHash": "0x6fbd74e5e1d0a 61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
3818
+ "genesisHash": "0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
3819
3819
  "addressPrefix": 12,
3820
3820
  "chainType": "RELAYCHAIN",
3821
3821
  "blockExplorer": "https://polymesh.subscan.io/",
@@ -4074,7 +4074,7 @@
4074
4074
  "symbol": "VARA",
4075
4075
  "existentialDeposit": "10000000000000",
4076
4076
  "decimals": 12,
4077
- "supportStaking": false,
4077
+ "supportStaking": true,
4078
4078
  "hasNativeNft": false,
4079
4079
  "supportSmartContract": null,
4080
4080
  "blockExplorer": null
@@ -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.14-beta.3'
16
+ version: '0.2.15-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -289,6 +289,7 @@
289
289
  "avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
290
290
  "xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
291
291
  "sdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
292
+ "nrg": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
292
293
  "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
293
294
  "zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
294
295
  }
@@ -6163,7 +6163,7 @@
6163
6163
  "name": "Vara",
6164
6164
  "symbol": "VARA",
6165
6165
  "decimals": 12,
6166
- "priceId": null,
6166
+ "priceId": "vara-network",
6167
6167
  "minAmount": "10000000000000",
6168
6168
  "assetType": "NATIVE",
6169
6169
  "metadata": null,
@@ -6745,7 +6745,7 @@
6745
6745
  "name": "Panorama Swap Token",
6746
6746
  "symbol": "PANX",
6747
6747
  "decimals": 12,
6748
- "priceId": null,
6748
+ "priceId": "panorama-swap-token",
6749
6749
  "minAmount": "0",
6750
6750
  "assetType": "PSP22",
6751
6751
  "metadata": {
@@ -7034,5 +7034,21 @@
7034
7034
  "multiChainAsset": "USDC-USDCoin",
7035
7035
  "hasValue": true,
7036
7036
  "icon": "usdc.png"
7037
+ },
7038
+ "astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd": {
7039
+ "originChain": "astar",
7040
+ "slug": "astar-PSP34-Neuroguns-aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd",
7041
+ "name": "Neuroguns",
7042
+ "symbol": "NRG",
7043
+ "decimals": null,
7044
+ "priceId": null,
7045
+ "minAmount": null,
7046
+ "assetType": "PSP34",
7047
+ "metadata": {
7048
+ "contractAddress": "aZ9bd2tHeGKrs3FnJv5oe7kgVrP5GQvdJMhC2GxjXA2Yqbd"
7049
+ },
7050
+ "multiChainAsset": null,
7051
+ "hasValue": true,
7052
+ "icon": "default.png"
7037
7053
  }
7038
7054
  }
@@ -2489,7 +2489,7 @@
2489
2489
  "name": "Imbue Kusama",
2490
2490
  "chainStatus": "ACTIVE",
2491
2491
  "providers": {
2492
- "Imbue": "wss://imbue-kusama.imbue.network"
2492
+ "Imbue": "wss://kusama.imbuenetwork.com"
2493
2493
  },
2494
2494
  "isTestnet": false,
2495
2495
  "substrateInfo": {
@@ -3815,7 +3815,7 @@
3815
3815
  "substrateInfo": {
3816
3816
  "paraId": null,
3817
3817
  "relaySlug": null,
3818
- "genesisHash": "0x6fbd74e5e1d0a 61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
3818
+ "genesisHash": "0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063",
3819
3819
  "addressPrefix": 12,
3820
3820
  "chainType": "RELAYCHAIN",
3821
3821
  "blockExplorer": "https://polymesh.subscan.io/",
@@ -4074,7 +4074,7 @@
4074
4074
  "symbol": "VARA",
4075
4075
  "existentialDeposit": "10000000000000",
4076
4076
  "decimals": 12,
4077
- "supportStaking": false,
4077
+ "supportStaking": true,
4078
4078
  "hasNativeNft": false,
4079
4079
  "supportSmartContract": null,
4080
4080
  "blockExplorer": null
Binary file
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.14-beta.3",
23
+ "version": "0.2.15-beta.0",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -136,6 +136,7 @@
136
136
  "./logo/bit.country-pioneer.png": "./logo/bit.country-pioneer.png",
137
137
  "./logo/bit.png": "./logo/bit.png",
138
138
  "./logo/bitgreen.png": "./logo/bitgreen.png",
139
+ "./logo/bittensor.png": "./logo/bittensor.png",
139
140
  "./logo/blockchain-monster-hunt.png": "./logo/blockchain-monster-hunt.png",
140
141
  "./logo/blockdaemon.png": "./logo/blockdaemon.png",
141
142
  "./logo/blockscout-blockchain-explorer.png": "./logo/blockscout-blockchain-explorer.png",
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.14-beta.3'
10
+ version: '0.2.15-beta.0'
11
11
  };