@subwallet/chain-list 0.2.14-beta.1 → 0.2.14-beta.3

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,7 +288,6 @@
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 u2u = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png";
292
291
  var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
293
292
  var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
294
293
  const _AssetLogoMap = {
@@ -582,7 +581,6 @@
582
581
  avax: avax,
583
582
  xcastr: xcastr,
584
583
  sdot: sdot,
585
- u2u: u2u,
586
584
  cp: cp,
587
585
  zpf: zpf
588
586
  };
@@ -7840,19 +7838,49 @@
7840
7838
  hasValue: true,
7841
7839
  icon: "polkadot.png"
7842
7840
  },
7843
- "u2u_test-NATIVE-U2U": {
7844
- originChain: "u2u_test",
7845
- slug: "u2u_test-NATIVE-U2U",
7846
- name: "U2U",
7847
- symbol: "U2U",
7841
+ "acala_evm-NATIVE-ACA": {
7842
+ originChain: "acala_evm",
7843
+ slug: "acala_evm-NATIVE-ACA",
7844
+ name: "Acala",
7845
+ symbol: "ACA",
7848
7846
  decimals: 18,
7849
- priceId: null,
7850
- minAmount: "0",
7847
+ priceId: "acala",
7848
+ minAmount: "100000000000000000",
7851
7849
  assetType: "NATIVE",
7852
7850
  metadata: null,
7853
- multiChainAsset: null,
7854
- hasValue: false,
7855
- icon: "unicorn-ultra.png"
7851
+ multiChainAsset: "ACA-Acala",
7852
+ hasValue: true,
7853
+ icon: "acala.png"
7854
+ },
7855
+ "karura_evm-NATIVE-KAR": {
7856
+ originChain: "karura_evm",
7857
+ slug: "karura_evm-NATIVE-KAR",
7858
+ name: "Karura",
7859
+ symbol: "KAR",
7860
+ decimals: 18,
7861
+ priceId: "karura",
7862
+ minAmount: "100000000000000000",
7863
+ assetType: "NATIVE",
7864
+ metadata: null,
7865
+ multiChainAsset: "KAR-Karura",
7866
+ hasValue: true,
7867
+ icon: "karura.png"
7868
+ },
7869
+ "statemint-LOCAL-USDC": {
7870
+ originChain: "statemint",
7871
+ slug: "statemint-LOCAL-USDC",
7872
+ name: "USD Coin",
7873
+ symbol: "USDC",
7874
+ decimals: 6,
7875
+ priceId: "usd-coin",
7876
+ minAmount: "1000",
7877
+ assetType: "LOCAL",
7878
+ metadata: {
7879
+ assetId: "1337"
7880
+ },
7881
+ multiChainAsset: "USDC-USDCoin",
7882
+ hasValue: true,
7883
+ icon: "usdc.png"
7856
7884
  }
7857
7885
  };
7858
7886
 
@@ -10167,7 +10195,7 @@
10167
10195
  name: "Acala Mandala TC7",
10168
10196
  chainStatus: "ACTIVE",
10169
10197
  providers: {
10170
- OnFinality: "wss://aca la-mandala.api.onfinality.io/public-ws",
10198
+ OnFinality: "wss://acala-mandala.api.onfinality.io/public-ws",
10171
10199
  Polkawallet: "wss://mandala.polkawallet.io"
10172
10200
  },
10173
10201
  isTestnet: true,
@@ -12194,28 +12222,51 @@
12194
12222
  evmInfo: null,
12195
12223
  icon: "crust.png"
12196
12224
  };
12197
- var u2u_test$1 = {
12198
- slug: "u2u_test",
12199
- name: "Unicorn Ultra Nebulas Testnet",
12200
- isTestnet: true,
12225
+ var acala_evm$1 = {
12226
+ slug: "acala_evm",
12227
+ name: "Acala - EVM",
12228
+ isTestnet: false,
12201
12229
  chainStatus: "ACTIVE",
12202
12230
  providers: {
12203
- U2U: "https://rpc-nebulas-testnet.uniultra.xyz/"
12231
+ Acala: "https://eth-rpc-acala.aca-api.network"
12204
12232
  },
12205
12233
  substrateInfo: null,
12206
12234
  evmInfo: {
12207
- evmChainId: 2484,
12208
- blockExplorer: "https://testnet.u2uscan.xyz/",
12209
- symbol: "U2U",
12235
+ evmChainId: 787,
12236
+ blockExplorer: "https://blockscout.acala.network/",
12237
+ symbol: "ACA",
12210
12238
  decimals: 18,
12211
- existentialDeposit: "0",
12239
+ existentialDeposit: "100000000000000000",
12240
+ supportSmartContract: [
12241
+ "ERC20",
12242
+ "ERC721"
12243
+ ],
12244
+ abiExplorer: "https://blockscout.acala.network/"
12245
+ },
12246
+ icon: "acala.png"
12247
+ };
12248
+ var karura_evm$1 = {
12249
+ slug: "karura_evm",
12250
+ name: "Karura - EVM",
12251
+ isTestnet: false,
12252
+ chainStatus: "ACTIVE",
12253
+ providers: {
12254
+ Acala: "https://eth-rpc-karura.aca-api.network"
12255
+ },
12256
+ substrateInfo: null,
12257
+ evmInfo: {
12258
+ evmChainId: 686,
12259
+ blockExplorer: "https://blockscout.karura.network/",
12260
+ symbol: "KAR",
12261
+ decimals: 18,
12262
+ existentialDeposit: "100000000000000000",
12212
12263
  supportSmartContract: [
12213
12264
  "ERC20",
12214
12265
  "ERC721"
12215
12266
  ],
12216
- abiExplorer: "https://testnet.u2uscan.xyz/"
12267
+ abiExplorer: "https://blockscout.karura.network/"
12217
12268
  },
12218
- icon: "unicorn-ultra.png"
12269
+ icon: "karura.png"
12219
12270
  };
12220
12271
  const _ChainInfoMap = {
12221
12272
  polkadot: polkadot$1,
@@ -12407,7 +12458,8 @@
12407
12458
  base_mainnet: base_mainnet$1,
12408
12459
  avalanche_c: avalanche_c$1,
12409
12460
  crust_mainnet: crust_mainnet$1,
12410
- u2u_test: u2u_test$1
12461
+ acala_evm: acala_evm$1,
12462
+ karura_evm: karura_evm$1
12411
12463
  };
12412
12464
 
12413
12465
  var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
@@ -12574,7 +12626,8 @@
12574
12626
  var base_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png";
12575
12627
  var avalanche_c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
12576
12628
  var crust_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png";
12577
- var u2u_test = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png";
12629
+ var acala_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png";
12630
+ var karura_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png";
12578
12631
  const _ChainLogoMap = {
12579
12632
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
12580
12633
  polkadot: polkadot,
@@ -12742,7 +12795,8 @@
12742
12795
  base_mainnet: base_mainnet,
12743
12796
  avalanche_c: avalanche_c,
12744
12797
  crust_mainnet: crust_mainnet,
12745
- u2u_test: u2u_test
12798
+ acala_evm: acala_evm,
12799
+ karura_evm: karura_evm
12746
12800
  };
12747
12801
 
12748
12802
  const _MultiChainAssetMap = {
@@ -289,7 +289,6 @@
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
- "u2u": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png",
293
292
  "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
294
293
  "zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
295
294
  }
@@ -6991,18 +6991,48 @@
6991
6991
  "hasValue": true,
6992
6992
  "icon": "polkadot.png"
6993
6993
  },
6994
- "u2u_test-NATIVE-U2U": {
6995
- "originChain": "u2u_test",
6996
- "slug": "u2u_test-NATIVE-U2U",
6997
- "name": "U2U",
6998
- "symbol": "U2U",
6994
+ "acala_evm-NATIVE-ACA": {
6995
+ "originChain": "acala_evm",
6996
+ "slug": "acala_evm-NATIVE-ACA",
6997
+ "name": "Acala",
6998
+ "symbol": "ACA",
6999
6999
  "decimals": 18,
7000
- "priceId": null,
7001
- "minAmount": "0",
7000
+ "priceId": "acala",
7001
+ "minAmount": "100000000000000000",
7002
7002
  "assetType": "NATIVE",
7003
7003
  "metadata": null,
7004
- "multiChainAsset": null,
7005
- "hasValue": false,
7006
- "icon": "unicorn-ultra.png"
7004
+ "multiChainAsset": "ACA-Acala",
7005
+ "hasValue": true,
7006
+ "icon": "acala.png"
7007
+ },
7008
+ "karura_evm-NATIVE-KAR": {
7009
+ "originChain": "karura_evm",
7010
+ "slug": "karura_evm-NATIVE-KAR",
7011
+ "name": "Karura",
7012
+ "symbol": "KAR",
7013
+ "decimals": 18,
7014
+ "priceId": "karura",
7015
+ "minAmount": "100000000000000000",
7016
+ "assetType": "NATIVE",
7017
+ "metadata": null,
7018
+ "multiChainAsset": "KAR-Karura",
7019
+ "hasValue": true,
7020
+ "icon": "karura.png"
7021
+ },
7022
+ "statemint-LOCAL-USDC": {
7023
+ "originChain": "statemint",
7024
+ "slug": "statemint-LOCAL-USDC",
7025
+ "name": "USD Coin",
7026
+ "symbol": "USDC",
7027
+ "decimals": 6,
7028
+ "priceId": "usd-coin",
7029
+ "minAmount": "1000",
7030
+ "assetType": "LOCAL",
7031
+ "metadata": {
7032
+ "assetId": "1337"
7033
+ },
7034
+ "multiChainAsset": "USDC-USDCoin",
7035
+ "hasValue": true,
7036
+ "icon": "usdc.png"
7007
7037
  }
7008
7038
  }
@@ -2309,7 +2309,7 @@
2309
2309
  "name": "Acala Mandala TC7",
2310
2310
  "chainStatus": "ACTIVE",
2311
2311
  "providers": {
2312
- "OnFinality": "wss://aca la-mandala.api.onfinality.io/public-ws",
2312
+ "OnFinality": "wss://acala-mandala.api.onfinality.io/public-ws",
2313
2313
  "Polkawallet": "wss://mandala.polkawallet.io"
2314
2314
  },
2315
2315
  "isTestnet": true,
@@ -4361,27 +4361,50 @@
4361
4361
  "evmInfo": null,
4362
4362
  "icon": "crust.png"
4363
4363
  },
4364
- "u2u_test": {
4365
- "slug": "u2u_test",
4366
- "name": "Unicorn Ultra Nebulas Testnet",
4367
- "isTestnet": true,
4364
+ "acala_evm": {
4365
+ "slug": "acala_evm",
4366
+ "name": "Acala - EVM",
4367
+ "isTestnet": false,
4368
4368
  "chainStatus": "ACTIVE",
4369
4369
  "providers": {
4370
- "U2U": "https://rpc-nebulas-testnet.uniultra.xyz/"
4370
+ "Acala": "https://eth-rpc-acala.aca-api.network"
4371
4371
  },
4372
4372
  "substrateInfo": null,
4373
4373
  "evmInfo": {
4374
- "evmChainId": 2484,
4375
- "blockExplorer": "https://testnet.u2uscan.xyz/",
4376
- "symbol": "U2U",
4374
+ "evmChainId": 787,
4375
+ "blockExplorer": "https://blockscout.acala.network/",
4376
+ "symbol": "ACA",
4377
4377
  "decimals": 18,
4378
- "existentialDeposit": "0",
4378
+ "existentialDeposit": "100000000000000000",
4379
+ "supportSmartContract": [
4380
+ "ERC20",
4381
+ "ERC721"
4382
+ ],
4383
+ "abiExplorer": "https://blockscout.acala.network/"
4384
+ },
4385
+ "icon": "acala.png"
4386
+ },
4387
+ "karura_evm": {
4388
+ "slug": "karura_evm",
4389
+ "name": "Karura - EVM",
4390
+ "isTestnet": false,
4391
+ "chainStatus": "ACTIVE",
4392
+ "providers": {
4393
+ "Acala": "https://eth-rpc-karura.aca-api.network"
4394
+ },
4395
+ "substrateInfo": null,
4396
+ "evmInfo": {
4397
+ "evmChainId": 686,
4398
+ "blockExplorer": "https://blockscout.karura.network/",
4399
+ "symbol": "KAR",
4400
+ "decimals": 18,
4401
+ "existentialDeposit": "100000000000000000",
4379
4402
  "supportSmartContract": [
4380
4403
  "ERC20",
4381
4404
  "ERC721"
4382
4405
  ],
4383
- "abiExplorer": "https://testnet.u2uscan.xyz/"
4406
+ "abiExplorer": "https://blockscout.karura.network/"
4384
4407
  },
4385
- "icon": "unicorn-ultra.png"
4408
+ "icon": "karura.png"
4386
4409
  }
4387
4410
  }
@@ -165,5 +165,6 @@
165
165
  "base_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png",
166
166
  "avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
167
167
  "crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png",
168
- "u2u_test": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png"
168
+ "acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
169
+ "karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
169
170
  }
@@ -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.1'
16
+ version: '0.2.14-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -289,7 +289,6 @@
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
- "u2u": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png",
293
292
  "cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
294
293
  "zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
295
294
  }
@@ -6991,18 +6991,48 @@
6991
6991
  "hasValue": true,
6992
6992
  "icon": "polkadot.png"
6993
6993
  },
6994
- "u2u_test-NATIVE-U2U": {
6995
- "originChain": "u2u_test",
6996
- "slug": "u2u_test-NATIVE-U2U",
6997
- "name": "U2U",
6998
- "symbol": "U2U",
6994
+ "acala_evm-NATIVE-ACA": {
6995
+ "originChain": "acala_evm",
6996
+ "slug": "acala_evm-NATIVE-ACA",
6997
+ "name": "Acala",
6998
+ "symbol": "ACA",
6999
6999
  "decimals": 18,
7000
- "priceId": null,
7001
- "minAmount": "0",
7000
+ "priceId": "acala",
7001
+ "minAmount": "100000000000000000",
7002
7002
  "assetType": "NATIVE",
7003
7003
  "metadata": null,
7004
- "multiChainAsset": null,
7005
- "hasValue": false,
7006
- "icon": "unicorn-ultra.png"
7004
+ "multiChainAsset": "ACA-Acala",
7005
+ "hasValue": true,
7006
+ "icon": "acala.png"
7007
+ },
7008
+ "karura_evm-NATIVE-KAR": {
7009
+ "originChain": "karura_evm",
7010
+ "slug": "karura_evm-NATIVE-KAR",
7011
+ "name": "Karura",
7012
+ "symbol": "KAR",
7013
+ "decimals": 18,
7014
+ "priceId": "karura",
7015
+ "minAmount": "100000000000000000",
7016
+ "assetType": "NATIVE",
7017
+ "metadata": null,
7018
+ "multiChainAsset": "KAR-Karura",
7019
+ "hasValue": true,
7020
+ "icon": "karura.png"
7021
+ },
7022
+ "statemint-LOCAL-USDC": {
7023
+ "originChain": "statemint",
7024
+ "slug": "statemint-LOCAL-USDC",
7025
+ "name": "USD Coin",
7026
+ "symbol": "USDC",
7027
+ "decimals": 6,
7028
+ "priceId": "usd-coin",
7029
+ "minAmount": "1000",
7030
+ "assetType": "LOCAL",
7031
+ "metadata": {
7032
+ "assetId": "1337"
7033
+ },
7034
+ "multiChainAsset": "USDC-USDCoin",
7035
+ "hasValue": true,
7036
+ "icon": "usdc.png"
7007
7037
  }
7008
7038
  }
@@ -2309,7 +2309,7 @@
2309
2309
  "name": "Acala Mandala TC7",
2310
2310
  "chainStatus": "ACTIVE",
2311
2311
  "providers": {
2312
- "OnFinality": "wss://aca la-mandala.api.onfinality.io/public-ws",
2312
+ "OnFinality": "wss://acala-mandala.api.onfinality.io/public-ws",
2313
2313
  "Polkawallet": "wss://mandala.polkawallet.io"
2314
2314
  },
2315
2315
  "isTestnet": true,
@@ -4361,27 +4361,50 @@
4361
4361
  "evmInfo": null,
4362
4362
  "icon": "crust.png"
4363
4363
  },
4364
- "u2u_test": {
4365
- "slug": "u2u_test",
4366
- "name": "Unicorn Ultra Nebulas Testnet",
4367
- "isTestnet": true,
4364
+ "acala_evm": {
4365
+ "slug": "acala_evm",
4366
+ "name": "Acala - EVM",
4367
+ "isTestnet": false,
4368
4368
  "chainStatus": "ACTIVE",
4369
4369
  "providers": {
4370
- "U2U": "https://rpc-nebulas-testnet.uniultra.xyz/"
4370
+ "Acala": "https://eth-rpc-acala.aca-api.network"
4371
4371
  },
4372
4372
  "substrateInfo": null,
4373
4373
  "evmInfo": {
4374
- "evmChainId": 2484,
4375
- "blockExplorer": "https://testnet.u2uscan.xyz/",
4376
- "symbol": "U2U",
4374
+ "evmChainId": 787,
4375
+ "blockExplorer": "https://blockscout.acala.network/",
4376
+ "symbol": "ACA",
4377
4377
  "decimals": 18,
4378
- "existentialDeposit": "0",
4378
+ "existentialDeposit": "100000000000000000",
4379
+ "supportSmartContract": [
4380
+ "ERC20",
4381
+ "ERC721"
4382
+ ],
4383
+ "abiExplorer": "https://blockscout.acala.network/"
4384
+ },
4385
+ "icon": "acala.png"
4386
+ },
4387
+ "karura_evm": {
4388
+ "slug": "karura_evm",
4389
+ "name": "Karura - EVM",
4390
+ "isTestnet": false,
4391
+ "chainStatus": "ACTIVE",
4392
+ "providers": {
4393
+ "Acala": "https://eth-rpc-karura.aca-api.network"
4394
+ },
4395
+ "substrateInfo": null,
4396
+ "evmInfo": {
4397
+ "evmChainId": 686,
4398
+ "blockExplorer": "https://blockscout.karura.network/",
4399
+ "symbol": "KAR",
4400
+ "decimals": 18,
4401
+ "existentialDeposit": "100000000000000000",
4379
4402
  "supportSmartContract": [
4380
4403
  "ERC20",
4381
4404
  "ERC721"
4382
4405
  ],
4383
- "abiExplorer": "https://testnet.u2uscan.xyz/"
4406
+ "abiExplorer": "https://blockscout.karura.network/"
4384
4407
  },
4385
- "icon": "unicorn-ultra.png"
4408
+ "icon": "karura.png"
4386
4409
  }
4387
4410
  }
@@ -165,5 +165,6 @@
165
165
  "base_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png",
166
166
  "avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
167
167
  "crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png",
168
- "u2u_test": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png"
168
+ "acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
169
+ "karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
169
170
  }
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.1",
23
+ "version": "0.2.14-beta.3",
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.14-beta.1'
10
+ version: '0.2.14-beta.3'
11
11
  };