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

Adds paseo UI #1276

Merged
merged 11 commits into from
Sep 27, 2024
Merged

Adds paseo UI #1276

merged 11 commits into from
Sep 27, 2024

Conversation

claravanstaden
Copy link
Contributor

@claravanstaden claravanstaden commented Aug 29, 2024

Adds config for the Paseo-Sepolia bridge.

web/packages/api/src/environment.ts Outdated Show resolved Hide resolved
web/packages/api/src/environment.ts Outdated Show resolved Hide resolved
web/packages/api/src/environment.ts Outdated Show resolved Hide resolved
Comment on lines 367 to 387
{
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,
},
],
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Delete this whole parachain.

@NunoAlexandre
Copy link

@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?

@claravanstaden
Copy link
Contributor Author

@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.

@NunoAlexandre
Copy link

@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.

@claravanstaden claravanstaden marked this pull request as ready for review September 27, 2024 07:07
@claravanstaden
Copy link
Contributor Author

@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.

Screenshot 2024-09-27 at 09 08 29

@claravanstaden claravanstaden merged commit c7421bd into main Sep 27, 2024
@claravanstaden claravanstaden deleted the paseo-ui branch September 27, 2024 09:56
claravanstaden added a commit that referenced this pull request Oct 1, 2024
* 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]>
claravanstaden added a commit that referenced this pull request Oct 2, 2024
* 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]>
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.

3 participants