Skip to content

Commit

Permalink
update snapshots and add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Nov 14, 2023
1 parent 2a540af commit 538660e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .changeset/healthy-forks-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@moonbeam-network/xcm-builder': patch
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-sdk': patch
---

Change Astar and Shiden pallet and fix Any keyword error
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exports[`eqBalances transferXcm should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down Expand Up @@ -98,7 +97,6 @@ exports[`eqBalances xcmTransfer should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exports[`polkadotXcm limitedReserveTransferAssets here should get correct argume
"X1": {
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
},
Expand Down Expand Up @@ -144,7 +143,6 @@ exports[`polkadotXcm limitedReserveTransferAssets x1 should get correct argument
"X1": {
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
},
Expand Down Expand Up @@ -202,7 +200,6 @@ exports[`polkadotXcm limitedReserveTransferAssets x2 should get correct argument
"X1": {
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
},
Expand Down Expand Up @@ -328,7 +325,6 @@ exports[`polkadotXcm limitedReserveWithdrawAssets x2 should get correct argument
"X1": {
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ exports[`xTokens transfer should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down Expand Up @@ -128,7 +127,6 @@ exports[`xTokens transferMultiAsset x1 should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down Expand Up @@ -183,7 +181,6 @@ exports[`xTokens transferMultiAsset x2 should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down Expand Up @@ -271,7 +268,6 @@ exports[`xTokens transferMultiCurrencies x2 should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exports[`xTransfer transfer here should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down Expand Up @@ -139,7 +138,6 @@ exports[`xTransfer transfer x2 should get correct arguments 1`] = `
{
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exports[`xcmPallet limitedReserveTransferAssets should get correct arguments 1`]
"X1": {
"AccountKey20": {
"key": "0xeF46c7649270C912704fB09B75097f6E32208b85",
"network": "Any",
},
},
},
Expand Down

0 comments on commit 538660e

Please sign in to comment.