Severin Bahman

Results 6 issues of Severin Bahman

I am using the abi from an open source contract and when I create types with typechain it has a line `import type { PayableTransactionObject }` This gives me the...

Tailwind added the neutral color palette for v3 [https://tailwindcss.com/docs/customizing-colors](https://tailwindcss.com/docs/customizing-colors). After installing daisyui there is a conflict as daisyUI also defines a neutral color. This can be fixed with the following...

I've generated the types for an ERC20 contract with ethers-v6. I would like to listen to the transfer events, to that end I call ``` token.on(token.filters.Transfer(), async (...args) => {...

**Is your feature request related to a problem? Please describe.** We have dependabot enabled which creates and updates many pull requests at a time. This leads to an overflow of...

Feature request

For inserting very large PostgreSQL tables in to hypertables it would be useful to have a function which inserts it using multiple selects over disjoint time ranges. By tuning the...

## Problem dotenvx aims to provide a more secure handling of environment variables. To use dotenvx we now need to commit .env files which previously was "forbidden". This could encourage...