Commit 119f0e97 authored by smartcontracts's avatar smartcontracts Committed by GitHub

style(ctp): move TeleportrWithdrawer to L1 folder (#2995)

Minor change, moves the TeleportrWithdrawer contract to the L1 folder to
keep in line with the placing of other Teleportr contracts. We currently
only use this contract on the L1 side. If we ever want an L2 to L1
teleportr, we might want to put all of these things in universal.
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 8d771615
---
'@eth-optimism/contracts-periphery': patch
---
Moves TeleportrWithdrawer to L1 contracts folder
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
pragma solidity ^0.8.9; pragma solidity ^0.8.9;
import { AssetReceiver } from "./AssetReceiver.sol"; import { AssetReceiver } from "../universal/AssetReceiver.sol";
/** /**
* @notice Stub interface for Teleportr. * @notice Stub interface for Teleportr.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment