• Will Cory's avatar
    feat: Add gas estimation utilities · 5a817f1a
    Will Cory authored
    feat: Add feeEstimation function and move to correct package
    
    Apply suggestions from code review
    Co-authored-by: default avatarAnnie Ke <annieke8@gmail.com>
    
    fix: Remove the copy pasta from package.json
    
    Update packages/fee-estimation/README.md
    
    feat: Offer passing in viem client as an option
    
    better api and tests
    
    better docs
    
    all the docs
    
    fix: Make viem a peer dep
    
    typo
    
    fix: Refactor to use viem correctly (docs not updated yet)
    
    moar tests more explicit implementations
    
    Update packages/fee-estimation/src/estimateFees.ts
    
    fix: lint
    
    fix: Remove bad import and debugging fs.writeFile
    
    chore: pnpm up --latest packages
    
    feat: Add zora and base mainnet
    
    fix: linter
    5a817f1a
Name
Last commit
Last update
..
src Loading commit data...
.gitignore Loading commit data...
.prettierignore Loading commit data...
.prettierrc.cjs Loading commit data...
CODE_GEN.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
abis.json Loading commit data...
addresses.json Loading commit data...
example.env Loading commit data...
package.json Loading commit data...
setupVitest.ts Loading commit data...
tsconfig.json Loading commit data...
tsup.config.ts Loading commit data...
vite.config.ts Loading commit data...
wagmi.config.ts Loading commit data...