-
Notifications
You must be signed in to change notification settings - Fork 387
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: Add FeeHook and Swell to ezEth #4935
base: main
Are you sure you want to change the base?
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4935 +/- ##
=======================================
Coverage 77.53% 77.53%
=======================================
Files 103 103
Lines 2110 2110
Branches 190 190
=======================================
Hits 1636 1636
Misses 453 453
Partials 21 21
|
typescript/infra/config/environments/mainnet3/warp/configGetters/getRenzoEZETHWarpConfig.ts
Outdated
Show resolved
Hide resolved
address: '0x7a0f4a8672f603e0c12468551db03f3956d10910', // TODO: NOT READY | ||
alias: 'Luganodes', | ||
}, | ||
{ address: '0xb6b9b4bd4eb6eb3aef5e9826e7f8b8455947f67c', alias: 'Renzo' }, |
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.
source: https://t.me/c/2192542084/1506
4c0ce06
to
1fdd80b
Compare
1fdd80b
to
dd66c18
Compare
typescript/infra/config/environments/mainnet3/warp/configGetters/getRenzoEZETHWarpConfig.ts
Outdated
Show resolved
Hide resolved
…orepo into ltyu/ezEth-swell-feeHook
@@ -41,6 +51,7 @@ const xERC20: Record<(typeof chainsToDeploy)[number], string> = { | |||
zircuit: '0x2416092f143378750bb29b79eD961ab195CcEea5', | |||
taiko: '0x2416092f143378750bb29b79eD961ab195CcEea5', | |||
sei: '0x6DCfbF4729890043DFd34A93A2694E5303BA2703', // redEth | |||
swell: '0x2416092f143378750bb29b79eD961ab195CcEea5', |
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.
source: https://t.me/c/2192542084/1576
@@ -179,6 +200,7 @@ export const ezEthSafes: Record<string, string> = { | |||
zircuit: '0x8410927C286A38883BC23721e640F31D3E3E79F8', | |||
taiko: '0x8410927C286A38883BC23721e640F31D3E3E79F8', | |||
sei: '0x0e60fd361fF5b90088e1782e6b21A7D177d462C5', | |||
swell: '0x435E8c9652Da151292F3981bbf663EBEB6668501', |
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.
source: https://t.me/c/2192542084/1534
threshold: 1, | ||
validators: [ | ||
{ | ||
address: '0x9eadf9217be22d9878e0e464727a2176d5c69ff8', |
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.
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.
have you merged the change to registry? need to update the .registryrc
AssertionError: Warp ID EZETH/arbitrum-base-blast-bsc-ethereum-fraxtal-linea-mode-optimism-sei-swell-taiko-zircuit not in registry, the .registryrc or your local registry may be out of date: expected null not to be null
Description
Drive-by changes
Related issues
Backward compatibility
Testing