Skip to content

Commit

Permalink
change contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatoishealthy committed Feb 8, 2022
1 parent a955cf1 commit 4fd217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/child/ChildToken/ChildERC20ForExchange.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract ChildERC20ForExchange is
address childChainManager,
address origin_
) public ERC20(name_, symbol_) {
_setupContractId("ChildERC20");
_setupContractId("ChildERC20ForExchange");
_setupDecimals(decimals_);
_setupRole(DEFAULT_ADMIN_ROLE, _msgSender());
_setupRole(DEPOSITOR_ROLE, childChainManager);
Expand Down

0 comments on commit 4fd217c

Please sign in to comment.