@subwallet/chain-list 0.2.2-beta.0 → 0.2.2-beta.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.
@@ -265,6 +265,7 @@
265
265
  var usagii = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
266
266
  var avl = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png";
267
267
  var inw = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/inw.png";
268
+ var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
268
269
  const _AssetLogoMap = {
269
270
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
270
271
  dot: dot,
@@ -526,7 +527,8 @@
526
527
  serpenators: serpenators,
527
528
  usagii: usagii,
528
529
  avl: avl,
529
- inw: inw
530
+ inw: inw,
531
+ cp: cp
530
532
  };
531
533
 
532
534
  const _AssetRefMap = {
@@ -6855,6 +6857,34 @@
6855
6857
  multiChainAsset: null,
6856
6858
  hasValue: true,
6857
6859
  icon: "inw.png"
6860
+ },
6861
+ "bridgeHubPolkadot-NATIVE-DOT": {
6862
+ originChain: "bridgeHubPolkadot",
6863
+ slug: "bridgeHubPolkadot-NATIVE-DOT",
6864
+ name: "DOT",
6865
+ symbol: "DOT",
6866
+ decimals: 10,
6867
+ priceId: "polkadot",
6868
+ minAmount: "1000000000",
6869
+ assetType: "NATIVE",
6870
+ metadata: null,
6871
+ multiChainAsset: "DOT-Polkadot",
6872
+ hasValue: true,
6873
+ icon: "polkadot.png"
6874
+ },
6875
+ "bridgeHubKusama-NATIVE-KSM": {
6876
+ originChain: "bridgeHubKusama",
6877
+ slug: "bridgeHubKusama-NATIVE-KSM",
6878
+ name: "KSM",
6879
+ symbol: "KSM",
6880
+ decimals: 12,
6881
+ priceId: "kusama",
6882
+ minAmount: "33333333",
6883
+ assetType: "NATIVE",
6884
+ metadata: null,
6885
+ multiChainAsset: "KSM-Kusama",
6886
+ hasValue: true,
6887
+ icon: "kusama.png"
6858
6888
  }
6859
6889
  };
6860
6890
 
@@ -10184,7 +10214,7 @@
10184
10214
  blockExplorer: null
10185
10215
  },
10186
10216
  evmInfo: null,
10187
- icon: "collectives.png"
10217
+ icon: "polkadot-collectives.png"
10188
10218
  };
10189
10219
  var ajunaPolkadot$1 = {
10190
10220
  slug: "ajunaPolkadot",
@@ -10964,6 +10994,60 @@
10964
10994
  evmInfo: null,
10965
10995
  icon: "kate.png"
10966
10996
  };
10997
+ var bridgeHubPolkadot$1 = {
10998
+ slug: "bridgeHubPolkadot",
10999
+ name: "Polkadot Bridge Hub",
11000
+ isTestnet: false,
11001
+ chainStatus: "ACTIVE",
11002
+ providers: {
11003
+ Parity: "wss://polkadot-bridge-hub-rpc.polkadot.io",
11004
+ Stakeworld: "wss://dot-rpc.stakeworld.io/bridgehub"
11005
+ },
11006
+ substrateInfo: {
11007
+ paraId: 1002,
11008
+ relaySlug: "polkadot",
11009
+ genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
11010
+ addressPrefix: 0,
11011
+ chainType: "PARACHAIN",
11012
+ symbol: "DOT",
11013
+ existentialDeposit: "1000000000",
11014
+ decimals: 10,
11015
+ supportStaking: false,
11016
+ hasNativeNft: false,
11017
+ supportSmartContract: null,
11018
+ blockExplorer: null
11019
+ },
11020
+ evmInfo: null,
11021
+ icon: "polkadot-bridge-hub.png"
11022
+ };
11023
+ var bridgeHubKusama$1 = {
11024
+ slug: "bridgeHubKusama",
11025
+ name: "Kusama Bridge Hub",
11026
+ isTestnet: false,
11027
+ chainStatus: "ACTIVE",
11028
+ providers: {
11029
+ Parity: "wss://kusama-bridge-hub-rpc.polkadot.io",
11030
+ Stakeworld: "wss://ksm-rpc.stakeworld.io/bridgehub",
11031
+ "IBP-GeoDNS1": "wss://sys.ibp.network/bridgehub-kusama",
11032
+ "IBP-GeoDNS2": "wss://sys.dotters.network/bridgehub-kusama"
11033
+ },
11034
+ substrateInfo: {
11035
+ paraId: 1002,
11036
+ relaySlug: "kusama",
11037
+ genesisHash: "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
11038
+ addressPrefix: 2,
11039
+ chainType: "PARACHAIN",
11040
+ symbol: "KSM",
11041
+ existentialDeposit: "33333333",
11042
+ decimals: 12,
11043
+ supportStaking: false,
11044
+ hasNativeNft: false,
11045
+ supportSmartContract: null,
11046
+ blockExplorer: null
11047
+ },
11048
+ evmInfo: null,
11049
+ icon: "kusama-bridge-hub.png"
11050
+ };
10967
11051
  const _ChainInfoMap = {
10968
11052
  polkadot: polkadot$1,
10969
11053
  kusama: kusama$1,
@@ -11144,7 +11228,9 @@
11144
11228
  aventus_testnet: aventus_testnet$1,
11145
11229
  vara_network: vara_network$1,
11146
11230
  snow_evm: snow_evm$1,
11147
- kate: kate$1
11231
+ kate: kate$1,
11232
+ bridgeHubPolkadot: bridgeHubPolkadot$1,
11233
+ bridgeHubKusama: bridgeHubKusama$1
11148
11234
  };
11149
11235
 
11150
11236
  var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
@@ -11270,7 +11356,7 @@
11270
11356
  var deBio = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dbio.png";
11271
11357
  var barnacle = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/barnacle.png";
11272
11358
  var barnacle_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/barnacle.png";
11273
- var collectives = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/collectives.png";
11359
+ var collectives = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-collectives.png";
11274
11360
  var ajunaPolkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ajuna-network.png";
11275
11361
  var bitgreen = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bitgreen.png";
11276
11362
  var frequency = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/frequency.png";
@@ -11302,6 +11388,8 @@
11302
11388
  var vara_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png";
11303
11389
  var snow_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/snow-network.png";
11304
11390
  var kate = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png";
11391
+ var bridgeHubPolkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-bridge-hub.png";
11392
+ var bridgeHubKusama = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png";
11305
11393
  const _ChainLogoMap = {
11306
11394
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
11307
11395
  polkadot: polkadot,
@@ -11459,7 +11547,9 @@
11459
11547
  aventus_testnet: aventus_testnet,
11460
11548
  vara_network: vara_network,
11461
11549
  snow_evm: snow_evm,
11462
- kate: kate
11550
+ kate: kate,
11551
+ bridgeHubPolkadot: bridgeHubPolkadot,
11552
+ bridgeHubKusama: bridgeHubKusama
11463
11553
  };
11464
11554
 
11465
11555
  const _MultiChainAssetMap = {
@@ -259,5 +259,6 @@
259
259
  "serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
260
260
  "usagii": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
261
261
  "avl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png",
262
- "inw": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/inw.png"
262
+ "inw": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/inw.png",
263
+ "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png"
263
264
  }
@@ -6062,5 +6062,33 @@
6062
6062
  "multiChainAsset": null,
6063
6063
  "hasValue": true,
6064
6064
  "icon": "inw.png"
6065
+ },
6066
+ "bridgeHubPolkadot-NATIVE-DOT": {
6067
+ "originChain": "bridgeHubPolkadot",
6068
+ "slug": "bridgeHubPolkadot-NATIVE-DOT",
6069
+ "name": "DOT",
6070
+ "symbol": "DOT",
6071
+ "decimals": 10,
6072
+ "priceId": "polkadot",
6073
+ "minAmount": "1000000000",
6074
+ "assetType": "NATIVE",
6075
+ "metadata": null,
6076
+ "multiChainAsset": "DOT-Polkadot",
6077
+ "hasValue": true,
6078
+ "icon": "polkadot.png"
6079
+ },
6080
+ "bridgeHubKusama-NATIVE-KSM": {
6081
+ "originChain": "bridgeHubKusama",
6082
+ "slug": "bridgeHubKusama-NATIVE-KSM",
6083
+ "name": "KSM",
6084
+ "symbol": "KSM",
6085
+ "decimals": 12,
6086
+ "priceId": "kusama",
6087
+ "minAmount": "33333333",
6088
+ "assetType": "NATIVE",
6089
+ "metadata": null,
6090
+ "multiChainAsset": "KSM-Kusama",
6091
+ "hasValue": true,
6092
+ "icon": "kusama.png"
6065
6093
  }
6066
6094
  }
@@ -3324,7 +3324,7 @@
3324
3324
  "blockExplorer": null
3325
3325
  },
3326
3326
  "evmInfo": null,
3327
- "icon": "collectives.png"
3327
+ "icon": "polkadot-collectives.png"
3328
3328
  },
3329
3329
  "ajunaPolkadot": {
3330
3330
  "slug": "ajunaPolkadot",
@@ -4128,5 +4128,59 @@
4128
4128
  },
4129
4129
  "evmInfo": null,
4130
4130
  "icon": "kate.png"
4131
+ },
4132
+ "bridgeHubPolkadot": {
4133
+ "slug": "bridgeHubPolkadot",
4134
+ "name": "Polkadot Bridge Hub",
4135
+ "isTestnet": false,
4136
+ "chainStatus": "ACTIVE",
4137
+ "providers": {
4138
+ "Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
4139
+ "Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
4140
+ },
4141
+ "substrateInfo": {
4142
+ "paraId": 1002,
4143
+ "relaySlug": "polkadot",
4144
+ "genesisHash": "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
4145
+ "addressPrefix": 0,
4146
+ "chainType": "PARACHAIN",
4147
+ "symbol": "DOT",
4148
+ "existentialDeposit": "1000000000",
4149
+ "decimals": 10,
4150
+ "supportStaking": false,
4151
+ "hasNativeNft": false,
4152
+ "supportSmartContract": null,
4153
+ "blockExplorer": null
4154
+ },
4155
+ "evmInfo": null,
4156
+ "icon": "polkadot-bridge-hub.png"
4157
+ },
4158
+ "bridgeHubKusama": {
4159
+ "slug": "bridgeHubKusama",
4160
+ "name": "Kusama Bridge Hub",
4161
+ "isTestnet": false,
4162
+ "chainStatus": "ACTIVE",
4163
+ "providers": {
4164
+ "Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
4165
+ "Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
4166
+ "IBP-GeoDNS1": "wss://sys.ibp.network/bridgehub-kusama",
4167
+ "IBP-GeoDNS2": "wss://sys.dotters.network/bridgehub-kusama"
4168
+ },
4169
+ "substrateInfo": {
4170
+ "paraId": 1002,
4171
+ "relaySlug": "kusama",
4172
+ "genesisHash": "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
4173
+ "addressPrefix": 2,
4174
+ "chainType": "PARACHAIN",
4175
+ "symbol": "KSM",
4176
+ "existentialDeposit": "33333333",
4177
+ "decimals": 12,
4178
+ "supportStaking": false,
4179
+ "hasNativeNft": false,
4180
+ "supportSmartContract": null,
4181
+ "blockExplorer": null
4182
+ },
4183
+ "evmInfo": null,
4184
+ "icon": "kusama-bridge-hub.png"
4131
4185
  }
4132
4186
  }
@@ -123,7 +123,7 @@
123
123
  "deBio": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dbio.png",
124
124
  "barnacle": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/barnacle.png",
125
125
  "barnacle_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/barnacle.png",
126
- "collectives": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/collectives.png",
126
+ "collectives": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-collectives.png",
127
127
  "ajunaPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ajuna-network.png",
128
128
  "bitgreen": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bitgreen.png",
129
129
  "frequency": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/frequency.png",
@@ -155,5 +155,7 @@
155
155
  "aventus_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/aventus.png",
156
156
  "vara_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png",
157
157
  "snow_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/snow-network.png",
158
- "kate": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png"
158
+ "kate": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png",
159
+ "bridgeHubPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-bridge-hub.png",
160
+ "bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png"
159
161
  }
@@ -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.2-beta.0'
16
+ version: '0.2.2-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -259,5 +259,6 @@
259
259
  "serpenators": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
260
260
  "usagii": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
261
261
  "avl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png",
262
- "inw": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/inw.png"
262
+ "inw": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/inw.png",
263
+ "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png"
263
264
  }
@@ -6062,5 +6062,33 @@
6062
6062
  "multiChainAsset": null,
6063
6063
  "hasValue": true,
6064
6064
  "icon": "inw.png"
6065
+ },
6066
+ "bridgeHubPolkadot-NATIVE-DOT": {
6067
+ "originChain": "bridgeHubPolkadot",
6068
+ "slug": "bridgeHubPolkadot-NATIVE-DOT",
6069
+ "name": "DOT",
6070
+ "symbol": "DOT",
6071
+ "decimals": 10,
6072
+ "priceId": "polkadot",
6073
+ "minAmount": "1000000000",
6074
+ "assetType": "NATIVE",
6075
+ "metadata": null,
6076
+ "multiChainAsset": "DOT-Polkadot",
6077
+ "hasValue": true,
6078
+ "icon": "polkadot.png"
6079
+ },
6080
+ "bridgeHubKusama-NATIVE-KSM": {
6081
+ "originChain": "bridgeHubKusama",
6082
+ "slug": "bridgeHubKusama-NATIVE-KSM",
6083
+ "name": "KSM",
6084
+ "symbol": "KSM",
6085
+ "decimals": 12,
6086
+ "priceId": "kusama",
6087
+ "minAmount": "33333333",
6088
+ "assetType": "NATIVE",
6089
+ "metadata": null,
6090
+ "multiChainAsset": "KSM-Kusama",
6091
+ "hasValue": true,
6092
+ "icon": "kusama.png"
6065
6093
  }
6066
6094
  }
@@ -3324,7 +3324,7 @@
3324
3324
  "blockExplorer": null
3325
3325
  },
3326
3326
  "evmInfo": null,
3327
- "icon": "collectives.png"
3327
+ "icon": "polkadot-collectives.png"
3328
3328
  },
3329
3329
  "ajunaPolkadot": {
3330
3330
  "slug": "ajunaPolkadot",
@@ -4128,5 +4128,59 @@
4128
4128
  },
4129
4129
  "evmInfo": null,
4130
4130
  "icon": "kate.png"
4131
+ },
4132
+ "bridgeHubPolkadot": {
4133
+ "slug": "bridgeHubPolkadot",
4134
+ "name": "Polkadot Bridge Hub",
4135
+ "isTestnet": false,
4136
+ "chainStatus": "ACTIVE",
4137
+ "providers": {
4138
+ "Parity": "wss://polkadot-bridge-hub-rpc.polkadot.io",
4139
+ "Stakeworld": "wss://dot-rpc.stakeworld.io/bridgehub"
4140
+ },
4141
+ "substrateInfo": {
4142
+ "paraId": 1002,
4143
+ "relaySlug": "polkadot",
4144
+ "genesisHash": "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
4145
+ "addressPrefix": 0,
4146
+ "chainType": "PARACHAIN",
4147
+ "symbol": "DOT",
4148
+ "existentialDeposit": "1000000000",
4149
+ "decimals": 10,
4150
+ "supportStaking": false,
4151
+ "hasNativeNft": false,
4152
+ "supportSmartContract": null,
4153
+ "blockExplorer": null
4154
+ },
4155
+ "evmInfo": null,
4156
+ "icon": "polkadot-bridge-hub.png"
4157
+ },
4158
+ "bridgeHubKusama": {
4159
+ "slug": "bridgeHubKusama",
4160
+ "name": "Kusama Bridge Hub",
4161
+ "isTestnet": false,
4162
+ "chainStatus": "ACTIVE",
4163
+ "providers": {
4164
+ "Parity": "wss://kusama-bridge-hub-rpc.polkadot.io",
4165
+ "Stakeworld": "wss://ksm-rpc.stakeworld.io/bridgehub",
4166
+ "IBP-GeoDNS1": "wss://sys.ibp.network/bridgehub-kusama",
4167
+ "IBP-GeoDNS2": "wss://sys.dotters.network/bridgehub-kusama"
4168
+ },
4169
+ "substrateInfo": {
4170
+ "paraId": 1002,
4171
+ "relaySlug": "kusama",
4172
+ "genesisHash": "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
4173
+ "addressPrefix": 2,
4174
+ "chainType": "PARACHAIN",
4175
+ "symbol": "KSM",
4176
+ "existentialDeposit": "33333333",
4177
+ "decimals": 12,
4178
+ "supportStaking": false,
4179
+ "hasNativeNft": false,
4180
+ "supportSmartContract": null,
4181
+ "blockExplorer": null
4182
+ },
4183
+ "evmInfo": null,
4184
+ "icon": "kusama-bridge-hub.png"
4131
4185
  }
4132
4186
  }
@@ -123,7 +123,7 @@
123
123
  "deBio": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dbio.png",
124
124
  "barnacle": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/barnacle.png",
125
125
  "barnacle_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/barnacle.png",
126
- "collectives": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/collectives.png",
126
+ "collectives": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-collectives.png",
127
127
  "ajunaPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ajuna-network.png",
128
128
  "bitgreen": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bitgreen.png",
129
129
  "frequency": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/frequency.png",
@@ -155,5 +155,7 @@
155
155
  "aventus_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/aventus.png",
156
156
  "vara_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vara.png",
157
157
  "snow_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/snow-network.png",
158
- "kate": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png"
158
+ "kate": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kate.png",
159
+ "bridgeHubPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot-bridge-hub.png",
160
+ "bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png"
159
161
  }
package/logo/cp.png ADDED
Binary file
Binary file
Binary file
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.2-beta.0",
23
+ "version": "0.2.2-beta.1",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -183,7 +183,6 @@
183
183
  "./logo/coinversation.png": "./logo/coinversation.png",
184
184
  "./logo/collators.io.png": "./logo/collators.io.png",
185
185
  "./logo/collectify.png": "./logo/collectify.png",
186
- "./logo/collectives.png": "./logo/collectives.png",
187
186
  "./logo/comp.png": "./logo/comp.png",
188
187
  "./logo/composable-finance.png": "./logo/composable-finance.png",
189
188
  "./logo/connext.png": "./logo/connext.png",
@@ -192,6 +191,7 @@
192
191
  "./logo/cosmize.png": "./logo/cosmize.png",
193
192
  "./logo/cougarswap.png": "./logo/cougarswap.png",
194
193
  "./logo/covalent.png": "./logo/covalent.png",
194
+ "./logo/cp.png": "./logo/cp.png",
195
195
  "./logo/crab-network.png": "./logo/crab-network.png",
196
196
  "./logo/creditcoin.png": "./logo/creditcoin.png",
197
197
  "./logo/cro.png": "./logo/cro.png",
@@ -347,6 +347,7 @@
347
347
  "./logo/kujira-orca.png": "./logo/kujira-orca.png",
348
348
  "./logo/kulupu-network.png": "./logo/kulupu-network.png",
349
349
  "./logo/kusama-asset-hub.png": "./logo/kusama-asset-hub.png",
350
+ "./logo/kusama-bridge-hub.png": "./logo/kusama-bridge-hub.png",
350
351
  "./logo/kusama.png": "./logo/kusama.png",
351
352
  "./logo/kusari.png": "./logo/kusari.png",
352
353
  "./logo/kwik.png": "./logo/kwik.png",
@@ -502,6 +503,8 @@
502
503
  "./logo/polkadot-{.js}-plus.png": "./logo/polkadot-{.js}-plus.png",
503
504
  "./logo/polkadot-{.js}.png": "./logo/polkadot-{.js}.png",
504
505
  "./logo/polkadot-asset-hub.png": "./logo/polkadot-asset-hub.png",
506
+ "./logo/polkadot-bridge-hub.png": "./logo/polkadot-bridge-hub.png",
507
+ "./logo/polkadot-collectives.png": "./logo/polkadot-collectives.png",
505
508
  "./logo/polkadot-insider.png": "./logo/polkadot-insider.png",
506
509
  "./logo/polkadot-name-system.png": "./logo/polkadot-name-system.png",
507
510
  "./logo/polkadot-space.png": "./logo/polkadot-space.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.2-beta.0'
10
+ version: '0.2.2-beta.1'
11
11
  };
Binary file