solidquant / swap-simulator-v1

Simulating multiple swaps across multiple DEXs using Solidity
25 stars 17 forks source link

checkContractCode implemented #1

Closed vorg-san closed 1 year ago

vorg-san commented 1 year ago

Changes:

  1. Check if contract exists before proceeding with the logic
  2. Moves contract address to env
  3. add view keyword to solidity contract, there was a warning to fix that in the command line