@subwallet/chain-list 0.0.26 → 0.0.28
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 +1281 -152
- package/cjs/packageInfo.js +1 -1
- package/data/AssetRef.json +43 -1
- package/data/ChainAsset.json +1006 -9
- package/data/ChainInfo.json +69 -14
- package/data/MultiChainAsset.json +32 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
package/data/AssetRef.json
CHANGED
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"path": "XCM"
|
|
206
206
|
},
|
|
207
207
|
"moonbeam-LOCAL-xciBTC___interlay-LOCAL-iBTC": {
|
|
208
|
-
"srcAsset": "moonbeam-LOCAL-
|
|
208
|
+
"srcAsset": "moonbeam-LOCAL-xciBTC",
|
|
209
209
|
"destAsset": "interlay-LOCAL-iBTC",
|
|
210
210
|
"srcChain": "moonbeam",
|
|
211
211
|
"destChain": "interlay",
|
|
@@ -287,5 +287,47 @@
|
|
|
287
287
|
"srcChain": "pioneer",
|
|
288
288
|
"destChain": "karura",
|
|
289
289
|
"path": "XCM"
|
|
290
|
+
},
|
|
291
|
+
"bifrost-NATIVE-BNC___karura-LOCAL-BNC": {
|
|
292
|
+
"srcAsset": "bifrost-NATIVE-BNC",
|
|
293
|
+
"destAsset": "karura-LOCAL-BNC",
|
|
294
|
+
"srcChain": "bifrost",
|
|
295
|
+
"destChain": "karura",
|
|
296
|
+
"path": "XCM"
|
|
297
|
+
},
|
|
298
|
+
"bifrost-NATIVE-BNC___moonriver-LOCAL-xcBNC": {
|
|
299
|
+
"srcAsset": "bifrost-NATIVE-BNC",
|
|
300
|
+
"destAsset": "moonriver-LOCAL-xcBNC",
|
|
301
|
+
"srcChain": "bifrost",
|
|
302
|
+
"destChain": "moonriver",
|
|
303
|
+
"path": "XCM"
|
|
304
|
+
},
|
|
305
|
+
"interlay-LOCAL-iBTC___moonbeam-LOCAL-xciBTC": {
|
|
306
|
+
"srcAsset": "interlay-LOCAL-iBTC",
|
|
307
|
+
"destAsset": "moonbeam-LOCAL-xciBTC",
|
|
308
|
+
"srcChain": "interlay",
|
|
309
|
+
"destChain": "moonbeam",
|
|
310
|
+
"path": "XCM"
|
|
311
|
+
},
|
|
312
|
+
"interlay-NATIVE-INTR___moonbeam-LOCAL-xcINTR": {
|
|
313
|
+
"srcAsset": "interlay-NATIVE-INTR",
|
|
314
|
+
"destAsset": "moonbeam-LOCAL-xcINTR",
|
|
315
|
+
"srcChain": "interlay",
|
|
316
|
+
"destChain": "moonbeam",
|
|
317
|
+
"path": "XCM"
|
|
318
|
+
},
|
|
319
|
+
"shiden-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
320
|
+
"srcAsset": "shiden-LOCAL-KSM",
|
|
321
|
+
"destAsset": "kusama-NATIVE-KSM",
|
|
322
|
+
"srcChain": "shiden",
|
|
323
|
+
"destChain": "kusama",
|
|
324
|
+
"path": "XCM"
|
|
325
|
+
},
|
|
326
|
+
"bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
327
|
+
"srcAsset": "bifrost-LOCAL-KSM",
|
|
328
|
+
"destAsset": "kusama-NATIVE-KSM",
|
|
329
|
+
"srcChain": "bifrost",
|
|
330
|
+
"destChain": "kusama",
|
|
331
|
+
"path": "XCM"
|
|
290
332
|
}
|
|
291
333
|
}
|