Skip to content

Commit

Permalink
differnet import again
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jun 27, 2024
1 parent 8273c1a commit c45a2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/example-native-token-transfers
2 changes: 1 addition & 1 deletion test/axelar/AxelarTransceiverEndToEnd.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity >=0.8.8 <0.9.0;

import "../../src/axelar/AxelarTransceiver.sol";
import "../../src/token/wstETHL2Token.sol";
import "./mock/MockGateway.sol";
import {MockAxelarGasService} from "./mock/MockGasService.sol";
import {TransceiverStructs} from
Expand All @@ -11,6 +10,7 @@ import {NttManager} from "@wormhole-foundation/native_token_transfer/NttManager/
import {INttManager} from "@wormhole-foundation/native_token_transfer/interfaces/INttManager.sol";
import {IManagerBase} from "@wormhole-foundation/native_token_transfer/interfaces/IManagerBase.sol";
import {ERC1967Proxy} from "openzeppelin-contracts/contracts/proxy/ERC1967/ERC1967Proxy.sol";
import {WstEthL2Token} from "src/token/WstEthL2Token.sol";

import "forge-std/console.sol";
import "forge-std/Test.sol";
Expand Down

0 comments on commit c45a2de

Please sign in to comment.