-
Notifications
You must be signed in to change notification settings - Fork 523
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
User experience improvements for first page load #91
Open
ayuthmang
wants to merge
623
commits into
antonnell:main
Choose a base branch
from
ayuthmang:main
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.
+6,596
−8,020
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
Add oho chain id
update rpc privacy statements
Update extraRpcs.js
Add map protocol mainnet rpc
Add Map Protocol Rpc
Use CF cdn images
OnFinality Privacy Policy provided
OnFinality Privacy Policy provided
OnFinality Privacy Policy provided
OnFinality Privacy Policy provided
…tnet, Eth Sepolia, Palm Testnet
OnFinality Privacy Policy provided
add GetBlock endpoint https://arbitrum.getblock.io/api_key/mainnet/
add privacy policy info
* Added T.E.A.M Blockchain * Update chainIds.json remove chain not yet listed on Defillama from chainid file * Update extraRpcs.js add privacy policy info --------- Co-authored-by: Real Shaman <[email protected]>
* Update chainIds.json * Update extraRpcs.js --------- Co-authored-by: Real Shaman <[email protected]>
New RPC address for GasHawk.
OnFinality Privacy Policy provided
OnFinality Privacy Policy provided
+ Chain 6 + Chain 63
* Added ShimmerEVM Testnet RPC ShimmerEVM is the EVM chain developed by [IOTA Foundation](https://iota.org) as L2 running on top of [Shimmer Network](https://shimmer.network/), which is L1. [Wiki Reference](https://wiki.iota.org/shimmer/smart-contracts/guide/chains_and_nodes/testnet/#interact-with-evm) [IOTA Privacy Policy](https://www.iota.org/privacy-policy) * Update extraRpcs.js add privacystatement --------- Co-authored-by: Real Shaman <[email protected]>
Updates list of available RPC to include the latest RPC in town (MEV Blocker).
Updates list to include MEV Blocker RPC
Someone is attempting to deploy a commit to a Personal Account owned by @antonnell on Vercel. @antonnell first needs to authorize it. |
Gosh, why the commit list is so long O.o. |
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.
When a user enters the website the user needs to move the mouse and focus the search input to search network lists.
For the keyboard navigation user. The user needs to press 5 times of tab key to focus the search input.
This PR tends to improve the experience when the page is loaded then the focus will automatically to the search input immediately.