XLabs / wormscan-ui

5 stars 3 forks source link

Migrate wormholescan to use new SDK #689

Open SamantaCasal opened 1 month ago

SamantaCasal commented 1 month ago

Describe

https://github.com/wormhole-foundation/wormhole-sdk-ts

valentinoConti commented 3 days ago

Migrating Wormholescan to the newest wormhole-sdk

This document describes the code changes needed to be able to replace the old wormhole-sdk to the newest one

Steps needed to be done

There are two steps that need to be done for the app to be able to run with the new wormhole-sdk:

With those steps the app should be able to run. But, standard relayers transactions and non-api-vaa transactions (RPC transactions) won't work.

Making those work will need a refactor in all the RPCs/ethers code, which is the hardest step regarding this migration.