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

improve(tasks): Update deposit route script #581

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2024

  1. improve(tasks): Update deposit route script

    A few updates:
    - Auto-inherit the complete set of known chain IDs if not otherwise
      specified via the --chains option.
    - Display token symbols alongside token addresses.
    - Drop superfluous numbers from log messages (they were manually
      maintained and non-sequential).
    - Throw on default network (hardhat).
    - Sub in symbolic chainId names instead of hardcoded values.
    
    Signed-off-by: Paul <[email protected]>
    pxrl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    05abadc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fixups

    Signed-off-by: Paul <[email protected]>
    pxrl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2463ad6 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    Signed-off-by: Paul <[email protected]>
    pxrl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    86bf197 View commit details
    Browse the repository at this point in the history
  3. More

    Signed-off-by: Paul <[email protected]>
    pxrl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bc9662f View commit details
    Browse the repository at this point in the history
  4. Support setting PoolRebalanceRoutes

    Signed-off-by: Paul <[email protected]>
    pxrl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2fabae9 View commit details
    Browse the repository at this point in the history
  5. Make Arbitrum & Optimism updates conditional

    Signed-off-by: Paul <[email protected]>
    pxrl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bc7ce84 View commit details
    Browse the repository at this point in the history