-
Notifications
You must be signed in to change notification settings - Fork 105
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
Adds paseo UI #1276
Adds paseo UI #1276
Conversation
web/packages/api/src/environment.ts
Outdated
{ | ||
id: "muse", | ||
name: "Muse", | ||
type: "substrate", | ||
destinationIds: [], | ||
paraInfo: { | ||
paraId: 3369, | ||
destinationFeeDOT: 200_000_000_000n, | ||
skipExistentialDepositCheck: true, | ||
addressType: "20byte", | ||
decimals: 18, | ||
maxConsumers: 16, | ||
}, | ||
erc20tokensReceivable: [ | ||
{ | ||
id: "MUSE", | ||
address: "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee", | ||
minimumTransferAmount: 10_000_000_000_000_000n, | ||
}, | ||
], | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this whole parachain.
@claravanstaden @alistair-singh do you know when this will be merged? And are we adding at least one parachain to the config so that we can run some tests from/to a parachain? |
Hey @NunoAlexandre! The main holdup is an AH upgrade. The Paseo team has been focused on the relay chain upgrade (to test coretime), and will upgrade BH and AH this week. As soon as the upgrade is done, we can merge this PR and deploy the UI. Are you in the Element room with the Paseo updates? If not, here it is: https://matrix.to/#/#paseo-announcements:matrix.org I am not sure about adding a parachain... We could add Muse but will check with @alistair-singh. |
Great, thanks for the reply :) Adding a parachain would be super important to be able to test Para <> Ethereum flows. |
@alistair-singh I successfully tested Ethereum -> Polkadot direction, so this PR is ready for review. I'll test the other direction as soon as the Sepolia gas price drops. |
* Initialize for westend * Update beacon checkpoint * add back in para threads * fix out of bounds error * Smoke tests on westend * Load config from env * Cleanup env * Remove penpal code * Cleanup * Update smoke tests * Add westend env * crontab smoke tests * Split as two tests * Fix typo * Remove assets/parachain non-exist * Revert change * Wait config from env * Load interval from env * Add alarm check no transfer * Adds paseo UI (#1276) * adds paseo UI * remove muse and bump versions * remove muse and bump versions * remove veth token * paseo things * fix subscan urls * revert version * fix versions * Update api package * Fix the merge * Remove unused * Fix find on-chain checkpoint (#1294) * fix wrap around * logs * doesnt have to be in the same period * testing something * fix * adds test and config * writer * fix compilation * remove temp building relayer * comment * bump version --------- Co-authored-by: Alistair Singh <[email protected]> Co-authored-by: Clara van Staden <[email protected]>
* add back in para threads * fix out of bounds error * forward compatible * fix comment * move function back up * move again * Smoke test on westend (#1291) * Initialize for westend * Update beacon checkpoint * add back in para threads * fix out of bounds error * Smoke tests on westend * Load config from env * Cleanup env * Remove penpal code * Cleanup * Update smoke tests * Add westend env * crontab smoke tests * Split as two tests * Fix typo * Remove assets/parachain non-exist * Revert change * Wait config from env * Load interval from env * Add alarm check no transfer * Adds paseo UI (#1276) * adds paseo UI * remove muse and bump versions * remove muse and bump versions * remove veth token * paseo things * fix subscan urls * revert version * fix versions * Update api package * Fix the merge * Remove unused * Fix find on-chain checkpoint (#1294) * fix wrap around * logs * doesnt have to be in the same period * testing something * fix * adds test and config * writer * fix compilation * remove temp building relayer * comment * bump version --------- Co-authored-by: Alistair Singh <[email protected]> Co-authored-by: Clara van Staden <[email protected]> --------- Co-authored-by: Ron <[email protected]> Co-authored-by: Clara van Staden <[email protected]>
Adds config for the Paseo-Sepolia bridge.