moonbeam-foundation / xcm-sdk

The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to
https://moonbeam-foundation.github.io/xcm-sdk/latest/
MIT License
14 stars 9 forks source link

Equilibrium #66

Closed ekenigs closed 1 year ago

ekenigs commented 1 year ago

Description

Small breaking change in deposit data:

  moonChainFee: {
-   balance: 0n,
-   fee: 33068783n,
+   amount: 33068783n,
    decimals: 10,
    symbol: 'DOT'
  },

moonbeam-docs

Checklist

ekenigs commented 1 year ago

@mmaurello thanks!