@paraspell/assets 8.9.10 → 8.11.0
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/dist/index.cjs +32 -0
- package/dist/index.mjs +32 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -10499,6 +10499,38 @@ var Ethereum = {
|
|
|
10499
10499
|
}
|
|
10500
10500
|
}
|
|
10501
10501
|
},
|
|
10502
|
+
{
|
|
10503
|
+
symbol: "DOT",
|
|
10504
|
+
existentialDeposit: "1",
|
|
10505
|
+
multiLocation: {
|
|
10506
|
+
parents: 2,
|
|
10507
|
+
interior: {
|
|
10508
|
+
X1: [
|
|
10509
|
+
{
|
|
10510
|
+
GlobalConsensus: {
|
|
10511
|
+
Polkadot: null
|
|
10512
|
+
}
|
|
10513
|
+
}
|
|
10514
|
+
]
|
|
10515
|
+
}
|
|
10516
|
+
}
|
|
10517
|
+
},
|
|
10518
|
+
{
|
|
10519
|
+
symbol: "KSM",
|
|
10520
|
+
existentialDeposit: "1",
|
|
10521
|
+
multiLocation: {
|
|
10522
|
+
parents: 2,
|
|
10523
|
+
interior: {
|
|
10524
|
+
X1: [
|
|
10525
|
+
{
|
|
10526
|
+
GlobalConsensus: {
|
|
10527
|
+
Kusama: null
|
|
10528
|
+
}
|
|
10529
|
+
}
|
|
10530
|
+
]
|
|
10531
|
+
}
|
|
10532
|
+
}
|
|
10533
|
+
},
|
|
10502
10534
|
{
|
|
10503
10535
|
symbol: "WETH",
|
|
10504
10536
|
assetId: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
package/dist/index.mjs
CHANGED
|
@@ -10497,6 +10497,38 @@ var Ethereum = {
|
|
|
10497
10497
|
}
|
|
10498
10498
|
}
|
|
10499
10499
|
},
|
|
10500
|
+
{
|
|
10501
|
+
symbol: "DOT",
|
|
10502
|
+
existentialDeposit: "1",
|
|
10503
|
+
multiLocation: {
|
|
10504
|
+
parents: 2,
|
|
10505
|
+
interior: {
|
|
10506
|
+
X1: [
|
|
10507
|
+
{
|
|
10508
|
+
GlobalConsensus: {
|
|
10509
|
+
Polkadot: null
|
|
10510
|
+
}
|
|
10511
|
+
}
|
|
10512
|
+
]
|
|
10513
|
+
}
|
|
10514
|
+
}
|
|
10515
|
+
},
|
|
10516
|
+
{
|
|
10517
|
+
symbol: "KSM",
|
|
10518
|
+
existentialDeposit: "1",
|
|
10519
|
+
multiLocation: {
|
|
10520
|
+
parents: 2,
|
|
10521
|
+
interior: {
|
|
10522
|
+
X1: [
|
|
10523
|
+
{
|
|
10524
|
+
GlobalConsensus: {
|
|
10525
|
+
Kusama: null
|
|
10526
|
+
}
|
|
10527
|
+
}
|
|
10528
|
+
]
|
|
10529
|
+
}
|
|
10530
|
+
}
|
|
10531
|
+
},
|
|
10500
10532
|
{
|
|
10501
10533
|
symbol: "WETH",
|
|
10502
10534
|
assetId: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.11.0",
|
|
4
4
|
"description": "Assets for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paraspell/sdk-common": "8.
|
|
26
|
+
"@paraspell/sdk-common": "8.11.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.26.0",
|