free-eth-node
free-eth-node copied to clipboard
Add `chainId` query option to api
Allow users to query by id 1 for ethereum, 9001 for evmos, etc.

Find any examples here: https://chainlist.org/
This could look like https://free-eth-node.com/api/id/9001
How to implement:
- Remove chains.min.json from root and instead rely on https://chainid.network/chains_mini.json
- Add a new endpoint at
pages/api/id/[chainId].ts