Skip to content

Commit b55a2c3

Browse files
committed
cleanup: remove outdated comments and unused files
ERC1271 probably was there as part of account abstraction support, but that's not in master, so neither should be those files.
1 parent 7bbc27e commit b55a2c3

File tree

2 files changed

+2
-90
lines changed

2 files changed

+2
-90
lines changed

packages/network-contracts/contracts/OperatorTokenomics/testcontracts/TestToken.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ import "../IERC677.sol";
88
import "../IERC677Receiver.sol";
99

1010
/**
11-
* Mintable TestToken for contract tests
12-
* Transfers of 666 are rejected with return value false
11+
* Freely mintable TestToken for contract tests.
12+
* Mostly very similar to DATAv2, TODO: use the real DATAv2 instead.
1313
*/
1414
contract TestToken is ERC20, IERC677 {
1515
constructor (string memory name, string memory symbol) ERC20(name, symbol) {
1616
// solhint-disable-previous-line no-empty-blocks
1717
}
1818

1919
/**
20-
* Token contract owner can create tokens
2120
* @param recipient address where new tokens are transferred (from 0x0)
2221
* @param amount scaled so that 10^18 equals 1 token (multiply by 10^18)
2322
*/

packages/network-contracts/contracts/testContracts/MockERC1271.sol

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)