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

Scroll: Remove basefee, ensure scenario tests all run, add migration file #817

Merged

Conversation

isabellewei
Copy link
Contributor

No description provided.

@@ -49,7 +49,7 @@ export default async function relayScrollMessage(

const aliasAccount = await impersonateAddress(
bridgeDeploymentManager,
applyL1ToL2Alias(scrollMessenger.address)
"0xD69c917c7F1C0a724A51c189B4A8F4F8C8E8cA0a"
Copy link
Contributor

Choose a reason for hiding this comment

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

What address is this? Ideally, this will be pulled in from the deployment manager rather than hard-coded, since this file will be used for Scroll mainnet as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For our Goerli testnet, we are using an EOA for this, which is why it's hardcoded, but for mainnet applyL1ToL2Alias(scrollMessenger.address) will be accurate

@kevincheng96 kevincheng96 merged commit 1492840 into compound-finance:isabellewei/scroll-deploy Nov 9, 2023
kevincheng96 added a commit that referenced this pull request Mar 28, 2024
…file (#817)

* debug

* update price feed

* update config

* temp workaround

* add scroll to scenarios

* uncomment spider debug messages

* add scroll relations

* catch failed spider crawls

* Fix spider for scroll

* update bridge receiver to be compatible with scroll bridge

* update relations

* Modified deployment roots from GitHub Actions

* remove console.log

* rename scroll messenger

* add scroll to governance scenarios

* adapt scroll relay message fn

* fix unit tests

* rename contracts and update message relaying

* update scroll testnet block explorer URL

* remove base fee

* fix scroll l2 sender address

* remove old roots

* fix type errors

* Modified deployment roots from GitHub Actions

* proposal for intializing usdc market on scroll goerli

* add configurator to scroll relations

* PR comments

---------

Co-authored-by: Isabelle Wei <[email protected]>
Co-authored-by: isabelle <[email protected]>
Co-authored-by: kevincheng96 <[email protected]>
Co-authored-by: GitHub Actions Bot <>
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.

2 participants