Kaan Uzdoğan
Kaan Uzdoğan
It should be available as "Mumbai" in the list because it's "name" is set so in chainid.network/chains.json but let's show the full title @marcocastignoli
Let's close after we publish the update. Can you check the plugin update instructions in the plugin repo?
Yes please rebase on staging. The releases are from staging to master so it should not concern this. Also please fix the branch name to start with `add-chain` :) the...
- [x] Have global consistent syntax with linting
We can use eslint for the rest of the project and have a consistent/similar linting for the rest of the code. Need to look a little deeper how this is...
Running Sourcify docs are also up to date.
Is it exactly the same file or a Windows formatted file? Can you maybe share them? I will get my hands on a Windows machine next week and will update...
I was able to pin down the issue to a problem with the zip library `adm-zip` we are using. On the Windows machine, when reading the header at `zipFile.js` line...
It is running on the backend. That's good and interesting info and I'll add that in the bug report. But we'll likely replace `adm-zip` completely. Thanks.
The issue seems to persist on the jszip library as well. Similarly the error is on reading directories at https://github.com/Stuk/jszip/blob/eaacc682fad834b1e280b58a728704b216c74510/lib/zipEntries.js#L156 not reading files. What really weird is I can't find...