Tuatini Godard
Tuatini Godard
I think that'll probably be the only option for SVS files at this point since they seem to be compressed by a lot with the jpeg2000 format. As for Mirax,...
I'm having the exact same issue
Ok, in my case I just changed: ``` token.transferFrom(address(this), owner(), balance); ``` to ``` token.transfer(owner(), balance); ``` And it worked... although both should be similar... I think
Another note: `token.transferFrom(address(this), owner(), balance);` worked with Dai, but didn't work with USDC with aaveV2 contracts on ETH.
> > Ok, in my case I just changed: > > ``` > > token.transferFrom(address(this), owner(), balance); > > ``` > > > > > > > > > >...
Yep, not working on my side either =/
@softprops Yep, still not working on my side on either `v1` or `master`
Awesome news! Thank you so much! And how does it work when it comes to deployment exactly once the feature is released? Is it automatically deployed to all your NDT7...
@stephen-soltesz yeah, I knew there was something fishy about my implementation lol. The use case is simply to be able to run this with a js client since we can't...
Awesome news, thanks a lot @bassosimone :D