-
Notifications
You must be signed in to change notification settings - Fork 0
Chore/move tests to forge #318
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
base: develop
Are you sure you want to change the base?
Changes from all commits
7f01f8c
9effe8c
17f8785
14b4762
75a9894
8823d5e
f0dd787
5d63cb4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -1,11 +1,6 @@ | ||||
| // SPDX-License-Identifier: MIT | ||||
| pragma solidity 0.8.25; | ||||
|
|
||||
| import {IBridgeManagement} from "../interfaces/IBridgeManagement.sol"; | ||||
| import {AMBStorage} from "../messageBridge/AMBStorage.sol"; | ||||
| import {AMBTypes} from "../library/AMBTypes.sol"; | ||||
| import {MessageBridgeLib} from "../library/MessageBridgeLib.sol"; | ||||
| import {StorageTypes} from "../library/StorageTypes.sol"; | ||||
| import {MessageBridge} from "../messageBridge/MessageBridge.sol"; | ||||
|
|
||||
| contract TestMessageBridge is MessageBridge { | ||||
|
|
@@ -22,57 +17,9 @@ contract TestMessageBridge is MessageBridge { | |||
| uint256 _executionWindowSeconds | ||||
| ) | ||||
| external | ||||
| override | ||||
| initializer | ||||
|
||||
| initializer |
Uh oh!
There was an error while loading. Please reload this page.