WIP: use openzeppelin contracts

This commit is contained in:
hueso
2025-08-02 20:03:46 -03:00
committed by hueso
parent 439b176989
commit 27358d1e38
10 changed files with 18 additions and 350 deletions

View File

@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
import { ERC20 } from "contracts/lib/tokens/ERC20.sol";
import { ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
// prettier-ignore
interface EventAndErrors {