Skip to content

Commit

Permalink
refactor(evm): rm OracleAdapter from L2CrossDomainMessengerAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Jan 24, 2024
1 parent e9bd59e commit 3d081a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
pragma solidity ^0.8.17;

import { ICrossDomainMessenger } from "./interfaces/ICrossDomainMessenger.sol";
import { OracleAdapter } from "../OracleAdapter.sol";
import { BlockHashOracleAdapter } from "../BlockHashOracleAdapter.sol";

contract L2CrossDomainMessengerAdapter is OracleAdapter, BlockHashOracleAdapter {
contract L2CrossDomainMessengerAdapter is BlockHashOracleAdapter {
string public constant PROVIDER = "amb";

ICrossDomainMessenger public immutable L2_CROSS_DOMAIN_MESSENGER;
Expand Down

0 comments on commit 3d081a8

Please sign in to comment.