forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Bence Haromi <[email protected]> Co-authored-by: vladbochok <[email protected]> Co-authored-by: Vlad Bochok <[email protected]> Co-authored-by: ilitteri <[email protected]> Co-authored-by: Santiago Pittella <[email protected]> Co-authored-by: Ivan Litteri <[email protected]> Co-authored-by: Igor Aleksanov <[email protected]> Co-authored-by: Dima Zhornyk <[email protected]> Co-authored-by: Raid Ateir <[email protected]> Co-authored-by: Raid Ateir <[email protected]> Co-authored-by: dimazhornyk <[email protected]> Co-authored-by: Raid5594 <[email protected]> Co-authored-by: Rahul Saxena <[email protected]> Co-authored-by: Stanislav Breadless <[email protected]>
- Loading branch information
1 parent
f29f2b7
commit 1328226
Showing
362 changed files
with
17,125 additions
and
5,769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,23 +20,23 @@ jobs: | |
- name: Install dependencies | ||
run: yarn | ||
|
||
- name: Build L2 artifacts | ||
run: yarn l2 build | ||
|
||
- name: Build L1 artifacts | ||
run: yarn l1 build | ||
|
||
- name: Build L2 artifacts | ||
run: yarn l2 build | ||
|
||
- name: Create cache | ||
uses: actions/cache/save@v3 | ||
with: | ||
key: artifacts-l2-${{ github.sha }} | ||
path: | | ||
l2-contracts/artifacts-zk | ||
l2-contracts/cache-zk | ||
l2-contracts/typechain | ||
l1-contracts/artifacts | ||
l1-contracts/cache | ||
l1-contracts/typechain | ||
l2-contracts/artifacts-zk | ||
l2-contracts/cache-zk | ||
l2-contracts/typechain | ||
lint: | ||
runs-on: ubuntu-latest | ||
|
@@ -82,12 +82,12 @@ jobs: | |
fail-on-cache-miss: true | ||
key: artifacts-l2-${{ github.sha }} | ||
path: | | ||
l2-contracts/artifacts-zk | ||
l2-contracts/cache-zk | ||
l2-contracts/typechain | ||
l1-contracts/artifacts | ||
l1-contracts/cache | ||
l1-contracts/typechain | ||
l2-contracts/artifacts-zk | ||
l2-contracts/cache-zk | ||
l2-contracts/typechain | ||
- name: Run Era test node | ||
uses: dutterbutter/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
CHAIN_ETH_NETWORK=localhost | ||
CHAIN_ETH_NETWORK=hardhat | ||
CONTRACTS_PRIORITY_TX_MAX_GAS_LIMIT=72000000 | ||
CONTRACTS_DEPLOY_L2_BRIDGE_COUNTERPART_GAS_LIMIT=10000000 | ||
ETH_CLIENT_WEB3_URL=http://127.0.0.1:8545 | ||
CONTRACTS_MAILBOX_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_GOVERNANCE_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CHAIN_ETH_ZKSYNC_NETWORK_ID=270 | ||
CONTRACTS_BRIDGEHUB_PROXY_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_BRIDGEHUB_IMPL_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_STATE_TRANSITION_PROXY_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_STATE_TRANSITION_IMPL_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_VERIFIER_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_BLOB_VERSIONED_HASH_RETRIEVER_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_ADMIN_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_DIAMOND_CUT_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_EXECUTOR_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_MAILBOX_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_GETTERS_FACET_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_DIAMOND_INIT_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_DIAMOND_UPGRADE_INIT_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_DIAMOND_PROXY_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_VERIFIER_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_BASE_TOKEN_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_DEFAULT_UPGRADE_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_GENESIS_UPGRADE_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_TRANSPARENT_PROXY_ADMIN_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_GOVERNANCE_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_L1_ERC20_BRIDGE_IMPL_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_L1_ERC20_BRIDGE_PROXY_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_L1_SHARED_BRIDGE_IMPL_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_L1_SHARED_BRIDGE_PROXY_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_L1_ALLOW_LIST_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_CREATE2_FACTORY_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_VALIDATOR_TIMELOCK_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_VALIDATOR_TIMELOCK_EXECUTION_DELAY=0 | ||
ETH_SENDER_SENDER_OPERATOR_COMMIT_ETH_ADDR=0x0000000000000000000000000000000000000000 | ||
CONTRACTS_SHARED_BRIDGE_UPGRADE_STORAGE_SWITCH=0 |
Oops, something went wrong.