Abhishek Thory
Abhishek Thory
@asim-shrestha, can you please explain a little bit more about it? - in `AutonomousAgent.ts` there is a variable `const RETRY_TIMEOUT = 2000;`. show i make this as a state??? and...
@asim-shrestha , is this still an issue?? if yes then I can fix this. can you please assign me?
Hi @hensha256 So as i am able to understand: - in "onERC1155Received" function there is no lock which means everyone can call this function. - "_accountDelta" function is called inside...
hi @hensha256 , i want to work on this issue. can you please assign it to me?
ok. Thank you
Hi @hensha256 , From reading this and checking contracts I am able to understand that: - currently, we are storing accrued fees from the protocol and hooks in mappings (protocolFeesAccrued...
Hi @hensha256 , can you please tell me these things?? So now for minting ERC1155, it is required: address to mint, nft id, amount. so I can set the amount...
@hensha256 thank you very much.... I will make its correct PR.
hi @hensha256 , when i remove `protocolFeesAccrued` mapping then it shows error in `PoolManager` contract because it is overridden from `IPoolManager` interface. so i have removed it from `IPoolManager` also.......
Hi @hensha256 , I apologize for asking so many questions, but this is my first time contributing, and I want to make sure I don't make any mistakes. That's why...