@paraspell/assets 11.9.1 → 11.9.2
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 +78 -0
- package/dist/index.mjs +78 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3563,6 +3563,33 @@ var Hydration = {
|
|
|
3563
3563
|
},
|
|
3564
3564
|
isFeeAsset: true
|
|
3565
3565
|
},
|
|
3566
|
+
{
|
|
3567
|
+
assetId: "39",
|
|
3568
|
+
symbol: "PAXG",
|
|
3569
|
+
decimals: 18,
|
|
3570
|
+
existentialDeposit: "41209923349543",
|
|
3571
|
+
location: {
|
|
3572
|
+
parents: 2,
|
|
3573
|
+
interior: {
|
|
3574
|
+
X2: [
|
|
3575
|
+
{
|
|
3576
|
+
GlobalConsensus: {
|
|
3577
|
+
Ethereum: {
|
|
3578
|
+
chainId: 1
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
AccountKey20: {
|
|
3584
|
+
network: null,
|
|
3585
|
+
key: "0x45804880de22913dafe09f4980848ece6ecbaf78"
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
]
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
isFeeAsset: true
|
|
3592
|
+
},
|
|
3566
3593
|
{
|
|
3567
3594
|
assetId: "101",
|
|
3568
3595
|
symbol: "2-Pool",
|
|
@@ -3570,6 +3597,33 @@ var Hydration = {
|
|
|
3570
3597
|
existentialDeposit: "1000",
|
|
3571
3598
|
alias: "2-Pool1"
|
|
3572
3599
|
},
|
|
3600
|
+
{
|
|
3601
|
+
assetId: "38",
|
|
3602
|
+
symbol: "ENA",
|
|
3603
|
+
decimals: 18,
|
|
3604
|
+
existentialDeposit: "17337031900138700",
|
|
3605
|
+
location: {
|
|
3606
|
+
parents: 2,
|
|
3607
|
+
interior: {
|
|
3608
|
+
X2: [
|
|
3609
|
+
{
|
|
3610
|
+
GlobalConsensus: {
|
|
3611
|
+
Ethereum: {
|
|
3612
|
+
chainId: 1
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
AccountKey20: {
|
|
3618
|
+
network: null,
|
|
3619
|
+
key: "0x57e114b691db790c35207b2e685d4a43181e6061"
|
|
3620
|
+
}
|
|
3621
|
+
}
|
|
3622
|
+
]
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
isFeeAsset: true
|
|
3626
|
+
},
|
|
3573
3627
|
{
|
|
3574
3628
|
assetId: "34",
|
|
3575
3629
|
symbol: "ETH",
|
|
@@ -4062,6 +4116,29 @@ var Hydration = {
|
|
|
4062
4116
|
},
|
|
4063
4117
|
isFeeAsset: true
|
|
4064
4118
|
},
|
|
4119
|
+
{
|
|
4120
|
+
assetId: "40",
|
|
4121
|
+
symbol: "jitoSOL",
|
|
4122
|
+
decimals: 9,
|
|
4123
|
+
existentialDeposit: "2651",
|
|
4124
|
+
location: {
|
|
4125
|
+
parents: 1,
|
|
4126
|
+
interior: {
|
|
4127
|
+
X2: [
|
|
4128
|
+
{
|
|
4129
|
+
Parachain: 2004
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
AccountKey20: {
|
|
4133
|
+
network: null,
|
|
4134
|
+
key: "0xe9f9a2e3deae4093c00fbc57b22bb51a4c05ad88"
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
]
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
isFeeAsset: true
|
|
4141
|
+
},
|
|
4065
4142
|
{
|
|
4066
4143
|
assetId: "2",
|
|
4067
4144
|
symbol: "DAI",
|
|
@@ -8807,6 +8884,7 @@ var AssetHubPolkadot = {
|
|
|
8807
8884
|
}
|
|
8808
8885
|
},
|
|
8809
8886
|
existentialDeposit: "1000000000",
|
|
8887
|
+
isFeeAsset: true,
|
|
8810
8888
|
alias: "NEURO2"
|
|
8811
8889
|
},
|
|
8812
8890
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -3561,6 +3561,33 @@ var Hydration = {
|
|
|
3561
3561
|
},
|
|
3562
3562
|
isFeeAsset: true
|
|
3563
3563
|
},
|
|
3564
|
+
{
|
|
3565
|
+
assetId: "39",
|
|
3566
|
+
symbol: "PAXG",
|
|
3567
|
+
decimals: 18,
|
|
3568
|
+
existentialDeposit: "41209923349543",
|
|
3569
|
+
location: {
|
|
3570
|
+
parents: 2,
|
|
3571
|
+
interior: {
|
|
3572
|
+
X2: [
|
|
3573
|
+
{
|
|
3574
|
+
GlobalConsensus: {
|
|
3575
|
+
Ethereum: {
|
|
3576
|
+
chainId: 1
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
AccountKey20: {
|
|
3582
|
+
network: null,
|
|
3583
|
+
key: "0x45804880de22913dafe09f4980848ece6ecbaf78"
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
]
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
isFeeAsset: true
|
|
3590
|
+
},
|
|
3564
3591
|
{
|
|
3565
3592
|
assetId: "101",
|
|
3566
3593
|
symbol: "2-Pool",
|
|
@@ -3568,6 +3595,33 @@ var Hydration = {
|
|
|
3568
3595
|
existentialDeposit: "1000",
|
|
3569
3596
|
alias: "2-Pool1"
|
|
3570
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
assetId: "38",
|
|
3600
|
+
symbol: "ENA",
|
|
3601
|
+
decimals: 18,
|
|
3602
|
+
existentialDeposit: "17337031900138700",
|
|
3603
|
+
location: {
|
|
3604
|
+
parents: 2,
|
|
3605
|
+
interior: {
|
|
3606
|
+
X2: [
|
|
3607
|
+
{
|
|
3608
|
+
GlobalConsensus: {
|
|
3609
|
+
Ethereum: {
|
|
3610
|
+
chainId: 1
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
AccountKey20: {
|
|
3616
|
+
network: null,
|
|
3617
|
+
key: "0x57e114b691db790c35207b2e685d4a43181e6061"
|
|
3618
|
+
}
|
|
3619
|
+
}
|
|
3620
|
+
]
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
isFeeAsset: true
|
|
3624
|
+
},
|
|
3571
3625
|
{
|
|
3572
3626
|
assetId: "34",
|
|
3573
3627
|
symbol: "ETH",
|
|
@@ -4060,6 +4114,29 @@ var Hydration = {
|
|
|
4060
4114
|
},
|
|
4061
4115
|
isFeeAsset: true
|
|
4062
4116
|
},
|
|
4117
|
+
{
|
|
4118
|
+
assetId: "40",
|
|
4119
|
+
symbol: "jitoSOL",
|
|
4120
|
+
decimals: 9,
|
|
4121
|
+
existentialDeposit: "2651",
|
|
4122
|
+
location: {
|
|
4123
|
+
parents: 1,
|
|
4124
|
+
interior: {
|
|
4125
|
+
X2: [
|
|
4126
|
+
{
|
|
4127
|
+
Parachain: 2004
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
AccountKey20: {
|
|
4131
|
+
network: null,
|
|
4132
|
+
key: "0xe9f9a2e3deae4093c00fbc57b22bb51a4c05ad88"
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
]
|
|
4136
|
+
}
|
|
4137
|
+
},
|
|
4138
|
+
isFeeAsset: true
|
|
4139
|
+
},
|
|
4063
4140
|
{
|
|
4064
4141
|
assetId: "2",
|
|
4065
4142
|
symbol: "DAI",
|
|
@@ -8805,6 +8882,7 @@ var AssetHubPolkadot = {
|
|
|
8805
8882
|
}
|
|
8806
8883
|
},
|
|
8807
8884
|
existentialDeposit: "1000000000",
|
|
8885
|
+
isFeeAsset: true,
|
|
8808
8886
|
alias: "NEURO2"
|
|
8809
8887
|
},
|
|
8810
8888
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "11.9.
|
|
3
|
+
"version": "11.9.2",
|
|
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": "11.9.
|
|
26
|
+
"@paraspell/sdk-common": "11.9.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|