Skip to content

Commit

Permalink
style(ctp): move TeleportrWithdrawer to L1 folder (#2995)
Browse files Browse the repository at this point in the history
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: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
smartcontracts and mergify[bot] committed Jul 12, 2022
1 parent 8d77161 commit 119f0e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shiny-dolls-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-periphery': patch
---

Moves TeleportrWithdrawer to L1 contracts folder
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;

import { AssetReceiver } from "./AssetReceiver.sol";
import { AssetReceiver } from "../universal/AssetReceiver.sol";

/**
* @notice Stub interface for Teleportr.
Expand Down

0 comments on commit 119f0e9

Please sign in to comment.