-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-e2e-tests
- Loading branch information
Showing
25 changed files
with
3,174 additions
and
873 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
## RPC endpoint | ||
BASECHAIN_RPC="" | ||
|
||
## Deployer key used for deploying creator or creating token bridge | ||
BASECHAIN_DEPLOYER_KEY="" | ||
|
||
## WETH address on the basechain. It will be set and used in the TokenBridgeCreator | ||
BASECHAIN_WETH="" | ||
|
||
## Gas limit for deploying child chain factory needs to be provided to the TokenBridgeCreator when templates are set. | ||
## If this param is not provided then gas limit will be estimated using SDK from child chain (specified by ORBIT_RPC and ROLLUP_ADDRESS) | ||
GAS_LIMIT_FOR_L2_FACTORY_DEPLOYMENT=6000000 | ||
|
||
## Contract verification | ||
ARBISCAN_API_KEY="" | ||
|
||
### Vars for creating token bridge from existing TokenBridgeCreator | ||
## Rollup on top of which token bridge will be created | ||
ROLLUP_ADDRESS="" | ||
ORBIT_RPC="" | ||
ROLLUP_OWNER="" | ||
L1_TOKEN_BRIDGE_CREATOR="" | ||
# needed for verification | ||
L1_RETRYABLE_SENDER="" | ||
|
||
## RPC endpoints | ||
BASECHAIN_RPC="" | ||
ORBIT_RPC="" | ||
|
||
## Deployer key used for deploying creator and creating token bridge | ||
BASECHAIN_DEPLOYER_KEY="" | ||
L1_RETRYABLE_SENDER="" |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## RPC endpoint | ||
BASECHAIN_RPC="https://arb1.arbitrum.io/rpc" | ||
|
||
## Deployer key used for deploying creator or creating token bridge | ||
BASECHAIN_DEPLOYER_KEY="" | ||
|
||
## WETH address on the basechain. It will be set and used in the TokenBridgeCreator | ||
BASECHAIN_WETH="0x82aF49447D8a07e3bd95BD0d56f35241523fBab1" | ||
|
||
## Gas limit for deploying child chain factory needs to be provided to the TokenBridgeCreator when templates are set. | ||
## If this param is not provided then gas limit will be estimated using SDK from child chain (specified by ORBIT_RPC and ROLLUP_ADDRESS) | ||
GAS_LIMIT_FOR_L2_FACTORY_DEPLOYMENT=6000000 | ||
|
||
## Contract verification | ||
ARBISCAN_API_KEY="" | ||
|
||
|
||
### Vars for creating token bridge from existing TokenBridgeCreator | ||
## Rollup on top of which token bridge will be created | ||
# ROLLUP_ADDRESS="" | ||
# ORBIT_RPC="" | ||
# ROLLUP_OWNER="" | ||
# L1_TOKEN_BRIDGE_CREATOR="" | ||
# # needed for verification | ||
# L1_RETRYABLE_SENDER="" |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
[submodule "lib/nitro-contracts"] | ||
path = lib/nitro-contracts | ||
url = [email protected]:OffchainLabs/nitro-contracts.git | ||
branch = feature-orbit-bridge | ||
branch = v1.1.0 |
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
Oops, something went wrong.