-
Notifications
You must be signed in to change notification settings - Fork 13
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
Test forking of the goerli network #555
Comments
Currently, simulation script "Simulate collateral auction per collateral type" fails with Actual error thrown (after adding additional logging) is:
|
It turns out chainlog on goerli doesn't have
|
CDP_REGISTRY address on the mainnet: https://etherscan.io/address/0xBe0274664Ca7A68d6b5dF826FB3CcB7c620bADF3 |
Cdp registry on goerli is 0x0636E6878703E30aB11Ba13A68C6124d9d252e6B https://goerli.etherscan.io/address/0x0636E6878703E30aB11Ba13A68C6124d9d252e6B#code |
Does not seem like we can just easily remove this dependency:
Let me know if i should look further. |
Great. Have you found it just by searching in the
This seems unrelated to the GNO onboarding, as this collateral doesn't seem to require a cropper. By (temporary) hardcoding the |
Goal
Simulations work on goerli
Context
In order to work with the new spell on goerli, we should validate that it works if our setup works on goerli.
Tasks
The text was updated successfully, but these errors were encountered: