Skip to content

Commit

Permalink
remove cairoLib dualVmToken
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Nov 14, 2024
1 parent 78e4ab3 commit 9596703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solidity_contracts/src/CairoPrecompiles/DualVmToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
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
/// It relies on CairoLib to perform Cairo precompile calls
/// It relies on WhitelistedCallCairoLib to perform Cairo precompile calls
/// Events are emitted in this contract but also in the Starknet token contract
/// @dev External functions are to prevent a user making an EVM call to a malicious contract,
/// with any calldata, that would be able to directly control on their behalf any quantity of any one of the ERC20
Expand Down

0 comments on commit 9596703

Please sign in to comment.