Darwin-Coin / darwin-token-contracts

Darwin Protocol Smart Contracts
https://darwinprotocol.io
0 stars 0 forks source link

remove IUNIxxxxxx.sol from the interfaces directory #43

Closed thesios closed 1 year ago

thesios commented 1 year ago

Since we should be using the @uniswap git for the imports we should be able to remove the IUNIxxxxxx.sol from the interface directory

thesios commented 1 year ago

We are also using the UNI transfer helper, souldnt we also import from the @uniswap git ?

thesios commented 1 year ago

I also dont think the pancake directory is being used , so lets dump it.

thesios commented 1 year ago

please do verify my assertions are correct before removing

kingofclubstroyDev commented 1 year ago

i think the pancake directory is being used for the test initialization to get a local version of pancake swap up on the hardhat network

thesios commented 1 year ago

We are also using the UNI transfer helper, souldnt we also import from the @Uniswap git ?

what abt the helper ?

kingofclubstroyDev commented 1 year ago

i see, yeah i can remove