Fabien C
Fabien C
Hi, I deployed a contract that should solve the exo14, my contract got the 28 points and all exercices achievement status. But I would like to get these on my...
Thanks to the great lib. I just have one remark. I expected the toUint256() function to return the number rounded as Uint256. For example: passing `12,3456` I expect to get...
- Add new pools - Refact PriceFeed handling using only Chainlink - Refact initial state - Add Exchange swap logic (jFIAT/jFIAT) - Add getTopPoolsForToken() logic to handle basic swap and...
#### Describe the issue and the actual behavior I have an input field where I can specify a maxValue and if user set value higher than the maxValue defined the...
Currently emit functions require variable reference where snapshot can be use instead to follow best practices
`useAccount()` hook return the following type: ``` /** Value returned from `useAccount`. */ export type UseAccountResult = { /** The connected account object. */ account?: AccountInterface; /** The address of...