terminal-fi / swappa

Framework for executing cross-DEX token swaps
MIT License
20 stars 13 forks source link

Migrate from ContractKit to Web3 #13

Closed BriungRi closed 2 years ago

BriungRi commented 2 years ago

Opt to use Web3 for this package so this project can be generalized outside of Celo.

diwu1989 commented 2 years ago

I think this change need to be split into multiple different pieces, 1 step at a time.

Unnecessary stuff like typing upgrades, prettier commit hooks etc... should be separated out from the core logic change, which is swapping generic Web3 for ContractKit.

BriungRi commented 2 years ago

Will open something new that has fewer changes