@subwallet/chain-list 0.1.4 → 0.1.5

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.
@@ -57,6 +57,7 @@
57
57
  var kbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kbtc.png";
58
58
  var nodl = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png";
59
59
  var ring = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png";
60
+ var kton = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
60
61
  var xor = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png";
61
62
  var ares = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png";
62
63
  var pdex = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png";
@@ -303,6 +304,7 @@
303
304
  kbtc: kbtc,
304
305
  nodl: nodl,
305
306
  ring: ring,
307
+ kton: kton,
306
308
  xor: xor,
307
309
  ares: ares,
308
310
  pdex: pdex,
@@ -1869,7 +1871,7 @@
1869
1871
  icon: "nodle.png"
1870
1872
  },
1871
1873
  "darwinia2-NATIVE-RING": {
1872
- originChain: "darwinia",
1874
+ originChain: "darwinia2",
1873
1875
  slug: "darwinia2-NATIVE-RING",
1874
1876
  name: "Darwinia",
1875
1877
  symbol: "RING",
@@ -1881,6 +1883,22 @@
1881
1883
  multiChainAsset: null,
1882
1884
  hasValue: true,
1883
1885
  icon: "darwinia.png"
1886
+ },
1887
+ "darwinia2-LOCAL-KTON": {
1888
+ originChain: "darwinia2",
1889
+ slug: "darwinia2-LOCAL-KTON",
1890
+ name: "Darwinia Commitment Token",
1891
+ symbol: "KTON",
1892
+ decimals: 18,
1893
+ priceId: null,
1894
+ minAmount: "1",
1895
+ assetType: "LOCAL",
1896
+ metadata: {
1897
+ assetId: "1026"
1898
+ },
1899
+ multiChainAsset: null,
1900
+ hasValue: true,
1901
+ icon: "default.png"
1884
1902
  },
1885
1903
  "sora_ksm-NATIVE-XOR": {
1886
1904
  originChain: "sora_ksm",
@@ -51,6 +51,7 @@
51
51
  "kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kbtc.png",
52
52
  "nodl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png",
53
53
  "ring": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png",
54
+ "kton": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
54
55
  "xor": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png",
55
56
  "ares": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png",
56
57
  "pdex": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png",
@@ -1155,7 +1155,7 @@
1155
1155
  "icon": "nodle.png"
1156
1156
  },
1157
1157
  "darwinia2-NATIVE-RING": {
1158
- "originChain": "darwinia",
1158
+ "originChain": "darwinia2",
1159
1159
  "slug": "darwinia2-NATIVE-RING",
1160
1160
  "name": "Darwinia",
1161
1161
  "symbol": "RING",
@@ -1168,6 +1168,22 @@
1168
1168
  "hasValue": true,
1169
1169
  "icon": "darwinia.png"
1170
1170
  },
1171
+ "darwinia2-LOCAL-KTON": {
1172
+ "originChain": "darwinia2",
1173
+ "slug": "darwinia2-LOCAL-KTON",
1174
+ "name": "Darwinia Commitment Token",
1175
+ "symbol": "KTON",
1176
+ "decimals": 18,
1177
+ "priceId": null,
1178
+ "minAmount": "1",
1179
+ "assetType": "LOCAL",
1180
+ "metadata": {
1181
+ "assetId": "1026"
1182
+ },
1183
+ "multiChainAsset": null,
1184
+ "hasValue": true,
1185
+ "icon": "default.png"
1186
+ },
1171
1187
  "sora_ksm-NATIVE-XOR": {
1172
1188
  "originChain": "sora_ksm",
1173
1189
  "slug": "sora_ksm-NATIVE-XOR",
@@ -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.1.4'
16
+ version: '0.1.5'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -51,6 +51,7 @@
51
51
  "kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kbtc.png",
52
52
  "nodl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png",
53
53
  "ring": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png",
54
+ "kton": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
54
55
  "xor": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png",
55
56
  "ares": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png",
56
57
  "pdex": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png",
@@ -1155,7 +1155,7 @@
1155
1155
  "icon": "nodle.png"
1156
1156
  },
1157
1157
  "darwinia2-NATIVE-RING": {
1158
- "originChain": "darwinia",
1158
+ "originChain": "darwinia2",
1159
1159
  "slug": "darwinia2-NATIVE-RING",
1160
1160
  "name": "Darwinia",
1161
1161
  "symbol": "RING",
@@ -1168,6 +1168,22 @@
1168
1168
  "hasValue": true,
1169
1169
  "icon": "darwinia.png"
1170
1170
  },
1171
+ "darwinia2-LOCAL-KTON": {
1172
+ "originChain": "darwinia2",
1173
+ "slug": "darwinia2-LOCAL-KTON",
1174
+ "name": "Darwinia Commitment Token",
1175
+ "symbol": "KTON",
1176
+ "decimals": 18,
1177
+ "priceId": null,
1178
+ "minAmount": "1",
1179
+ "assetType": "LOCAL",
1180
+ "metadata": {
1181
+ "assetId": "1026"
1182
+ },
1183
+ "multiChainAsset": null,
1184
+ "hasValue": true,
1185
+ "icon": "default.png"
1186
+ },
1171
1187
  "sora_ksm-NATIVE-XOR": {
1172
1188
  "originChain": "sora_ksm",
1173
1189
  "slug": "sora_ksm-NATIVE-XOR",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.1.4",
23
+ "version": "0.1.5",
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.1.4'
10
+ version: '0.1.5'
11
11
  };