To add a new network, follow these steps:
-
Create a new file in
src/fixtures/networks
with the corresponding network, similar to the existing ones. -
Ensure that the file name and the
chainTag
prop have the same short name. -
Import the new network in
src/fixtures/networks/index.ts
, placing it in the correct position according to the desired ordering. -
Include network icons in the
public/icons/network/{chainTag}.png
directory, and also inpublic/icons/network/{chainTag}-testnet.png
if applicable. -
Add the native token icon to
public/icons/nativeToken/{chainTag}.png
. -
You're done!