Skip to content

Commit

Permalink
Move ERC721 files to custom folder (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo authored and frangio committed Jan 23, 2018
1 parent e16c404 commit 1eea95f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/mocks/ERC721TokenMock.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pragma solidity ^0.4.18;

import "../token/ERC721Token.sol";
import "../token/ERC721/ERC721Token.sol";

/**
* @title ERC721TokenMock
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pragma solidity ^0.4.18;

import "./ERC721.sol";
import "../math/SafeMath.sol";
import "../../math/SafeMath.sol";

/**
* @title ERC721Token
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assertRevert from '../helpers/assertRevert';
import assertRevert from '../../helpers/assertRevert';
const BigNumber = web3.BigNumber;
const ERC721Token = artifacts.require('ERC721TokenMock.sol');

Expand Down

0 comments on commit 1eea95f

Please sign in to comment.