Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlacs committed Oct 24, 2022
1 parent d5f332d commit e21a3db
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/Hashing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pragma solidity ^0.6.11;
import "./Value.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library Hashing {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/IOneStepProof.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "../bridge/interfaces/IBridge.sol";
import "../bridge/interfaces/ISequencerInbox.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/token-bridge-contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/token-bridge-contracts)
* for new updates
*/
interface IOneStepProof {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/Machine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "./Marshaling.sol";
import "../libraries/DebugPrint.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library Machine {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/Marshaling.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "./Hashing.sol";
import "../libraries/BytesLib.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library Marshaling {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/OneStepProof.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "../libraries/BytesLib.sol";

// Originally forked from https://github.com/leapdao/solEVM-enforcer/tree/master
/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract OneStepProof is OneStepProofCommon {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/OneStepProof2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import "./Machine.sol";
// Originally forked from https://github.com/leapdao/solEVM-enforcer/tree/master

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract OneStepProof2 is OneStepProofCommon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "../bridge/interfaces/IBridge.sol";
import "../bridge/interfaces/ISequencerInbox.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
abstract contract OneStepProofCommon is IOneStepProof {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "../libraries/Precompiles.sol";

// Originally forked from https://github.com/leapdao/solEVM-enforcer/tree/master
/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract OneStepProofHash is OneStepProofCommon {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/arch/Value.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pragma solidity ^0.6.11;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library Value {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "@openzeppelin/contracts/utils/Address.sol";
import "./interfaces/IBridge.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract Bridge is OwnableUpgradeable, IBridge {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/bridge/BridgeUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "./interfaces/IBridge.sol";
import "./interfaces/ISequencerInbox.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract BridgeUtils {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/bridge/Inbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import "@openzeppelin/contracts/utils/Address.sol";
import "./Bridge.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract Inbox is IInbox, WhitelistConsumer, Cloneable {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/bridge/Messages.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pragma solidity ^0.6.11;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library Messages {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/bridge/NitroMigrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pragma solidity ^0.6.11;
pragma experimental ABIEncoderV2;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract NitroMigrator is OwnableUpgradeable, IMessageProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "@arbitrum/nitro-contracts/src/bridge/IBridge.sol" as INitroBridge;
import "@arbitrum/nitro-contracts/src/bridge/IInbox.sol" as INitroInbox;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface INitroRollup {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import { NitroReadyMagicNums } from "../NitroMigratorUtil.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract OldOutbox is IOutbox, Cloneable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pragma solidity ^0.6.11;
import "../../libraries/Cloneable.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract OutboxEntry is Cloneable {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/bridge/Outbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import "@openzeppelin/contracts/proxy/UpgradeableBeacon.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract Outbox is IOutbox, Cloneable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { NitroReadyMagicNums } from "./NitroMigratorUtil.sol";
import "./Messages.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface OldRollup {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pragma solidity >=0.6.9 <0.9.0;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IBridge {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "./IBridge.sol";
import "./IMessageProvider.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IInbox is IMessageProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pragma solidity >=0.6.9 <0.9.0;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IMessageProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pragma solidity >=0.6.9 <0.9.0;
import "./IBridge.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IOutbox {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pragma solidity >=0.6.9 <0.9.0;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface ISequencerInbox {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/challenge/Challenge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import "../arch/IOneStepProof.sol";
import "./ChallengeLib.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract Challenge is Cloneable, IChallenge {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "@openzeppelin/contracts/proxy/BeaconProxy.sol";
import "@openzeppelin/contracts/proxy/UpgradeableBeacon.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract ChallengeFactory is IChallengeFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "../libraries/MerkleLib.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library ChallengeLib {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/challenge/IChallenge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "../bridge/interfaces/ISequencerInbox.sol";
import "../arch/IOneStepProof.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IChallenge {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "../bridge/interfaces/IBridge.sol";
import "../bridge/interfaces/ISequencerInbox.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IChallengeFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pragma solidity ^0.6.11;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library AddressAliasHelper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pragma solidity ^0.6.11;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface NitroReadyContract {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/BridgeCreator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import "@openzeppelin/contracts/proxy/ProxyAdmin.sol";
import "../libraries/Whitelist.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract BridgeCreator is Ownable {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/INode.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pragma solidity >=0.6.9 <0.9.0;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface INode {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/INodeFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pragma solidity >=0.6.9 <0.9.0;

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface INodeFactory {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/IRollupCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pragma solidity >=0.6.9 <0.9.0;
import "./INode.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IRollupCore {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/Node.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "@openzeppelin/contracts/math/SafeMath.sol";
import { NitroReadyMagicNums } from "../bridge/NitroMigratorUtil.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract Node is Cloneable, INode {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/NodeFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "@openzeppelin/contracts/proxy/BeaconProxy.sol";
import "@openzeppelin/contracts/proxy/UpgradeableBeacon.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract NodeFactory is INodeFactory {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/Rollup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import "../libraries/Cloneable.sol";
import "./facets/IRollupFacets.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
abstract contract RollupBase is Cloneable, RollupCore, Pausable {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/RollupCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import "../bridge/interfaces/ISequencerInbox.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract RollupCore is IRollupCore {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/RollupCreator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import "./RollupLib.sol";
import "../libraries/ICloneable.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract RollupCreator is Ownable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./INode.sol";
import "../libraries/Cloneable.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract RollupEventBridge is IMessageProvider, Cloneable {
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-bridge-eth/contracts/rollup/RollupLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "./INode.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
library RollupLib {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "../INode.sol";
import "../../bridge/interfaces/IOutbox.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
interface IRollupUser {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import "@openzeppelin/contracts/proxy/UpgradeableBeacon.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

/**
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* @notice DEPRECATED - only for classic version, see new repo (https://github.com/OffchainLabs/nitro/tree/master/contracts)
* for new updates
*/
contract RollupAdminFacet is RollupBase, IRollupAdmin {
Expand Down
Loading

0 comments on commit e21a3db

Please sign in to comment.