Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zksync acceptance test): extend test, add example .env for mainnet #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

arwer13
Copy link

@arwer13 arwer13 commented Nov 2, 2023

An extension of zkSync acceptance test to check more contract states (view functions).

Also added .env sample file with the mainnet proposed addresses https://research.lido.fi/t/wsteth-deployment-on-zksync/5701/4

emergencyBrakeMultisig: process.env.L2_EMERGENCY_BRAKE_MULTISIG as string,
guardian: process.env.GUARDIAN_ADDRESS as string,
proxyAdmin: process.env.TRANSPARENT_PROXY_ADMIN as string,
diamondProxy: process.env.CONTRACTS_DIAMOND_PROXY_ADDR as string,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, Diamond Proxy contract is the zkSync contract that is deployed to L1, so better to move this constant under l1 contants.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you moved it in the env file, but I was referring to this e2e.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants