Progress Report: As expected, this was the most exciting week with the maximum lines of code written.The first priority was to fix the “approve error”. As I discovered that the USDC(PoS) token has a proxy implementation, I read the underlying contract, only to find that “approve” function well defined in it, so I was not able to understand why it was not working.After exhausting about 6-7 hunches, I tried appending the api of this underlying contract to the USDC contract’s ABI, and the functi...