-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix XCM transfers for Peaq EVM on Alphanet (#254)
* add isEvmSigner to EvmParachain to handle peaq in the dapp * get balances and decimals without signer * remove evm signer from getSourceData * add changeset * --wip-- [skip ci] * try to fix * --wip-- [skip ci] * --wip-- [skip ci] * fix fee getters for Peaq EVM * remove console.log * --wip-- [skip ci] * fix multilocation for peaq * --wip-- [skip ci] * uncomment DEV from Peaq EVM to Moonbase alpha * fix peaq evm to moonbase aplha DEV transfer * generate new changeset * changes after the review * remove optional
- Loading branch information
Showing
15 changed files
with
347 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@moonbeam-network/xcm-builder': minor | ||
'@moonbeam-network/xcm-config': minor | ||
'@moonbeam-network/xcm-types': minor | ||
'@moonbeam-network/xcm-sdk': minor | ||
--- | ||
|
||
make Precompile XCM flow work for Peaq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.