the-first-elder

Results 11 comments of the-first-elder

``` let wallet = ethers.Wallet.fromEncryptedJsonSync( encryptedJson, process.env.PRIVATE_KEY_PASSWORD ); ``` This should fix the not a constructor problem

hello Plycedes try it this way ` const tokenId = mintTxReceipt.logs[0].args.tokenId; `

i can work on this

> > i can work on this > > You need to specify the 1-3 tests you want to work on it. Only complete tests will be accepted! i can...

I can work on [upgradeable contracts](https://github.com/NethermindEth/StarknetByExample/tree/main/listings/applications/upgradeable_contract/src)

Hi @mkaput can you provide a link to this on the codebase

Hi @mkaput I'm having issues getting the struct_Id, also there is no fix struct field error, i created an error code for missing members

This is what i have currently done, I do need some guidance in getting it right. ```rust pub fn fill_struct_fields( db: &AnalysisDatabase, node: &SyntaxNode, diagnostic: Diagnostic, uri: Url, ) ->...

i get this when i try to hover `Request textDocument/hover failed.`