Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Moonbase Local demo code #46

Merged
merged 15 commits into from
Apr 24, 2023
Merged

Conversation

chrisli30
Copy link
Member

No description provided.

@chrisli30 chrisli30 requested a review from imstar15 April 23, 2023 20:35
src/moonbeam/moonbase-local.js Show resolved Hide resolved
console.log('\nTransfer balance from Alith to Alice.');
const topUpAmount = (new BN(1000).mul(decimalBN)).toString();

// TODO: add balance check and skip this transfer if balance is not lower than topUpAmount
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const minBalanceOnTuring = new BN(100).mul(decimalBN);

// TODO: 1. the location of Moonbase token should be defined in src/config/moonbase-local
// 2. wrap this locationToAssetId call to turingHelper.locationToAssetId(location)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proxyAccountId,
});

// TODO: need to add event verification of the ethereum execution
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisli30 chrisli30 merged commit aadd825 into send-xcm-to-moonbase Apr 24, 2023
@chrisli30 chrisli30 deleted the renovate_moonbase branch April 24, 2023 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants