Skip to content

Commit

Permalink
change zkUSDC-e system references to instead use LXLY wording.
Browse files Browse the repository at this point in the history
The name of the project is LXLY, and a recent PR added an architecture diagram to the README
with the title LXLY Architecture, so we should refer to the system as LXLY, not zkUSDC-e
  • Loading branch information
Melvillian committed Aug 29, 2023
1 parent 61e0723 commit 75609fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/DeployInit.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import "../src/ZkMinterBurner.sol";

/// @title DeployInit
/// @notice A script for deploying, initializing, and setting the access controls
/// @notice for the 3 contracts that comprise the zkUSDCe system:
/// @notice for the 3 contracts that comprise the LXLY system:
/// @notice 1) L1Escrow
/// @notice 2) ZkMinterBurner
/// @notice 3) NativeConverter
Expand Down
4 changes: 2 additions & 2 deletions scripts/DeployInitHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import "../src/ZkMinterBurnerProxy.sol";
import "../src/ZkMinterBurner.sol";

/// @title LibDeployInit
/// @dev The contract that actually implements the logic for deploying
/// the zkUSDC-e system contracts
/// @dev A helper library that implements the logic for deploying
/// the LXLY system contracts
library LibDeployInit {
function deployL1Contracts() internal returns (address l1eProxy) {
// deploy implementation
Expand Down

0 comments on commit 75609fd

Please sign in to comment.