zeta-chain / toolkit

A library of ZetaChain helper utilities, contracts, and Hardhat tasks for smart-contract development
MIT License
43 stars 22 forks source link

fix: getFees should skip querying CCM fees if chain doesn't support it #158

Closed fadeev closed 4 months ago

fadeev commented 4 months ago

Polygon Amoy has been added as a supported chain, but CCM hasn't been enabled for it, so getFees was throwing an error.