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

Support withdraw to chains with Ethereum accounts #65

Closed fgamundi closed 1 year ago

fgamundi commented 1 year ago

Description

Darwinia has started migrating to ethereum type accounts, making it incompatible with the SDKs withdrawals. This PR adds a new usesEthereumAccounts flag to Chain configs. Withdraw will now take that flag into account when building the withdraw contract call params data. Pangoro Alphanet temporarily added to test.

Checklist