Skip to content

Add Velodrome V2 compatibility test to Optimism Bridge Adapter Test #740

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

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

SavDont
Copy link
Contributor

@SavDont SavDont commented Aug 9, 2023

Description

Adding a test to check compatibility of Velodrome V2 with the Optimism Bridge Adapter.

Testing instructions

Types of changes

Checklist:

  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@SavDont SavDont requested a review from dekz as a code owner August 9, 2023 14:13
@SavDont SavDont requested a review from kyu-c August 9, 2023 14:13
import "../../../contracts/src/transformers/bridges/OptimismBridgeAdapter.sol";
import "../../../contracts/src/transformers/bridges/BridgeProtocols.sol";

contract AvalancheBridgeAdapterTest is Test {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optimism?


function setUp() public {
vm.chainId(10);
adapter = new AvalancheBridgeAdapter(IEtherToken(WETH));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also Optimism here

@SavDont SavDont merged commit 19e0c33 into development Aug 9, 2023
@SavDont SavDont deleted the fix/AddVelodromeV2Test branch August 9, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants