urbit / bridge

An application for interacting with Azimuth.
MIT License
95 stars 25 forks source link

Switch testnets from Ropsten to Goerli #1054

Open tomholford opened 1 year ago

tomholford commented 1 year ago

Ropsten is being sunset in Q4 2022. As such, we will need to migrate testnet usage for future development work.

Tasks off the top of my head (probably more will be needed):

vvisigoth commented 1 year ago

@tomholford was this ever done?

tomholford commented 1 year ago

@tomholford was this ever done?

Most of the required work was handled in this commit:

https://github.com/urbit/bridge/commit/b660379f5e4af5645571672651c2acb40e538121

Specifically, Bridge's references to Ropsten were updated to point to Goerli. And, @liam-fitzgerald deployed the azimuth contracts to the new testnet as part of the Groups 2 migration prep. But at the time (~6 months ago), the other contracts (delegatedSending, linearSR, and conditionalSR) were not deployed. So, Bridge will crash when attempting to reference those entities.

So, once those additional contracts are deployed to Goerli, and the addresses are updated in contracts.js, then it "should just work"... hopefully