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 and Scroll testnet deployment + proposals #813

Merged
merged 14 commits into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. Scroll Alpha testnet deployment (#811)

    * 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
    
    ---------
    
    Co-authored-by: Isabelle Wei <isabellewei@Isabelles-MacBook-Pro.local>
    Co-authored-by: isabelle <isabelle@scroll.io>
    Co-authored-by: kevincheng96 <kevincheng96@hotmail.com>
    Co-authored-by: GitHub Actions Bot <>
    4 people committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2c6c41f View commit details
    Browse the repository at this point in the history
  2. Fix unit and scenario tests (#814)

    * 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
    
    ---------
    
    Co-authored-by: Isabelle Wei <isabellewei@Isabelles-MacBook-Pro.local>
    Co-authored-by: isabelle <isabelle@scroll.io>
    Co-authored-by: kevincheng96 <kevincheng96@hotmail.com>
    Co-authored-by: GitHub Actions Bot <>
    4 people committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f1a65e1 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    kevincheng96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    34ca027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffb40de View commit details
    Browse the repository at this point in the history
  5. Fix relations.ts

    kevincheng96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    15d66d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d8dc45 View commit details
    Browse the repository at this point in the history
  7. Scroll: Remove basefee, ensure scenario tests all run, add migration …

    …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 <isabellewei@Isabelles-MacBook-Pro.local>
    Co-authored-by: isabelle <isabelle@scroll.io>
    Co-authored-by: kevincheng96 <kevincheng96@hotmail.com>
    Co-authored-by: GitHub Actions Bot <>
    4 people committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fe6f486 View commit details
    Browse the repository at this point in the history
  8. Scroll: OZ audit (#822)

    Contract code updates for the OZ audits:
    - added docstrings to `ScrollBridgeReceiver` and `IScrollMessenger`
    - emit an event when constructing `ScrollBridgeReceiver`
    
    Other fly-by changes:
    - update blockscout URL
    - update roots from running migration
    isabellewei authored and kevincheng96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b924358 View commit details
    Browse the repository at this point in the history
  9. Add USDC market on Scroll mainnet (#824)

    * 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
    
    * add docstrings
    
    * emit event when intializing ScrollBridgeReceiver
    
    * PR comments
    
    * update comment
    
    * add usdc market on scroll mainnet
    
    * fix wseth
    
    * create migration
    
    * use gauntlet recommended parameters
    
    * lint and fix timelock params
    
    * set  rewards speed to 0
    
    * add pause guardian
    
    * fix scientific notation
    
    * add scroll mainnet roots
    
    * update scroll relations for wsteth
    
    * PR comments
    
    * update wsteth/USD price feed to exchange rate based
    
    * Modified deployment roots from GitHub Actions
    
    * update proposal description
    
    * update scroll governance proposal to bridge USDC instead of COMP
    
    * final PR comments
    
    * set message value on propsal actions
    
    ---------
    
    Co-authored-by: Isabelle Wei <isabellewei@Isabelles-MacBook-Pro.local>
    Co-authored-by: isabelle <isabelle@scroll.io>
    Co-authored-by: kevincheng96 <kevincheng96@hotmail.com>
    Co-authored-by: GitHub Actions Bot <>
    4 people committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bbee087 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    42d3d1a View commit details
    Browse the repository at this point in the history
  11. Add USDC whale on Scroll

    kevincheng96 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8ec9072 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ed8434 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ff8cb42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    24f5ac3 View commit details
    Browse the repository at this point in the history