Luiz Estácio | stacio.eth

Results 11 comments of Luiz Estácio | stacio.eth

@mohammadfawaz On the examples, we created, `typeArguments` was an object which looked cleaner by just having the `typeArguments: [4, 5]`. What are the motivations for having the object instead?

@jasonkuhrt should this be also closed by #317?

@AlicanC this makes sense yet?

if someone has the same issue, yet. I was able to workaround it by: 1. Creating a `jest.setup.ts`; ```ts Object.defineProperty(Uint8Array, Symbol.hasInstance, { value(potentialInstance: unknown) { return this === Uint8Array ?...

This is good catch and maybe a good thing to add in the wallet in the future.

@ameeetgaikwad It depends on the action; Deletion is only possible if the account is imported from a private account. For seed phrases, delete does not exist as accounts are just...

@ymittal looks like it's missing some of the env variables, did you copy the .env.example to .env?

@ymittal I'm not been able to emulate the error here. But looking at the line of the error it looks like when you are running the application on the browser...

Hi @0FRQ6688866 have you install the wallet using the zip file or directly from the chrome webstore?

Hi @0FRQ6688866 can you help me with couple more answers? - do you use chrome sync? - do you ever click the logout button? - are you displayed with any...