@subwallet/chain-list 0.1.4 → 0.1.6

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",
@@ -6859,7 +6877,7 @@
6859
6877
  substrateInfo: null,
6860
6878
  evmInfo: {
6861
6879
  evmChainId: 81,
6862
- blockExplorer: null,
6880
+ blockExplorer: "https://blockscout.com/shibuya/",
6863
6881
  symbol: "SBY",
6864
6882
  decimals: 18,
6865
6883
  existentialDeposit: "0",
@@ -6891,7 +6909,7 @@
6891
6909
  supportStaking: false,
6892
6910
  hasNativeNft: false,
6893
6911
  supportSmartContract: null,
6894
- blockExplorer: null
6912
+ blockExplorer: "https://explorer.mainnet.aventus.io/"
6895
6913
  },
6896
6914
  evmInfo: null,
6897
6915
  icon: "default.png"
@@ -6946,7 +6964,7 @@
6946
6964
  addressPrefix: 42,
6947
6965
  crowdloanUrl: null,
6948
6966
  chainType: "RELAYCHAIN",
6949
- blockExplorer: null,
6967
+ blockExplorer: "https://rococo.subscan.io/",
6950
6968
  symbol: "ROC",
6951
6969
  existentialDeposit: "33333333",
6952
6970
  decimals: 12,
@@ -7318,7 +7336,7 @@
7318
7336
  substrateInfo: null,
7319
7337
  evmInfo: {
7320
7338
  evmChainId: 1297,
7321
- blockExplorer: null,
7339
+ blockExplorer: "https://blockexplorer.bobabase.boba.network/",
7322
7340
  symbol: "BOBA",
7323
7341
  decimals: 18,
7324
7342
  existentialDeposit: "0",
@@ -7326,7 +7344,7 @@
7326
7344
  "ERC20",
7327
7345
  "ERC721"
7328
7346
  ],
7329
- abiExplorer: "https://blockexplorer.bobabase.boba.network"
7347
+ abiExplorer: "https://blockexplorer.bobabase.boba.network/"
7330
7348
  },
7331
7349
  icon: "boba-network.png"
7332
7350
  };
@@ -8673,7 +8691,7 @@
8673
8691
  decimals: 18,
8674
8692
  hasNativeNft: false,
8675
8693
  supportSmartContract: null,
8676
- blockExplorer: null,
8694
+ blockExplorer: "https://mangatax.subscan.io/",
8677
8695
  supportStaking: false
8678
8696
  },
8679
8697
  evmInfo: null,
@@ -10328,7 +10346,7 @@
10328
10346
  supportStaking: false,
10329
10347
  hasNativeNft: false,
10330
10348
  supportSmartContract: null,
10331
- blockExplorer: null
10349
+ blockExplorer: "https://explorer.testnet.aventus.io/"
10332
10350
  },
10333
10351
  evmInfo: null,
10334
10352
  icon: "default.png"
@@ -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",
@@ -559,7 +559,7 @@
559
559
  "substrateInfo": null,
560
560
  "evmInfo": {
561
561
  "evmChainId": 81,
562
- "blockExplorer": null,
562
+ "blockExplorer": "https://blockscout.com/shibuya/",
563
563
  "symbol": "SBY",
564
564
  "decimals": 18,
565
565
  "existentialDeposit": "0",
@@ -591,7 +591,7 @@
591
591
  "supportStaking": false,
592
592
  "hasNativeNft": false,
593
593
  "supportSmartContract": null,
594
- "blockExplorer": null
594
+ "blockExplorer": "https://explorer.mainnet.aventus.io/"
595
595
  },
596
596
  "evmInfo": null,
597
597
  "icon": "default.png"
@@ -646,7 +646,7 @@
646
646
  "addressPrefix": 42,
647
647
  "crowdloanUrl": null,
648
648
  "chainType": "RELAYCHAIN",
649
- "blockExplorer": null,
649
+ "blockExplorer": "https://rococo.subscan.io/",
650
650
  "symbol": "ROC",
651
651
  "existentialDeposit": "33333333",
652
652
  "decimals": 12,
@@ -1018,7 +1018,7 @@
1018
1018
  "substrateInfo": null,
1019
1019
  "evmInfo": {
1020
1020
  "evmChainId": 1297,
1021
- "blockExplorer": null,
1021
+ "blockExplorer": "https://blockexplorer.bobabase.boba.network/",
1022
1022
  "symbol": "BOBA",
1023
1023
  "decimals": 18,
1024
1024
  "existentialDeposit": "0",
@@ -1026,7 +1026,7 @@
1026
1026
  "ERC20",
1027
1027
  "ERC721"
1028
1028
  ],
1029
- "abiExplorer": "https://blockexplorer.bobabase.boba.network"
1029
+ "abiExplorer": "https://blockexplorer.bobabase.boba.network/"
1030
1030
  },
1031
1031
  "icon": "boba-network.png"
1032
1032
  },
@@ -2372,7 +2372,7 @@
2372
2372
  "decimals": 18,
2373
2373
  "hasNativeNft": false,
2374
2374
  "supportSmartContract": null,
2375
- "blockExplorer": null,
2375
+ "blockExplorer": "https://mangatax.subscan.io/",
2376
2376
  "supportStaking": false
2377
2377
  },
2378
2378
  "evmInfo": null,
@@ -4052,7 +4052,7 @@
4052
4052
  "supportStaking": false,
4053
4053
  "hasNativeNft": false,
4054
4054
  "supportSmartContract": null,
4055
- "blockExplorer": null
4055
+ "blockExplorer": "https://explorer.testnet.aventus.io/"
4056
4056
  },
4057
4057
  "evmInfo": null,
4058
4058
  "icon": "default.png"
@@ -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.6'
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",
@@ -559,7 +559,7 @@
559
559
  "substrateInfo": null,
560
560
  "evmInfo": {
561
561
  "evmChainId": 81,
562
- "blockExplorer": null,
562
+ "blockExplorer": "https://blockscout.com/shibuya/",
563
563
  "symbol": "SBY",
564
564
  "decimals": 18,
565
565
  "existentialDeposit": "0",
@@ -591,7 +591,7 @@
591
591
  "supportStaking": false,
592
592
  "hasNativeNft": false,
593
593
  "supportSmartContract": null,
594
- "blockExplorer": null
594
+ "blockExplorer": "https://explorer.mainnet.aventus.io/"
595
595
  },
596
596
  "evmInfo": null,
597
597
  "icon": "default.png"
@@ -646,7 +646,7 @@
646
646
  "addressPrefix": 42,
647
647
  "crowdloanUrl": null,
648
648
  "chainType": "RELAYCHAIN",
649
- "blockExplorer": null,
649
+ "blockExplorer": "https://rococo.subscan.io/",
650
650
  "symbol": "ROC",
651
651
  "existentialDeposit": "33333333",
652
652
  "decimals": 12,
@@ -1018,7 +1018,7 @@
1018
1018
  "substrateInfo": null,
1019
1019
  "evmInfo": {
1020
1020
  "evmChainId": 1297,
1021
- "blockExplorer": null,
1021
+ "blockExplorer": "https://blockexplorer.bobabase.boba.network/",
1022
1022
  "symbol": "BOBA",
1023
1023
  "decimals": 18,
1024
1024
  "existentialDeposit": "0",
@@ -1026,7 +1026,7 @@
1026
1026
  "ERC20",
1027
1027
  "ERC721"
1028
1028
  ],
1029
- "abiExplorer": "https://blockexplorer.bobabase.boba.network"
1029
+ "abiExplorer": "https://blockexplorer.bobabase.boba.network/"
1030
1030
  },
1031
1031
  "icon": "boba-network.png"
1032
1032
  },
@@ -2372,7 +2372,7 @@
2372
2372
  "decimals": 18,
2373
2373
  "hasNativeNft": false,
2374
2374
  "supportSmartContract": null,
2375
- "blockExplorer": null,
2375
+ "blockExplorer": "https://mangatax.subscan.io/",
2376
2376
  "supportStaking": false
2377
2377
  },
2378
2378
  "evmInfo": null,
@@ -4052,7 +4052,7 @@
4052
4052
  "supportStaking": false,
4053
4053
  "hasNativeNft": false,
4054
4054
  "supportSmartContract": null,
4055
- "blockExplorer": null
4055
+ "blockExplorer": "https://explorer.testnet.aventus.io/"
4056
4056
  },
4057
4057
  "evmInfo": null,
4058
4058
  "icon": "default.png"
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.6",
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.6'
11
11
  };