@subwallet/chain-list 0.0.24 → 0.0.26
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 +1620 -157
- package/cjs/packageInfo.js +1 -1
- package/data/AssetRef.json +7 -0
- package/data/ChainAsset.json +1392 -17
- package/data/ChainInfo.json +4 -4
- package/data/MultiChainAsset.json +81 -1
- package/migrate/add-ED.js +2230 -2227
- package/migrate/add-decimals.js +3748 -3745
- package/migrate/convert-change-list.js +96 -93
- package/migrate/generate-native-tokens.js +3744 -3738
- package/migrate/subscan-support-map.js +15 -0
- package/migrate/update-price-symbol.js +42 -15
- package/migrate/validate-chainAsset.js +3 -0
- package/package.json +2 -1
- package/packageInfo.js +1 -1
package/data/ChainInfo.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"evmInfo": {
|
|
93
93
|
"evmChainId": 1284,
|
|
94
|
-
"blockExplorer": "https://
|
|
94
|
+
"blockExplorer": "https://moonbeam.subscan.io/",
|
|
95
95
|
"symbol": "GLMR",
|
|
96
96
|
"decimals": 18,
|
|
97
97
|
"existentialDeposit": "0",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
},
|
|
534
534
|
"evmInfo": {
|
|
535
535
|
"evmChainId": 1285,
|
|
536
|
-
"blockExplorer": "https://moonriver.
|
|
536
|
+
"blockExplorer": "https://moonriver.subscan.io/",
|
|
537
537
|
"symbol": "MOVR",
|
|
538
538
|
"decimals": 18,
|
|
539
539
|
"existentialDeposit": "0",
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
"blockExplorer": "https://efinity.subscan.io/",
|
|
1342
1342
|
"symbol": "EFI",
|
|
1343
1343
|
"existentialDeposit": "1000000000000000000",
|
|
1344
|
-
"decimals":
|
|
1344
|
+
"decimals": 18,
|
|
1345
1345
|
"hasNativeNft": false,
|
|
1346
1346
|
"supportSmartContract": null,
|
|
1347
1347
|
"supportStaking": false
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"blockExplorer": "https://phala.subscan.io/",
|
|
1393
1393
|
"symbol": "PHA",
|
|
1394
1394
|
"existentialDeposit": "10000000000",
|
|
1395
|
-
"decimals":
|
|
1395
|
+
"decimals": 12,
|
|
1396
1396
|
"hasNativeNft": false,
|
|
1397
1397
|
"supportSmartContract": null,
|
|
1398
1398
|
"supportStaking": false
|
|
@@ -139,8 +139,88 @@
|
|
|
139
139
|
"slug": "kBTC-KintsugiWrappedBTC",
|
|
140
140
|
"originChainAsset": "kintsugi-LOCAL-kBTC",
|
|
141
141
|
"name": "Kintsugi Wrapped BTC",
|
|
142
|
-
"symbol": "
|
|
142
|
+
"symbol": "kBTC",
|
|
143
143
|
"priceId": null,
|
|
144
144
|
"hasValue": true
|
|
145
|
+
},
|
|
146
|
+
"USDC-USDCoin": {
|
|
147
|
+
"slug": "USDC-USDCoin",
|
|
148
|
+
"originChainAsset": null,
|
|
149
|
+
"name": "USDC",
|
|
150
|
+
"symbol": "USDC",
|
|
151
|
+
"priceId": "usd-coin",
|
|
152
|
+
"hasValue": true
|
|
153
|
+
},
|
|
154
|
+
"BNB-Binance": {
|
|
155
|
+
"slug": "BNB-Binance",
|
|
156
|
+
"originChainAsset": "binance-NATIVE-BNB",
|
|
157
|
+
"name": "Binance Smart Chain",
|
|
158
|
+
"symbol": "BNB",
|
|
159
|
+
"priceId": "binancecoin",
|
|
160
|
+
"hasValue": true
|
|
161
|
+
},
|
|
162
|
+
"BUSD-BinanceUSD": {
|
|
163
|
+
"slug": "BUSD-BinanceUSD",
|
|
164
|
+
"originChainAsset": "binance-ERC20-BUSD-0xe9e7cea3dedca5984780bafc599bd69add087d56",
|
|
165
|
+
"name": "Binance USD",
|
|
166
|
+
"symbol": "BUSD",
|
|
167
|
+
"priceId": "binance-usd",
|
|
168
|
+
"hasValue": true
|
|
169
|
+
},
|
|
170
|
+
"DAI-DaiStablecoin": {
|
|
171
|
+
"slug": "DAI-DaiStablecoin",
|
|
172
|
+
"originChainAsset": null,
|
|
173
|
+
"name": "Dai Stablecoin",
|
|
174
|
+
"symbol": "DAI",
|
|
175
|
+
"priceId": "dai",
|
|
176
|
+
"hasValue": true
|
|
177
|
+
},
|
|
178
|
+
"SDN-Shiden": {
|
|
179
|
+
"slug": "SDN-Shiden",
|
|
180
|
+
"originChainAsset": "shiden-NATIVE-SDN",
|
|
181
|
+
"name": "Shiden",
|
|
182
|
+
"symbol": "SDN",
|
|
183
|
+
"priceId": "shiden",
|
|
184
|
+
"hasValue": true
|
|
185
|
+
},
|
|
186
|
+
"PKEX-PolkaEx": {
|
|
187
|
+
"slug": "PKEX-PolkaEx",
|
|
188
|
+
"originChainAsset": null,
|
|
189
|
+
"name": "PolkaEx",
|
|
190
|
+
"symbol": "PKEX",
|
|
191
|
+
"priceId": "polkaex",
|
|
192
|
+
"hasValue": true
|
|
193
|
+
},
|
|
194
|
+
"CRU-Crust": {
|
|
195
|
+
"slug": "CRU-Crust",
|
|
196
|
+
"originChainAsset": "crust-NATIVE-CRU",
|
|
197
|
+
"name": "Crust",
|
|
198
|
+
"symbol": "CRU",
|
|
199
|
+
"priceId": "crust-network",
|
|
200
|
+
"hasValue": true
|
|
201
|
+
},
|
|
202
|
+
"PHA-Phala": {
|
|
203
|
+
"slug": "PHA-Phala",
|
|
204
|
+
"originChainAsset": "phala-NATIVE-PHA",
|
|
205
|
+
"name": "Phala",
|
|
206
|
+
"symbol": "PHA",
|
|
207
|
+
"priceId": "pha",
|
|
208
|
+
"hasValue": true
|
|
209
|
+
},
|
|
210
|
+
"PARA-Parallel": {
|
|
211
|
+
"slug": "PARA-Parallel",
|
|
212
|
+
"originChainAsset": "parallel-NATIVE-PARA",
|
|
213
|
+
"name": "Parallel",
|
|
214
|
+
"symbol": "PARA",
|
|
215
|
+
"priceId": "parallel-finance",
|
|
216
|
+
"hasValue": true
|
|
217
|
+
},
|
|
218
|
+
"BOBA-BobaToken": {
|
|
219
|
+
"slug": "BOBA-BobaToken",
|
|
220
|
+
"originChainAsset": "bobabeam-NATIVE-BOBA",
|
|
221
|
+
"name": "Boba Token",
|
|
222
|
+
"symbol": "BOBA",
|
|
223
|
+
"priceId": "boba-network",
|
|
224
|
+
"hasValue": true
|
|
145
225
|
}
|
|
146
226
|
}
|