How to add a new Blockchain
1. Fork the DefiLlama-Adapters repo
2. Add the Blockchain to chains.json
chains.json"chains": [
"ethereum",
"binance-smart-chain",
"polygon",
"zklink", // Add your new blockchain here.
"fraxtal",
"zksync"
]3. Add Token Mappings in tokenMapping.js
tokenMapping.js4. Submit a Protocol using your blockchain (e.g., projects/savmswap/index.js)
Last updated
Was this helpful?