Skip to content

Commit

Permalink
Update ChildERC20Bridge.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Oct 20, 2023
1 parent 932ad87 commit 6a06077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/child/ChildERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ contract ChildERC20Bridge is
address public constant NATIVE_ETH = address(0xeee);

IChildERC20BridgeAdaptor public bridgeAdaptor;

/// @dev The address that will be sending messages to, and receiving messages from, the child chain.
string public rootERC20BridgeAdaptor;
/// @dev The address of the token template that will be cloned to create tokens.
Expand All @@ -51,7 +52,6 @@ contract ChildERC20Bridge is
address public rootIMXToken;
/// @dev The address of the ETH ERC20 token on L2.
address public childETHToken;
/// @dev The address of the token template that will be cloned to create tokens on the child chain.

/**
* @notice Initilization function for RootERC20Bridge.
Expand Down

0 comments on commit 6a06077

Please sign in to comment.