-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bridge-ui-v2): env vars (#14034)
Co-authored-by: David <[email protected]>
- Loading branch information
1 parent
283567c
commit fccc0a7
Showing
9 changed files
with
139 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Chain Names | ||
export export PUBLIC_L1_CHAIN_NAME="" | ||
export export PUBLIC_L2_CHAIN_NAME="" | ||
export PUBLIC_L3_CHAIN_NAME="" | ||
|
||
|
||
# Chain Ids | ||
export PUBLIC_L1_CHAIN_ID= | ||
export PUBLIC_L2_CHAIN_ID= | ||
export PUBLIC_L3_CHAIN_ID= | ||
|
||
|
||
# RPC Urls | ||
export PUBLIC_L1_RPC_URL=https:// | ||
export PUBLIC_L2_RPC_URL=https:// | ||
export PUBLIC_L3_RPC_URL=https:// | ||
|
||
|
||
# Explorer Urls | ||
export PUBLIC_L1_EXPLORER_URL=https:// | ||
export PUBLIC_L2_EXPLORER_URL=https:// | ||
export PUBLIC_L3_EXPLORER_URL=https:// | ||
|
||
|
||
# Relayer API | ||
export PUBLIC_RELAYER_URL=https:// | ||
|
||
|
||
# Use the bridge guide Urls | ||
export PUBLIC_GUIDE_URL=https:// | ||
|
||
|
||
# Cross Chain (Taiko) Contract address | ||
export PUBLIC_L1_CROSS_CHAIN_SYNC_ADDRESS=0x | ||
export PUBLIC_L2_CROSS_CHAIN_SYNC_ADDRESS=0x | ||
export PUBLIC_L3_CROSS_CHAIN_SYNC_ADDRESS=0x | ||
|
||
|
||
# Token Vault Contract address | ||
export PUBLIC_L1_TOKEN_VAULT_ADDRESS=0x | ||
export PUBLIC_L2_TOKEN_VAULT_ADDRESS=0x | ||
export PUBLIC_L3_TOKEN_VAULT_ADDRESS=0x | ||
|
||
|
||
# Bridge Contract address | ||
export PUBLIC_L1_BRIDGE_ADDRESS=0x | ||
export PUBLIC_L2_BRIDGE_ADDRESS=0x | ||
export PUBLIC_L3_BRIDGE_ADDRESS=0x | ||
|
||
|
||
# Signal Service Contract address | ||
export PUBLIC_L1_SIGNAL_SERVICE_ADDRESS=0x | ||
export PUBLIC_L2_SIGNAL_SERVICE_ADDRESS=0x | ||
export PUBLIC_L3_SIGNAL_SERVICE_ADDRESS=0x | ||
|
||
|
||
# Test token List | ||
export PUBLIC_TEST_ERC20=[] | ||
|
||
|
||
# Sentry | ||
export PUBLIC_SENTRY_DSN=https:// | ||
|
||
export SENTRY_ORG= | ||
export SENTRY_PROJECT= | ||
export SENTRY_AUTH_TOKEN= |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.