Skip to content

Commit

Permalink
feat(contracts): add new forwarder contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Oct 4, 2023
1 parent a486408 commit dce15a5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 386 deletions.
2 changes: 1 addition & 1 deletion contracts/CloneFactory.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
// from https://github.com/optionality/clone-factory
pragma solidity 0.8.15;
pragma solidity 0.8.10;

/*
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion contracts/ERC20Interface.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.15;
pragma solidity 0.8.10;

/**
* Contract that exposes the needed erc20 token functions
Expand Down
2 changes: 1 addition & 1 deletion contracts/IForwarder.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.8.15;
pragma solidity ^0.8.0;

import '@openzeppelin/contracts/utils/introspection/IERC165.sol';

Expand Down
332 changes: 0 additions & 332 deletions contracts/NewForwarder.sol

This file was deleted.

Loading

0 comments on commit dce15a5

Please sign in to comment.