-
Notifications
You must be signed in to change notification settings - Fork 152
refactor(e2e): use alloy bindings and primitives in liquidity_source_notification test #3788
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
Changes from 4 commits
40a6bfe
86c389f
ebd79e1
1db7ec5
d479b16
68ca972
068fda4
746e6ca
3e1c3f1
697344f
ad75091
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,7 +107,7 @@ fn run() -> Result<()> { | |
| "Manually vendored ABI and bytecode for hooks trampoline contract", | ||
| ) | ||
| .manual( | ||
| "ILiquoriceSettlement", | ||
| "LiquoriceSettlement", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why the replacement between the interface and the contract?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because of the |
||
| "Liquorice does not publish its code", | ||
| ) | ||
| .npm( | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| pub mod onchain; | ||
| pub mod server; |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.