Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 375 Bytes

⛓️ chains

A list of all the chains supported for automatic ABI decoding.

How to Add Chains

To add your preferred chain to our list, please submit a pull request to add your chain to the chains.json file.

New chains must be in the format of:

${CHAIN_ID} :{
  "apiRoute": ${API_ROUTE},
  "baseUrl": ${BLOCK_EXPLORER_URL},
  "name": ${NETWORK_NAME},
}