Skip to content

Commit

Permalink
fix typos tesntet contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Jan 30, 2024
1 parent dcad2b6 commit 6d17286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 86 deletions.
6 changes: 3 additions & 3 deletions contracts/testnet/PolygonZkEVMTestnetClearStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../PolygonZkEVM.sol";

/**
* Contract responsible for managing the state and the updates of the L2 network
* This contract will NOT BE USED IN PRODUCTION, will be used only in testnet enviroment
* This contract will NOT BE USED IN PRODUCTION, will be used only in testnet environment
*/
contract PolygonZkEVMTestnetClearStorage is PolygonZkEVM {
// Indicates the current version
Expand Down Expand Up @@ -49,8 +49,8 @@ contract PolygonZkEVMTestnetClearStorage is PolygonZkEVM {
isForcedBatchDisallowed = true;
assembly {
sstore(version.slot, 0)
sstore(add(version.slot,1), 0)
sstore(add(version.slot,2), 0)
sstore(add(version.slot, 1), 0)
sstore(add(version.slot, 2), 0)
}
}
}
2 changes: 1 addition & 1 deletion contracts/testnet/PolygonZkEVMTestnetV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../PolygonZkEVM.sol";

/**
* Contract responsible for managing the state and the updates of the L2 network
* This contract will NOT BE USED IN PRODUCTION, will be used only in testnet enviroment
* This contract will NOT BE USED IN PRODUCTION, will be used only in testnet environment
*/
contract PolygonZkEVMTestnetV2 is PolygonZkEVM {
// Indicates the current version
Expand Down
82 changes: 0 additions & 82 deletions docs/testnet/PolygonZkEVMTestnet.md

This file was deleted.

0 comments on commit 6d17286

Please sign in to comment.