.gitignore
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/release.yaml
examples/01_deposit.py
examples/02_transfer.py
examples/03_transfer_erc20_token.py
examples/04_deploy_create.py
examples/05_deploy_create_with_constructor.py
examples/06_deploy_create_with_deps.py
examples/07_deploy_create2.py
examples/08_deploy_create2_deps.py
examples/09_withdrawal.py
examples/10_finalize_withdrawal.py
examples/11_check_balance.py
examples/12_deploy_token.py
examples/13_deploy_account_create.py
examples/14_deploy_account_create2.py
examples/15_use_paymaster.py
examples/README.md
examples/utils.py
examples/solidity/custom_paymaster/Paymaster.sol
examples/solidity/custom_paymaster/Token.sol
examples/solidity/custom_paymaster/build/Paymaster.json
examples/solidity/custom_paymaster/build/Token.json
examples/solidity/demo/Demo.sol
examples/solidity/demo/Foo.sol
examples/solidity/demo/build/combined.json
examples/solidity/incrementer/Incrementer.sol
examples/solidity/incrementer/build/combined.json
examples/solidity/storage/Storage.sol
examples/solidity/storage/build/combined.json
tests/__init__.py
tests/contracts/Counter.json
tests/contracts/CustomAccount.json
tests/contracts/CustomPaymaster.json
tests/contracts/Foo.json
tests/contracts/Import.json
tests/contracts/SimpleConstructor.json
tests/contracts/SomeERC20.json
tests/contracts/__init__.py
tests/contracts/utils.py
tests/integration/__init__.py
tests/integration/test_config.py
tests/integration/test_deposit.py
tests/integration/test_paymaster.py
tests/integration/test_transfer.py
tests/integration/test_withdraw.py
tests/integration/test_zksync_contract.py
tests/integration/test_zksync_web3.py
tests/unit/__init__.py
tests/unit/test_config.py
tests/unit/test_contract_deploy.py
tests/unit/test_eip712.py
tests/unit/test_eth_signer.py
tests/unit/test_transaction712.py
zksync2/__init__.py
zksync2.egg-info/PKG-INFO
zksync2.egg-info/SOURCES.txt
zksync2.egg-info/dependency_links.txt
zksync2.egg-info/requires.txt
zksync2.egg-info/top_level.txt
zksync2/core/__init__.py
zksync2/core/types.py
zksync2/core/utils.py
zksync2/manage_contracts/__init__.py
zksync2/manage_contracts/contract_encoder_base.py
zksync2/manage_contracts/contract_factory.py
zksync2/manage_contracts/deploy_addresses.py
zksync2/manage_contracts/erc20_contract.py
zksync2/manage_contracts/eth_token.py
zksync2/manage_contracts/l1_bridge.py
zksync2/manage_contracts/l2_bridge.py
zksync2/manage_contracts/nonce_holder.py
zksync2/manage_contracts/paymaster_utils.py
zksync2/manage_contracts/precompute_contract_deployer.py
zksync2/manage_contracts/zksync_contract.py
zksync2/manage_contracts/contract_abi/ContractDeployer.json
zksync2/manage_contracts/contract_abi/IAllowList.json
zksync2/manage_contracts/contract_abi/IERC1271.json
zksync2/manage_contracts/contract_abi/IERC20.json
zksync2/manage_contracts/contract_abi/IEthToken.json
zksync2/manage_contracts/contract_abi/IL1Bridge.json
zksync2/manage_contracts/contract_abi/IL1Messenger.json
zksync2/manage_contracts/contract_abi/IL2Bridge.json
zksync2/manage_contracts/contract_abi/INonceHolder.json
zksync2/manage_contracts/contract_abi/IPaymasterFlow.json
zksync2/manage_contracts/contract_abi/IZkSync.json
zksync2/manage_contracts/contract_abi/__init__.py
zksync2/module/__init__.py
zksync2/module/middleware.py
zksync2/module/module_builder.py
zksync2/module/request_types.py
zksync2/module/response_types.py
zksync2/module/zksync_module.py
zksync2/module/zksync_provider.py
zksync2/provider/__init__.py
zksync2/provider/eth_provider.py
zksync2/signer/__init__.py
zksync2/signer/eth_signer.py
zksync2/transaction/__init__.py
zksync2/transaction/transaction712.py
zksync2/transaction/transaction_builders.py