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

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.
@@ -7853,6 +7853,50 @@
7853
7853
  multiChainAsset: null,
7854
7854
  hasValue: false,
7855
7855
  icon: "unicorn-ultra.png"
7856
+ },
7857
+ "acala_evm-NATIVE-ACA": {
7858
+ originChain: "acala_evm",
7859
+ slug: "acala_evm-NATIVE-ACA",
7860
+ name: "Acala",
7861
+ symbol: "ACA",
7862
+ decimals: 18,
7863
+ priceId: "acala",
7864
+ minAmount: "100000000000000000",
7865
+ assetType: "NATIVE",
7866
+ metadata: null,
7867
+ multiChainAsset: "ACA-Acala",
7868
+ hasValue: true,
7869
+ icon: "acala.png"
7870
+ },
7871
+ "karura_evm-NATIVE-KAR": {
7872
+ originChain: "karura_evm",
7873
+ slug: "karura_evm-NATIVE-KAR",
7874
+ name: "Karura",
7875
+ symbol: "KAR",
7876
+ decimals: 18,
7877
+ priceId: "karura",
7878
+ minAmount: "100000000000000000",
7879
+ assetType: "NATIVE",
7880
+ metadata: null,
7881
+ multiChainAsset: "KAR-Karura",
7882
+ hasValue: true,
7883
+ icon: "karura.png"
7884
+ },
7885
+ "statemint-LOCAL-USDC": {
7886
+ originChain: "statemint",
7887
+ slug: "statemint-LOCAL-USDC",
7888
+ name: "USD Coin",
7889
+ symbol: "USDC",
7890
+ decimals: 6,
7891
+ priceId: "usd-coin",
7892
+ minAmount: "1000",
7893
+ assetType: "LOCAL",
7894
+ metadata: {
7895
+ assetId: "1337"
7896
+ },
7897
+ multiChainAsset: "USDC-USDCoin",
7898
+ hasValue: true,
7899
+ icon: "usdc.png"
7856
7900
  }
7857
7901
  };
7858
7902
 
@@ -10167,7 +10211,7 @@
10167
10211
  name: "Acala Mandala TC7",
10168
10212
  chainStatus: "ACTIVE",
10169
10213
  providers: {
10170
- OnFinality: "wss://aca la-mandala.api.onfinality.io/public-ws",
10214
+ OnFinality: "wss://acala-mandala.api.onfinality.io/public-ws",
10171
10215
  Polkawallet: "wss://mandala.polkawallet.io"
10172
10216
  },
10173
10217
  isTestnet: true,
@@ -12217,6 +12261,52 @@
12217
12261
  },
12218
12262
  icon: "unicorn-ultra.png"
12219
12263
  };
12264
+ var acala_evm$1 = {
12265
+ slug: "acala_evm",
12266
+ name: "Acala - EVM",
12267
+ isTestnet: false,
12268
+ chainStatus: "ACTIVE",
12269
+ providers: {
12270
+ Acala: "https://eth-rpc-acala.aca-api.network"
12271
+ },
12272
+ substrateInfo: null,
12273
+ evmInfo: {
12274
+ evmChainId: 787,
12275
+ blockExplorer: "https://blockscout.acala.network/",
12276
+ symbol: "ACA",
12277
+ decimals: 18,
12278
+ existentialDeposit: "100000000000000000",
12279
+ supportSmartContract: [
12280
+ "ERC20",
12281
+ "ERC721"
12282
+ ],
12283
+ abiExplorer: "https://blockscout.acala.network/"
12284
+ },
12285
+ icon: "acala.png"
12286
+ };
12287
+ var karura_evm$1 = {
12288
+ slug: "karura_evm",
12289
+ name: "Karura - EVM",
12290
+ isTestnet: false,
12291
+ chainStatus: "ACTIVE",
12292
+ providers: {
12293
+ Acala: "https://eth-rpc-karura.aca-api.network"
12294
+ },
12295
+ substrateInfo: null,
12296
+ evmInfo: {
12297
+ evmChainId: 686,
12298
+ blockExplorer: "https://blockscout.karura.network/",
12299
+ symbol: "KAR",
12300
+ decimals: 18,
12301
+ existentialDeposit: "100000000000000000",
12302
+ supportSmartContract: [
12303
+ "ERC20",
12304
+ "ERC721"
12305
+ ],
12306
+ abiExplorer: "https://blockscout.karura.network/"
12307
+ },
12308
+ icon: "karura.png"
12309
+ };
12220
12310
  const _ChainInfoMap = {
12221
12311
  polkadot: polkadot$1,
12222
12312
  kusama: kusama$1,
@@ -12407,7 +12497,9 @@
12407
12497
  base_mainnet: base_mainnet$1,
12408
12498
  avalanche_c: avalanche_c$1,
12409
12499
  crust_mainnet: crust_mainnet$1,
12410
- u2u_test: u2u_test$1
12500
+ u2u_test: u2u_test$1,
12501
+ acala_evm: acala_evm$1,
12502
+ karura_evm: karura_evm$1
12411
12503
  };
12412
12504
 
12413
12505
  var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
@@ -12575,6 +12667,8 @@
12575
12667
  var avalanche_c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
12576
12668
  var crust_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png";
12577
12669
  var u2u_test = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png";
12670
+ var acala_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png";
12671
+ var karura_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png";
12578
12672
  const _ChainLogoMap = {
12579
12673
  "default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
12580
12674
  polkadot: polkadot,
@@ -12742,7 +12836,9 @@
12742
12836
  base_mainnet: base_mainnet,
12743
12837
  avalanche_c: avalanche_c,
12744
12838
  crust_mainnet: crust_mainnet,
12745
- u2u_test: u2u_test
12839
+ u2u_test: u2u_test,
12840
+ acala_evm: acala_evm,
12841
+ karura_evm: karura_evm
12746
12842
  };
12747
12843
 
12748
12844
  const _MultiChainAssetMap = {
@@ -7004,5 +7004,49 @@
7004
7004
  "multiChainAsset": null,
7005
7005
  "hasValue": false,
7006
7006
  "icon": "unicorn-ultra.png"
7007
+ },
7008
+ "acala_evm-NATIVE-ACA": {
7009
+ "originChain": "acala_evm",
7010
+ "slug": "acala_evm-NATIVE-ACA",
7011
+ "name": "Acala",
7012
+ "symbol": "ACA",
7013
+ "decimals": 18,
7014
+ "priceId": "acala",
7015
+ "minAmount": "100000000000000000",
7016
+ "assetType": "NATIVE",
7017
+ "metadata": null,
7018
+ "multiChainAsset": "ACA-Acala",
7019
+ "hasValue": true,
7020
+ "icon": "acala.png"
7021
+ },
7022
+ "karura_evm-NATIVE-KAR": {
7023
+ "originChain": "karura_evm",
7024
+ "slug": "karura_evm-NATIVE-KAR",
7025
+ "name": "Karura",
7026
+ "symbol": "KAR",
7027
+ "decimals": 18,
7028
+ "priceId": "karura",
7029
+ "minAmount": "100000000000000000",
7030
+ "assetType": "NATIVE",
7031
+ "metadata": null,
7032
+ "multiChainAsset": "KAR-Karura",
7033
+ "hasValue": true,
7034
+ "icon": "karura.png"
7035
+ },
7036
+ "statemint-LOCAL-USDC": {
7037
+ "originChain": "statemint",
7038
+ "slug": "statemint-LOCAL-USDC",
7039
+ "name": "USD Coin",
7040
+ "symbol": "USDC",
7041
+ "decimals": 6,
7042
+ "priceId": "usd-coin",
7043
+ "minAmount": "1000",
7044
+ "assetType": "LOCAL",
7045
+ "metadata": {
7046
+ "assetId": "1337"
7047
+ },
7048
+ "multiChainAsset": "USDC-USDCoin",
7049
+ "hasValue": true,
7050
+ "icon": "usdc.png"
7007
7051
  }
7008
7052
  }
@@ -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,
@@ -4383,5 +4383,51 @@
4383
4383
  "abiExplorer": "https://testnet.u2uscan.xyz/"
4384
4384
  },
4385
4385
  "icon": "unicorn-ultra.png"
4386
+ },
4387
+ "acala_evm": {
4388
+ "slug": "acala_evm",
4389
+ "name": "Acala - EVM",
4390
+ "isTestnet": false,
4391
+ "chainStatus": "ACTIVE",
4392
+ "providers": {
4393
+ "Acala": "https://eth-rpc-acala.aca-api.network"
4394
+ },
4395
+ "substrateInfo": null,
4396
+ "evmInfo": {
4397
+ "evmChainId": 787,
4398
+ "blockExplorer": "https://blockscout.acala.network/",
4399
+ "symbol": "ACA",
4400
+ "decimals": 18,
4401
+ "existentialDeposit": "100000000000000000",
4402
+ "supportSmartContract": [
4403
+ "ERC20",
4404
+ "ERC721"
4405
+ ],
4406
+ "abiExplorer": "https://blockscout.acala.network/"
4407
+ },
4408
+ "icon": "acala.png"
4409
+ },
4410
+ "karura_evm": {
4411
+ "slug": "karura_evm",
4412
+ "name": "Karura - EVM",
4413
+ "isTestnet": false,
4414
+ "chainStatus": "ACTIVE",
4415
+ "providers": {
4416
+ "Acala": "https://eth-rpc-karura.aca-api.network"
4417
+ },
4418
+ "substrateInfo": null,
4419
+ "evmInfo": {
4420
+ "evmChainId": 686,
4421
+ "blockExplorer": "https://blockscout.karura.network/",
4422
+ "symbol": "KAR",
4423
+ "decimals": 18,
4424
+ "existentialDeposit": "100000000000000000",
4425
+ "supportSmartContract": [
4426
+ "ERC20",
4427
+ "ERC721"
4428
+ ],
4429
+ "abiExplorer": "https://blockscout.karura.network/"
4430
+ },
4431
+ "icon": "karura.png"
4386
4432
  }
4387
4433
  }
@@ -165,5 +165,7 @@
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
+ "u2u_test": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png",
169
+ "acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
170
+ "karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
169
171
  }
@@ -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.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7004,5 +7004,49 @@
7004
7004
  "multiChainAsset": null,
7005
7005
  "hasValue": false,
7006
7006
  "icon": "unicorn-ultra.png"
7007
+ },
7008
+ "acala_evm-NATIVE-ACA": {
7009
+ "originChain": "acala_evm",
7010
+ "slug": "acala_evm-NATIVE-ACA",
7011
+ "name": "Acala",
7012
+ "symbol": "ACA",
7013
+ "decimals": 18,
7014
+ "priceId": "acala",
7015
+ "minAmount": "100000000000000000",
7016
+ "assetType": "NATIVE",
7017
+ "metadata": null,
7018
+ "multiChainAsset": "ACA-Acala",
7019
+ "hasValue": true,
7020
+ "icon": "acala.png"
7021
+ },
7022
+ "karura_evm-NATIVE-KAR": {
7023
+ "originChain": "karura_evm",
7024
+ "slug": "karura_evm-NATIVE-KAR",
7025
+ "name": "Karura",
7026
+ "symbol": "KAR",
7027
+ "decimals": 18,
7028
+ "priceId": "karura",
7029
+ "minAmount": "100000000000000000",
7030
+ "assetType": "NATIVE",
7031
+ "metadata": null,
7032
+ "multiChainAsset": "KAR-Karura",
7033
+ "hasValue": true,
7034
+ "icon": "karura.png"
7035
+ },
7036
+ "statemint-LOCAL-USDC": {
7037
+ "originChain": "statemint",
7038
+ "slug": "statemint-LOCAL-USDC",
7039
+ "name": "USD Coin",
7040
+ "symbol": "USDC",
7041
+ "decimals": 6,
7042
+ "priceId": "usd-coin",
7043
+ "minAmount": "1000",
7044
+ "assetType": "LOCAL",
7045
+ "metadata": {
7046
+ "assetId": "1337"
7047
+ },
7048
+ "multiChainAsset": "USDC-USDCoin",
7049
+ "hasValue": true,
7050
+ "icon": "usdc.png"
7007
7051
  }
7008
7052
  }
@@ -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,
@@ -4383,5 +4383,51 @@
4383
4383
  "abiExplorer": "https://testnet.u2uscan.xyz/"
4384
4384
  },
4385
4385
  "icon": "unicorn-ultra.png"
4386
+ },
4387
+ "acala_evm": {
4388
+ "slug": "acala_evm",
4389
+ "name": "Acala - EVM",
4390
+ "isTestnet": false,
4391
+ "chainStatus": "ACTIVE",
4392
+ "providers": {
4393
+ "Acala": "https://eth-rpc-acala.aca-api.network"
4394
+ },
4395
+ "substrateInfo": null,
4396
+ "evmInfo": {
4397
+ "evmChainId": 787,
4398
+ "blockExplorer": "https://blockscout.acala.network/",
4399
+ "symbol": "ACA",
4400
+ "decimals": 18,
4401
+ "existentialDeposit": "100000000000000000",
4402
+ "supportSmartContract": [
4403
+ "ERC20",
4404
+ "ERC721"
4405
+ ],
4406
+ "abiExplorer": "https://blockscout.acala.network/"
4407
+ },
4408
+ "icon": "acala.png"
4409
+ },
4410
+ "karura_evm": {
4411
+ "slug": "karura_evm",
4412
+ "name": "Karura - EVM",
4413
+ "isTestnet": false,
4414
+ "chainStatus": "ACTIVE",
4415
+ "providers": {
4416
+ "Acala": "https://eth-rpc-karura.aca-api.network"
4417
+ },
4418
+ "substrateInfo": null,
4419
+ "evmInfo": {
4420
+ "evmChainId": 686,
4421
+ "blockExplorer": "https://blockscout.karura.network/",
4422
+ "symbol": "KAR",
4423
+ "decimals": 18,
4424
+ "existentialDeposit": "100000000000000000",
4425
+ "supportSmartContract": [
4426
+ "ERC20",
4427
+ "ERC721"
4428
+ ],
4429
+ "abiExplorer": "https://blockscout.karura.network/"
4430
+ },
4431
+ "icon": "karura.png"
4386
4432
  }
4387
4433
  }
@@ -165,5 +165,7 @@
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
+ "u2u_test": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png",
169
+ "acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
170
+ "karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
169
171
  }
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.2",
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.2'
11
11
  };