-
Notifications
You must be signed in to change notification settings - Fork 153
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
Scroll: Remove basefee, ensure scenario tests all run, add migration file #817
Conversation
@@ -49,7 +49,7 @@ export default async function relayScrollMessage( | |||
|
|||
const aliasAccount = await impersonateAddress( | |||
bridgeDeploymentManager, | |||
applyL1ToL2Alias(scrollMessenger.address) | |||
"0xD69c917c7F1C0a724A51c189B4A8F4F8C8E8cA0a" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
deployments/scroll-goerli/usdc/migrations/1694594095_configurate_and_ens.ts
Outdated
Show resolved
Hide resolved
deployments/scroll-goerli/usdc/migrations/1694594095_configurate_and_ens.ts
Outdated
Show resolved
Hide resolved
…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 <>
No description provided.