@subwallet/chain-list 0.2.5-beta.2 → 0.2.5-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.
@@ -168,7 +168,6 @@
168
168
  var xckbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kbtc.png";
169
169
  var xcbnc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bifrost.png";
170
170
  var xckar = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/karura.png";
171
- var kusd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ausd.png";
172
171
  var rmrk$2 = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/rmrk-token.png";
173
172
  var aris = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/aris.png";
174
173
  var bill = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bill.png";
@@ -440,7 +439,6 @@
440
439
  xckbtc: xckbtc,
441
440
  xcbnc: xcbnc,
442
441
  xckar: xckar,
443
- kusd: kusd,
444
442
  rmrk: rmrk$2,
445
443
  aris: aris,
446
444
  bill: bill,
@@ -3325,6 +3323,42 @@
3325
3323
  hasValue: true,
3326
3324
  minAmount: "0",
3327
3325
  icon: "pendulum.png"
3326
+ },
3327
+ "pendulum-LOCAL-DOT": {
3328
+ originChain: "pendulum",
3329
+ slug: "pendulum-LOCAL-DOT",
3330
+ name: "Polkadot",
3331
+ symbol: "DOT",
3332
+ decimals: 10,
3333
+ priceId: "polkadot",
3334
+ minAmount: null,
3335
+ assetType: "LOCAL",
3336
+ metadata: {
3337
+ onChainInfo: {
3338
+ XCM: "0"
3339
+ }
3340
+ },
3341
+ multiChainAsset: "DOT-Polkadot",
3342
+ hasValue: true,
3343
+ icon: "polkadot.png"
3344
+ },
3345
+ "pendulum-LOCAL-USDT": {
3346
+ originChain: "pendulum",
3347
+ slug: "pendulum-LOCAL-USDT",
3348
+ name: "Tether USD",
3349
+ symbol: "USDT",
3350
+ decimals: 6,
3351
+ priceId: "tether",
3352
+ minAmount: null,
3353
+ assetType: "LOCAL",
3354
+ metadata: {
3355
+ onChainInfo: {
3356
+ XCM: "1"
3357
+ }
3358
+ },
3359
+ multiChainAsset: "USDT-Tether",
3360
+ hasValue: true,
3361
+ icon: "usdt.png"
3328
3362
  },
3329
3363
  "gear_testnet-NATIVE-Unit": {
3330
3364
  originChain: "gear_testnet",
@@ -3992,7 +4026,7 @@
3992
4026
  name: "Joystream",
3993
4027
  symbol: "JOY",
3994
4028
  decimals: 10,
3995
- priceId: null,
4029
+ priceId: "joystream",
3996
4030
  minAmount: "266666560",
3997
4031
  assetType: "NATIVE",
3998
4032
  metadata: null,
@@ -4508,11 +4542,11 @@
4508
4542
  hasValue: true,
4509
4543
  icon: "ausd.png"
4510
4544
  },
4511
- "bifrost-LOCAL-kUSD": {
4545
+ "bifrost-LOCAL-aUSD": {
4512
4546
  originChain: "bifrost",
4513
- slug: "bifrost-LOCAL-kUSD",
4547
+ slug: "bifrost-LOCAL-aUSD",
4514
4548
  name: "Karura USD",
4515
- symbol: "kUSD",
4549
+ symbol: "aUSD",
4516
4550
  decimals: 12,
4517
4551
  priceId: "acala-dollar",
4518
4552
  minAmount: "100000000",
@@ -162,7 +162,6 @@
162
162
  "xckbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kbtc.png",
163
163
  "xcbnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bifrost.png",
164
164
  "xckar": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/karura.png",
165
- "kusd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ausd.png",
166
165
  "rmrk": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/rmrk-token.png",
167
166
  "aris": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/aris.png",
168
167
  "bill": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bill.png",
@@ -2510,6 +2510,42 @@
2510
2510
  "minAmount": "0",
2511
2511
  "icon": "pendulum.png"
2512
2512
  },
2513
+ "pendulum-LOCAL-DOT": {
2514
+ "originChain": "pendulum",
2515
+ "slug": "pendulum-LOCAL-DOT",
2516
+ "name": "Polkadot",
2517
+ "symbol": "DOT",
2518
+ "decimals": 10,
2519
+ "priceId": "polkadot",
2520
+ "minAmount": null,
2521
+ "assetType": "LOCAL",
2522
+ "metadata": {
2523
+ "onChainInfo": {
2524
+ "XCM": "0"
2525
+ }
2526
+ },
2527
+ "multiChainAsset": "DOT-Polkadot",
2528
+ "hasValue": true,
2529
+ "icon": "polkadot.png"
2530
+ },
2531
+ "pendulum-LOCAL-USDT": {
2532
+ "originChain": "pendulum",
2533
+ "slug": "pendulum-LOCAL-USDT",
2534
+ "name": "Tether USD",
2535
+ "symbol": "USDT",
2536
+ "decimals": 6,
2537
+ "priceId": "tether",
2538
+ "minAmount": null,
2539
+ "assetType": "LOCAL",
2540
+ "metadata": {
2541
+ "onChainInfo": {
2542
+ "XCM": "1"
2543
+ }
2544
+ },
2545
+ "multiChainAsset": "USDT-Tether",
2546
+ "hasValue": true,
2547
+ "icon": "usdt.png"
2548
+ },
2513
2549
  "gear_testnet-NATIVE-Unit": {
2514
2550
  "originChain": "gear_testnet",
2515
2551
  "slug": "gear_testnet-NATIVE-Unit",
@@ -3176,7 +3212,7 @@
3176
3212
  "name": "Joystream",
3177
3213
  "symbol": "JOY",
3178
3214
  "decimals": 10,
3179
- "priceId": null,
3215
+ "priceId": "joystream",
3180
3216
  "minAmount": "266666560",
3181
3217
  "assetType": "NATIVE",
3182
3218
  "metadata": null,
@@ -3692,11 +3728,11 @@
3692
3728
  "hasValue": true,
3693
3729
  "icon": "ausd.png"
3694
3730
  },
3695
- "bifrost-LOCAL-kUSD": {
3731
+ "bifrost-LOCAL-aUSD": {
3696
3732
  "originChain": "bifrost",
3697
- "slug": "bifrost-LOCAL-kUSD",
3733
+ "slug": "bifrost-LOCAL-aUSD",
3698
3734
  "name": "Karura USD",
3699
- "symbol": "kUSD",
3735
+ "symbol": "aUSD",
3700
3736
  "decimals": 12,
3701
3737
  "priceId": "acala-dollar",
3702
3738
  "minAmount": "100000000",
@@ -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.5-beta.2'
16
+ version: '0.2.5-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -162,7 +162,6 @@
162
162
  "xckbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kbtc.png",
163
163
  "xcbnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bifrost.png",
164
164
  "xckar": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/karura.png",
165
- "kusd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ausd.png",
166
165
  "rmrk": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/rmrk-token.png",
167
166
  "aris": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/aris.png",
168
167
  "bill": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bill.png",
@@ -2510,6 +2510,42 @@
2510
2510
  "minAmount": "0",
2511
2511
  "icon": "pendulum.png"
2512
2512
  },
2513
+ "pendulum-LOCAL-DOT": {
2514
+ "originChain": "pendulum",
2515
+ "slug": "pendulum-LOCAL-DOT",
2516
+ "name": "Polkadot",
2517
+ "symbol": "DOT",
2518
+ "decimals": 10,
2519
+ "priceId": "polkadot",
2520
+ "minAmount": null,
2521
+ "assetType": "LOCAL",
2522
+ "metadata": {
2523
+ "onChainInfo": {
2524
+ "XCM": "0"
2525
+ }
2526
+ },
2527
+ "multiChainAsset": "DOT-Polkadot",
2528
+ "hasValue": true,
2529
+ "icon": "polkadot.png"
2530
+ },
2531
+ "pendulum-LOCAL-USDT": {
2532
+ "originChain": "pendulum",
2533
+ "slug": "pendulum-LOCAL-USDT",
2534
+ "name": "Tether USD",
2535
+ "symbol": "USDT",
2536
+ "decimals": 6,
2537
+ "priceId": "tether",
2538
+ "minAmount": null,
2539
+ "assetType": "LOCAL",
2540
+ "metadata": {
2541
+ "onChainInfo": {
2542
+ "XCM": "1"
2543
+ }
2544
+ },
2545
+ "multiChainAsset": "USDT-Tether",
2546
+ "hasValue": true,
2547
+ "icon": "usdt.png"
2548
+ },
2513
2549
  "gear_testnet-NATIVE-Unit": {
2514
2550
  "originChain": "gear_testnet",
2515
2551
  "slug": "gear_testnet-NATIVE-Unit",
@@ -3176,7 +3212,7 @@
3176
3212
  "name": "Joystream",
3177
3213
  "symbol": "JOY",
3178
3214
  "decimals": 10,
3179
- "priceId": null,
3215
+ "priceId": "joystream",
3180
3216
  "minAmount": "266666560",
3181
3217
  "assetType": "NATIVE",
3182
3218
  "metadata": null,
@@ -3692,11 +3728,11 @@
3692
3728
  "hasValue": true,
3693
3729
  "icon": "ausd.png"
3694
3730
  },
3695
- "bifrost-LOCAL-kUSD": {
3731
+ "bifrost-LOCAL-aUSD": {
3696
3732
  "originChain": "bifrost",
3697
- "slug": "bifrost-LOCAL-kUSD",
3733
+ "slug": "bifrost-LOCAL-aUSD",
3698
3734
  "name": "Karura USD",
3699
- "symbol": "kUSD",
3735
+ "symbol": "aUSD",
3700
3736
  "decimals": 12,
3701
3737
  "priceId": "acala-dollar",
3702
3738
  "minAmount": "100000000",
package/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  // Copyright 2019-2022 @subwallet/chain-list authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
- import _AssetLogoMap from "./data/AssetLogoMap.json" assert { type: 'json' };
5
- import _AssetRefMap from "./data/AssetRef.json" assert { type: 'json' };
6
- import _ChainAssetMap from "./data/ChainAsset.json" assert { type: 'json' };
7
- import _ChainInfoMap from "./data/ChainInfo.json" assert { type: 'json' };
8
- import _ChainLogoMap from "./data/ChainLogoMap.json" assert { type: 'json' };
9
- import _MultiChainAssetMap from "./data/MultiChainAsset.json" assert { type: 'json' };
4
+ import _AssetLogoMap from "./data/AssetLogoMap.json";
5
+ import _AssetRefMap from "./data/AssetRef.json";
6
+ import _ChainAssetMap from "./data/ChainAsset.json";
7
+ import _ChainInfoMap from "./data/ChainInfo.json";
8
+ import _ChainLogoMap from "./data/ChainLogoMap.json";
9
+ import _MultiChainAssetMap from "./data/MultiChainAsset.json";
10
10
  export const ChainInfoMap = _ChainInfoMap;
11
11
  export const ChainAssetMap = _ChainAssetMap;
12
12
  export const AssetRefMap = _AssetRefMap;
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.5-beta.2",
23
+ "version": "0.2.5-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.5-beta.2'
10
+ version: '0.2.5-beta.3'
11
11
  };