Polygon support (#240)
* feat: Polygon deployed
* Updated polygon FQT address
* feat: add SushiSwap on Polygon WIP
* fix: add Matic as a native token
* refactor: import valueByChainId from token-metadata to consolidate impl
* refactor: use same gas schedule fn for all uni v2 clones
* feat: Add QuickSwap Polygon integration
* fix: add Polygon tokens to initial TokenAdjacencyGraph
* feat: ComethSwap Polygon integration
* feat: Add Curve, Dfyn, mStable for Polygon
* fix: temporarily private publish contract-addresses, token-metadata
* feat: Add DODO V2 support for polygon, stability pool on mainnet, bsc
* chore: fix linting
* fix: incorrect Curve Polygon gas schedule
Co-authored-by: Jacob Evans <jacob@dekz.net>
* refator: consolidate Polygon token addresses in POLYGON_TOKENS
* feat: Polygon DODO V1 integration
* fix: remove dependency on @0x/token-metadata
* chore: remove private publish dependencies and add changelog entry
Co-authored-by: Jacob Evans <jacob@dekz.net>
Co-authored-by: Romain Butteaud <romain.butteaud@gmail.com>