-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: v3.3.0 activation #602
base: main
Are you sure you want to change the base?
Conversation
address internal constant SCROLL = 0xb77fc84a549ecc0b410d6fa15159C2df207545a3; | ||
address internal constant BNB = 0x5E76E98E0963EcDC6A065d1435F84065b7523f39; | ||
address internal constant PROTO = 0x79691D2DFE962E4059F3b56B53D7Cc081F494aE0; | ||
address internal constant ZKSYNC = 0xcE69DAb549C757432B7e4b62ec496fdc50a66218; |
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.
not used in this file
🌈Test ResultsCompiling 296 files with Solc 0.8.22 Solc 0.8.22 finished in 133.26s Compiler run successful! 2025-02-10T17:48:59.225859Z ERROR cheatcodes: non-empty stderr input=["npx", "@bgd-labs/aave-cli@^1.1.12", "diff-snapshots", "./reports/AaveV3Ethereum_PaymentPayload_before.json", "./reports/AaveV3Ethereum_PaymentPayload_after.json", "-o", "./diffs/AaveV3Ethereum_PaymentPayload_before_AaveV3Ethereum_PaymentPayload_after.md"] stderr="npm warn exec The following package was not found and will be installed: @bgd-labs/aave-cli@1.1.18\n"Ran 1 test for src/20250205_Multi_UpgradeAaveInstancesToV33/PaymentPayload.t.sol:AaveV3Ethereum_PaymentPayload_Test Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 14.58s (14.28s CPU time) Ran 1 test suite in 14.59s (14.58s CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests) |
No description provided.