Andon Mitev
Andon Mitev
### Ethers Version 6.8.1 ### Search Terms _No response_ ### Describe the Problem Having issue with sending max fee. Trying to estimate gas by having: ``` const blockNumber = await...
Having following DTO: ``` export class UserLoginRequestDto { @IsOptional() email: string; @IsOptional() password: string; } ``` and passing outside `body: { email: '[email protected]' } `, how to create pipe that...
 When i try to select a option, it's not fitting in the modal
feat: Update packages to 1.13.12 - Change how we are creating terra wallet client
Hello I'm getting this error: ``` - error node_modules\react-tweet\dist\utils.js (1:63) @ screen_name - error TypeError: Cannot read properties of undefined (reading 'screen_name') at stringify () ``` and use it like...
So i'm trying to register user calling bundler contract but then hitting this error: ``` ContractFunctionExecutionError: The contract function "register" reverted with the following signature: 0xf90230a9 Unable to decode signature...
### What happened? Hey i have nextjs project where i tested to display with sidepanel but is not working I have created /src/tabs/sidepanel.tsx and then in manifest like this: ```...