@subwallet/chain-list 0.2.67-beta.8 → 0.2.67-beta.9
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.
- package/bundle-subwallet-chain-list.js +28 -6
- package/cjs/data/ChainAsset.json +28 -6
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +28 -6
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -2351,7 +2351,12 @@
|
|
|
2351
2351
|
priceId: "polkadot",
|
|
2352
2352
|
minAmount: "10000000000",
|
|
2353
2353
|
assetType: "NATIVE",
|
|
2354
|
-
metadata:
|
|
2354
|
+
metadata: {
|
|
2355
|
+
multilocation: {
|
|
2356
|
+
parents: 0,
|
|
2357
|
+
interior: "Here"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2355
2360
|
multiChainAsset: "DOT-Polkadot",
|
|
2356
2361
|
hasValue: true,
|
|
2357
2362
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadot-native-dot.png"
|
|
@@ -2365,7 +2370,12 @@
|
|
|
2365
2370
|
priceId: "kusama",
|
|
2366
2371
|
minAmount: "333333333",
|
|
2367
2372
|
assetType: "NATIVE",
|
|
2368
|
-
metadata:
|
|
2373
|
+
metadata: {
|
|
2374
|
+
multilocation: {
|
|
2375
|
+
parents: 0,
|
|
2376
|
+
interior: "Here"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2369
2379
|
multiChainAsset: "KSM-Kusama",
|
|
2370
2380
|
hasValue: true,
|
|
2371
2381
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kusama-native-ksm.png"
|
|
@@ -2407,7 +2417,12 @@
|
|
|
2407
2417
|
priceId: "moonbeam",
|
|
2408
2418
|
minAmount: "0",
|
|
2409
2419
|
assetType: "NATIVE",
|
|
2410
|
-
metadata:
|
|
2420
|
+
metadata: {
|
|
2421
|
+
multilocation: {
|
|
2422
|
+
parents: 0,
|
|
2423
|
+
interior: "Here"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2411
2426
|
multiChainAsset: "GLMR-Moonbeam",
|
|
2412
2427
|
hasValue: true,
|
|
2413
2428
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-native-glmr.png"
|
|
@@ -2423,7 +2438,8 @@
|
|
|
2423
2438
|
assetType: "NATIVE",
|
|
2424
2439
|
metadata: {
|
|
2425
2440
|
multilocation: {
|
|
2426
|
-
|
|
2441
|
+
parents: 0,
|
|
2442
|
+
interior: "Here"
|
|
2427
2443
|
}
|
|
2428
2444
|
},
|
|
2429
2445
|
multiChainAsset: "NEER-Pioneer",
|
|
@@ -2498,7 +2514,8 @@
|
|
|
2498
2514
|
}
|
|
2499
2515
|
},
|
|
2500
2516
|
multilocation: {
|
|
2501
|
-
|
|
2517
|
+
parents: 0,
|
|
2518
|
+
interior: "Here"
|
|
2502
2519
|
}
|
|
2503
2520
|
},
|
|
2504
2521
|
multiChainAsset: "ACA-Acala",
|
|
@@ -3006,7 +3023,12 @@
|
|
|
3006
3023
|
priceId: null,
|
|
3007
3024
|
minAmount: "33333333",
|
|
3008
3025
|
assetType: "NATIVE",
|
|
3009
|
-
metadata:
|
|
3026
|
+
metadata: {
|
|
3027
|
+
multilocation: {
|
|
3028
|
+
parents: 0,
|
|
3029
|
+
interior: "Here"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3010
3032
|
multiChainAsset: null,
|
|
3011
3033
|
hasValue: false,
|
|
3012
3034
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo-native-roc.png"
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8,7 +8,12 @@
|
|
|
8
8
|
"priceId": "polkadot",
|
|
9
9
|
"minAmount": "10000000000",
|
|
10
10
|
"assetType": "NATIVE",
|
|
11
|
-
"metadata":
|
|
11
|
+
"metadata": {
|
|
12
|
+
"multilocation": {
|
|
13
|
+
"parents": 0,
|
|
14
|
+
"interior": "Here"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
12
17
|
"multiChainAsset": "DOT-Polkadot",
|
|
13
18
|
"hasValue": true,
|
|
14
19
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadot-native-dot.png"
|
|
@@ -22,7 +27,12 @@
|
|
|
22
27
|
"priceId": "kusama",
|
|
23
28
|
"minAmount": "333333333",
|
|
24
29
|
"assetType": "NATIVE",
|
|
25
|
-
"metadata":
|
|
30
|
+
"metadata": {
|
|
31
|
+
"multilocation": {
|
|
32
|
+
"parents": 0,
|
|
33
|
+
"interior": "Here"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
26
36
|
"multiChainAsset": "KSM-Kusama",
|
|
27
37
|
"hasValue": true,
|
|
28
38
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kusama-native-ksm.png"
|
|
@@ -64,7 +74,12 @@
|
|
|
64
74
|
"priceId": "moonbeam",
|
|
65
75
|
"minAmount": "0",
|
|
66
76
|
"assetType": "NATIVE",
|
|
67
|
-
"metadata":
|
|
77
|
+
"metadata": {
|
|
78
|
+
"multilocation": {
|
|
79
|
+
"parents": 0,
|
|
80
|
+
"interior": "Here"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
68
83
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
69
84
|
"hasValue": true,
|
|
70
85
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-native-glmr.png"
|
|
@@ -80,7 +95,8 @@
|
|
|
80
95
|
"assetType": "NATIVE",
|
|
81
96
|
"metadata": {
|
|
82
97
|
"multilocation": {
|
|
83
|
-
"
|
|
98
|
+
"parents": 0,
|
|
99
|
+
"interior": "Here"
|
|
84
100
|
}
|
|
85
101
|
},
|
|
86
102
|
"multiChainAsset": "NEER-Pioneer",
|
|
@@ -155,7 +171,8 @@
|
|
|
155
171
|
}
|
|
156
172
|
},
|
|
157
173
|
"multilocation": {
|
|
158
|
-
"
|
|
174
|
+
"parents": 0,
|
|
175
|
+
"interior": "Here"
|
|
159
176
|
}
|
|
160
177
|
},
|
|
161
178
|
"multiChainAsset": "ACA-Acala",
|
|
@@ -663,7 +680,12 @@
|
|
|
663
680
|
"priceId": null,
|
|
664
681
|
"minAmount": "33333333",
|
|
665
682
|
"assetType": "NATIVE",
|
|
666
|
-
"metadata":
|
|
683
|
+
"metadata": {
|
|
684
|
+
"multilocation": {
|
|
685
|
+
"parents": 0,
|
|
686
|
+
"interior": "Here"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
667
689
|
"multiChainAsset": null,
|
|
668
690
|
"hasValue": false,
|
|
669
691
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo-native-roc.png"
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -8,7 +8,12 @@
|
|
|
8
8
|
"priceId": "polkadot",
|
|
9
9
|
"minAmount": "10000000000",
|
|
10
10
|
"assetType": "NATIVE",
|
|
11
|
-
"metadata":
|
|
11
|
+
"metadata": {
|
|
12
|
+
"multilocation": {
|
|
13
|
+
"parents": 0,
|
|
14
|
+
"interior": "Here"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
12
17
|
"multiChainAsset": "DOT-Polkadot",
|
|
13
18
|
"hasValue": true,
|
|
14
19
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadot-native-dot.png"
|
|
@@ -22,7 +27,12 @@
|
|
|
22
27
|
"priceId": "kusama",
|
|
23
28
|
"minAmount": "333333333",
|
|
24
29
|
"assetType": "NATIVE",
|
|
25
|
-
"metadata":
|
|
30
|
+
"metadata": {
|
|
31
|
+
"multilocation": {
|
|
32
|
+
"parents": 0,
|
|
33
|
+
"interior": "Here"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
26
36
|
"multiChainAsset": "KSM-Kusama",
|
|
27
37
|
"hasValue": true,
|
|
28
38
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kusama-native-ksm.png"
|
|
@@ -64,7 +74,12 @@
|
|
|
64
74
|
"priceId": "moonbeam",
|
|
65
75
|
"minAmount": "0",
|
|
66
76
|
"assetType": "NATIVE",
|
|
67
|
-
"metadata":
|
|
77
|
+
"metadata": {
|
|
78
|
+
"multilocation": {
|
|
79
|
+
"parents": 0,
|
|
80
|
+
"interior": "Here"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
68
83
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
69
84
|
"hasValue": true,
|
|
70
85
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-native-glmr.png"
|
|
@@ -80,7 +95,8 @@
|
|
|
80
95
|
"assetType": "NATIVE",
|
|
81
96
|
"metadata": {
|
|
82
97
|
"multilocation": {
|
|
83
|
-
"
|
|
98
|
+
"parents": 0,
|
|
99
|
+
"interior": "Here"
|
|
84
100
|
}
|
|
85
101
|
},
|
|
86
102
|
"multiChainAsset": "NEER-Pioneer",
|
|
@@ -155,7 +171,8 @@
|
|
|
155
171
|
}
|
|
156
172
|
},
|
|
157
173
|
"multilocation": {
|
|
158
|
-
"
|
|
174
|
+
"parents": 0,
|
|
175
|
+
"interior": "Here"
|
|
159
176
|
}
|
|
160
177
|
},
|
|
161
178
|
"multiChainAsset": "ACA-Acala",
|
|
@@ -663,7 +680,12 @@
|
|
|
663
680
|
"priceId": null,
|
|
664
681
|
"minAmount": "33333333",
|
|
665
682
|
"assetType": "NATIVE",
|
|
666
|
-
"metadata":
|
|
683
|
+
"metadata": {
|
|
684
|
+
"multilocation": {
|
|
685
|
+
"parents": 0,
|
|
686
|
+
"interior": "Here"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
667
689
|
"multiChainAsset": null,
|
|
668
690
|
"hasValue": false,
|
|
669
691
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo-native-roc.png"
|
package/package.json
CHANGED
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.67-beta.
|
|
10
|
+
version: '0.2.67-beta.9'
|
|
11
11
|
};
|