-
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.
fix(bridge-ui-v2): build errors (#14706)
- Loading branch information
1 parent
86d7c93
commit f180bcd
Showing
22 changed files
with
376 additions
and
453 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 |
---|---|---|
|
@@ -14,4 +14,4 @@ vite.config.ts.timestamp-* | |
!/config/sample/ | ||
!/config/schemas/ | ||
|
||
src/generated/* | ||
src/generated/ |
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,30 +1,10 @@ | ||
export const PUBLIC_L1_CHAIN_NAME = 'Ethereum'; | ||
export const PUBLIC_L2_CHAIN_NAME = 'Taiko'; | ||
export const PUBLIC_L3_CHAIN_NAME = 'L3 chain'; | ||
export const PUBLIC_L1_CHAIN_ID = '1'; | ||
export const PUBLIC_L2_CHAIN_ID = '2'; | ||
export const PUBLIC_L3_CHAIN_ID = '3'; | ||
export const PUBLIC_L1_RPC_URL = 'https://l1rpc.com'; | ||
export const PUBLIC_L2_RPC_URL = 'https://l2rpc.com'; | ||
export const PUBLIC_L3_RPC_URL = 'https://l3rpc.com'; | ||
export const PUBLIC_L1_EXPLORER_URL = 'https://l1explorer.com'; | ||
export const PUBLIC_L2_EXPLORER_URL = 'https://l2explorer.com'; | ||
export const PUBLIC_L3_EXPLORER_URL = 'https://l3explorer.com'; | ||
export const PUBLIC_RELAYER_URL = 'https://relayer.com'; | ||
export const PUBLIC_GUIDE_URL = 'https://guide.com'; | ||
export const PUBLIC_L1_CROSS_CHAIN_SYNC_ADDRESS = '0x123'; | ||
export const PUBLIC_L2_CROSS_CHAIN_SYNC_ADDRESS = '0x234'; | ||
export const PUBLIC_L3_CROSS_CHAIN_SYNC_ADDRESS = '0x345'; | ||
export const PUBLIC_L1_TOKEN_VAULT_ADDRESS = '0x456'; | ||
export const PUBLIC_L2_TOKEN_VAULT_ADDRESS = '0x567'; | ||
export const PUBLIC_L3_TOKEN_VAULT_ADDRESS = '0x678'; | ||
export const PUBLIC_L1_BRIDGE_ADDRESS = '0x789'; | ||
export const PUBLIC_L2_BRIDGE_ADDRESS = '0x890'; | ||
export const PUBLIC_L3_BRIDGE_ADDRESS = '0x901'; | ||
export const PUBLIC_L1_SIGNAL_SERVICE_ADDRESS = '0x012'; | ||
export const PUBLIC_L2_SIGNAL_SERVICE_ADDRESS = '0x098'; | ||
export const PUBLIC_L3_SIGNAL_SERVICE_ADDRESS = '0x987'; | ||
export const PUBLIC_TEST_ERC20 = | ||
'[{"address": "0x876", "symbol": "BLL", "name": "Bull Token"}, {"address": "0x765", "symbol": "HORSE", "name": "Horse Token"}]'; | ||
export const PUBLIC_WALLETCONNECT_PROJECT_ID = '123'; | ||
export const PUBLIC_SENTRY_DSN = 'https://sentry.com'; | ||
export const CONFIGURED_BRIDGES = ''; | ||
export const CONFIGURED_CHAINS = ''; | ||
export const CONFIGURED_CUSTOM_TOKEN = ''; | ||
export const CONFIGURED_RELAYER = ''; |
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
Oops, something went wrong.
f180bcd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
bridge-ui-v2-internal – ./packages/bridge-ui-v2
bridge-ui-v2-internal.vercel.app
bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal-git-main-taikoxyz.vercel.app