joshstevens19 / simple-uniswap-sdk

Uniswap SDK which handles the routes automatically for you, changes in trade quotes reactive subscriptions, exposure to formatted easy to understand information, bringing back the best trade quotes automatically, generating transactions for you and much more.
MIT License
188 stars 95 forks source link

Optimism support #30

Closed elhaix closed 2 years ago

elhaix commented 2 years ago

Can you please add support for the L2 Optimism network?

elhaix commented 2 years ago

Re:

To add this, simply adding ChainID = 10 for mainnet and ChainID=69 for Kovan testnet to the ChainID enum would do?

joshstevens19 commented 2 years ago

It’s a bit more then that need to map the contract addresses .. will get to sorting this request a bit snowed over! Thanks for raising it

elhaix commented 2 years ago

This is great to hear, thank you. I was afraid the project was going dormant. 👍

joshstevens19 commented 2 years ago

No no it’s well supported just been a busy month. Will get back on it in Jan!

joshstevens19 commented 2 years ago

custom network handles this now