-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kl/sync-layer-reorg' into sb-better-governance-protection
- Loading branch information
Showing
11 changed files
with
441 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,14 @@ pragma solidity 0.8.24; | |
|
||
import {IL1Nullifier} from "../interfaces/IL1Nullifier.sol"; | ||
import {INativeTokenVault} from "./INativeTokenVault.sol"; | ||
import {IL1AssetDeploymentTracker} from "../interfaces/IL1AssetDeploymentTracker.sol"; | ||
|
||
/// @title L1 Native token vault contract interface | ||
/// @author Matter Labs | ||
/// @custom:security-contact [email protected] | ||
/// @notice The NTV is an Asset Handler for the L1AssetRouter to handle native tokens | ||
// is IL1AssetHandler, IL1BaseTokenAssetHandler { | ||
interface IL1NativeTokenVault is INativeTokenVault { | ||
interface IL1NativeTokenVault is INativeTokenVault, IL1AssetDeploymentTracker { | ||
/// @notice The L1Nullifier contract | ||
function L1_NULLIFIER() external view returns (IL1Nullifier); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.