@paraspell/assets 8.9.0 → 8.9.1
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1780,7 +1780,7 @@ var BifrostPolkadot = {
|
|
|
1780
1780
|
symbol: "ETH",
|
|
1781
1781
|
decimals: 18,
|
|
1782
1782
|
multiLocation: {
|
|
1783
|
-
parents:
|
|
1783
|
+
parents: 2,
|
|
1784
1784
|
interior: {
|
|
1785
1785
|
X1: {
|
|
1786
1786
|
GlobalConsensus: {
|
|
@@ -11517,7 +11517,7 @@ var Ethereum = {
|
|
|
11517
11517
|
assetId: "0x0000000000000000000000000000000000000000",
|
|
11518
11518
|
existentialDeposit: "15000000000000",
|
|
11519
11519
|
multiLocation: {
|
|
11520
|
-
parents:
|
|
11520
|
+
parents: 2,
|
|
11521
11521
|
interior: {
|
|
11522
11522
|
X1: {
|
|
11523
11523
|
GlobalConsensus: {
|
package/dist/index.mjs
CHANGED
|
@@ -1778,7 +1778,7 @@ var BifrostPolkadot = {
|
|
|
1778
1778
|
symbol: "ETH",
|
|
1779
1779
|
decimals: 18,
|
|
1780
1780
|
multiLocation: {
|
|
1781
|
-
parents:
|
|
1781
|
+
parents: 2,
|
|
1782
1782
|
interior: {
|
|
1783
1783
|
X1: {
|
|
1784
1784
|
GlobalConsensus: {
|
|
@@ -11515,7 +11515,7 @@ var Ethereum = {
|
|
|
11515
11515
|
assetId: "0x0000000000000000000000000000000000000000",
|
|
11516
11516
|
existentialDeposit: "15000000000000",
|
|
11517
11517
|
multiLocation: {
|
|
11518
|
-
parents:
|
|
11518
|
+
parents: 2,
|
|
11519
11519
|
interior: {
|
|
11520
11520
|
X1: {
|
|
11521
11521
|
GlobalConsensus: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.1",
|
|
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.9.
|
|
26
|
+
"@paraspell/sdk-common": "8.9.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.26.0",
|