Skip to content

Commit 575d245

Browse files
authored
Update and rename AmisErc223.sol to Amis.sol
1 parent 1bca9b0 commit 575d245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/AmisErc223.sol contracts/Amis.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ library SafeMath {
6767

6868
// change contract name to your contract's name
6969
// i.e. "contract AMIS is ERC223Token"
70-
contract YourNewToken is ERC223Token {
70+
contract Amis is ERC223Token {
7171
using SafeMath for uint256;
7272
// for example, "AMIS"
7373
string public name = "AMIS";
74-
// for example, "BTC"
74+
// for example, "AMIS"
7575
string public symbol = "AMIS";
7676
// set token's precision
7777
// pick any number from 0 to 18

0 commit comments

Comments
 (0)