blockful-io / swaplace-contracts

Swaplace is an open-source, ownerless and feeless token swap protocol
https://app.swaplace.xyz/
MIT License
33 stars 33 forks source link

refactor: `swapId` variable changed to `_totalSwaps` / `totalSwaps` getter function added #125

Closed RafaDSan closed 11 months ago

RafaDSan commented 11 months ago

closes #120

Obs: In order to successfully run yarn test I had to improve the hardhat's solidity version to 0.8.20 due to the new interfaces inside the mock folder added previously, but I am not pushing the hardhat changes. Should I do it?