Skip to content

Commit

Permalink
fix: lint, links, delete files from them
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Dec 16, 2024
1 parent 7f5c513 commit 175da53
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 750 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum pr
or re-auditing a single line of code. ZKsync Era also uses an LLVM-based compiler that will eventually let developers
write smart contracts in C++, Rust and other popular languages.

This repository contains both L1 and L2 ZKsync smart contracts. For their description see the
[system overview](docs/overview.md).
This repository contains both L1 and L2 ZKsync smart contracts.

## Disclaimer

Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
The order of the files here only roughly represents the order of reading. A lot of topics are intertwined, so it is recommended to read everything first to have a complete picture and then refer to specific documents for more details.

- [Glossary](./glossary.md)
- [Overview](./overview.md)
- Contracts of an individual chain
- [ZK Chain basics](./settlement_contracts/zkchain_basics.md)
- Data availability
Expand Down
7 changes: 0 additions & 7 deletions l1-contracts/src.ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ export class Deployer {
l2SharedBridgeLegacyImpl: ethers.constants.AddressZero,
l2BridgedStandardERC20Impl: ethers.constants.AddressZero,
};
const messageRootDeployment = {
bytecodeHash: ethers.utils.hexlify(hashL2Bytecode(messageRootZKBytecode)),
newAddress: L2_MESSAGE_ROOT_ADDRESS,
callConstructor: true,
value: 0,
input: ethers.utils.defaultAbiCoder.encode(["address"], [L2_BRIDGEHUB_ADDRESS]),
};

return ethers.utils.defaultAbiCoder.encode([FIXED_FORCE_DEPLOYMENTS_DATA_ABI_STRING], [fixedForceDeploymentsData]);
}
Expand Down
317 changes: 0 additions & 317 deletions l1-contracts/test/foundry/l1/integration/GatewayTests.t.sol

This file was deleted.

Loading

0 comments on commit 175da53

Please sign in to comment.