You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would need the ability to generate the MintParams as a JSON Object then pass that object into the params? This is one dex operation where each dex operation has their own unique struct as a Param
The text was updated successfully, but these errors were encountered:
The ability to generate structs used in the sol file to create a json file for use in CLI calls. i.e
Camelot INonfungiblePositionManager.sol function mint(MintParams calldata params)
Would need the ability to generate the MintParams as a JSON Object then pass that object into the params? This is one dex operation where each dex operation has their own unique struct as a Param
The text was updated successfully, but these errors were encountered: