Skip to content

Commit

Permalink
Import NoDelegateCall
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Nov 12, 2024
1 parent 47084cf commit 2e14113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solidity_contracts/src/CairoPrecompiles/DualVmToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity 0.8.27;

import {WhitelistedCallCairoLib} from "./WhitelistedCallCairoLib.sol";
import {CairoLib} from "kakarot-lib/CairoLib.sol";
import {NoDelegateCall} from "../Security/NoDelegateCall.sol";

/// @notice EVM adapter into a Cairo ERC20 token
/// @dev This implementation is highly experimental
Expand Down

0 comments on commit 2e14113

Please sign in to comment.