A Raycast extension that helps with quickly finding EVM network information.
I spend alot of time looking up EVM network information, like what chain a chainID belongs to, a block explorer for a new L2, or a quick RPC to use. To do this in the past, i would usually just visit chainlist.org and search for the chain, which can be time consuming if done often enough.
This extensions uses the chainid.network API to provide this information directly as a quick search in Raycast.
- Search for a chain by name, chainId, or short-name (e.g. 'eth', 'bsc', 'matic')
- Chains are sorted by TVL (Total Value Locked)
- Chain Info includes:
- Name
- ChainId
- Currency Symbol
- TVL
- Block Explorers
- RPCs
From the Raycast Extension Library, search for "EVM Search".
Or:
- Clone this repo
git clone https://github.com/d3or/raycast-evm-search.git - Go to the folder
cd raycast-evm-search - Install dependencies
npm install - Go to Raycast, run
Import Extensionand select the folder
- Uses the chainid.network API to get EVM network information.
- Uses the llama.fi API to get TVL data.
MIT License


