Shravan Sunder
Shravan Sunder
**Is your feature request related to a problem? Please describe.** It would be good to have links to task from your notes **Describe the solution you'd like** It would be...
Create eth-components: See project notes for details: https://github.com/orgs/scaffold-eth/projects/2#card-69618246
Config - TypechainUserConfig is missing options interface does not need contractName and shouldn't have it. - ethers.interface is a representation of ABI standard and abstracts them - contract and contractFactory...
This will allow eth-sdk config to pass flags into typechain
when you use ethsdk : `yarn eth-sdk -p ./src/config` even if you specify the output folder, eth-sdk generates the abi folder in the same folder the file is located. I...
When "entryPointStrategy" is set to "expand" categories don't work.
- add zod validation to contract definition - add foundry config and broadcast types for contracts
Documentation epic - [x] #124 - [x] #134 - [x] #214 docusarus - [x] #175 - [x] #169
- use https://github.com/ethereum-lists/chains to get the current chain - try to get the network price vs dai - the hook should get niswap price for any token and be more...