-
Notifications
You must be signed in to change notification settings - Fork 70
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
to work on Windows added cross-env in package.json. as it was not loading at all in local host #1125
Open
0xjaqbek
wants to merge
188
commits into
scroll-tech:main
Choose a base branch
from
0xjaqbek:sepolia
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
fix: the winners
* add lido sepolia gateway * Fix use wrong instance for erc20
* Auto squash scroll-tech#914 [bot] * upgrade: node 16.x -> node 20.x * upgrade: browserslist from >0.2% to >0.5% * doc: update readme.MD * Fix warning (scroll-tech#907) * fix warning * Fix warning * Fix warning * Change tag name * Update sepolia banner * Bridge history refactor (scroll-tech#896) * Transaction history is changed to be obtained from the backend Update * Only show unclaimed txs in claim page * Only show unclaimed txs in claim page * Rename var * fix typo * Update transation storagekey * Update bridge history api fields (scroll-tech#917) * Update bridge history api fields * fix apis error * Auto squash scroll-tech#921 [bot] * fix: support long list * fix: measure only when getting the final height * feat: change bridge-history backend api to v2 (scroll-tech#922) * fix typos (scroll-tech#925) * fix: custom navbar bg color * Auto squash scroll-tech#930 [bot] * Bridge costs optimization (scroll-tech#916) * Contract upgrade: Bridge cost optimization * Update netlify.toml * Auto squash scroll-tech#932 [bot] * FailedRelayed tx support retry feature (scroll-tech#924) * Revert "Bridge costs optimization (scroll-tech#916)" This reverts commit f61221a. * Auto squash scroll-tech#935 [bot] * Revert "Revert "Bridge costs optimization (scroll-tech#916)"" This reverts commit b80ffc8. * Auto squash scroll-tech#939 [bot] * Auto squash scroll-tech#941 [bot] * Auto squash scroll-tech#946 [bot] * Auto squash scroll-tech#948 [bot] * Auto squash scroll-tech#951 [bot] * add lido sepolia gateway (scroll-tech#966) * add lido sepolia gateway * Fix use wrong instance for erc20 * Add lido sepolia gateway * Update netlify.toml --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: holybasil <[email protected]> Co-authored-by: colin <[email protected]>
Merge sepolia into mainnet
Merge sepolia into mainnet
merge sepolia into mainnet
* Allow user to specify a different receiver address * Update style * Update style
merge sepolia into mainnet
fix: use token symbol in url searchParams
merge sepolia into mainnet
merge sepolia into mainnet
fix: add sessions restricted page
merge sepolia into mainnet
fix: pure svg logo
merge sepolia into mainnet
…ding at all in local host
@0xjaqbek is attempting to deploy a commit to the Scroll Team on Vercel. A member of the Team first needs to authorize it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
[comment]: got errors after yarn install than yarn start on windows. added cross-env in script line in package.json and run yarn add cross-env. now yarn strat works,
Checklist
/docs
Description
[comment]: probably some differences between unix-based systems and windows