Skip to content

Commit

Permalink
feat: switch to OpenZeppelin implementation of EnumerableSet (#861)
Browse files Browse the repository at this point in the history
Resolves: #838
  • Loading branch information
gitcoindev authored Dec 29, 2023
1 parent 84449f4 commit cbd28a4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 383 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity 0.8.19;

import {EnumerableSet} from "../libraries/EnumerableSet.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import {AddressUtils} from "../libraries/AddressUtils.sol";
import {UintUtils} from "../libraries/UintUtils.sol";
import {LibAccessControl} from "../libraries/LibAccessControl.sol";
Expand Down
380 changes: 0 additions & 380 deletions packages/contracts/src/dollar/libraries/EnumerableSet.sol

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity 0.8.19;

import {EnumerableSet} from "../libraries/EnumerableSet.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import {AddressUtils} from "../libraries/AddressUtils.sol";
import {UintUtils} from "../libraries/UintUtils.sol";
import {LibAppStorage} from "./LibAppStorage.sol";
Expand Down
Loading

0 comments on commit cbd28a4

Please sign in to comment.