eth-url-parser
eth-url-parser copied to clipboard
Module that supports parsing / parsing of all the different ethereum standard urls
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.10.3. Changelog Sourced from qs's changelog. 6.10.3 [Fix] parse: ignore __proto__ keys (#428) [Robustness] stringify: avoid relying on a global undefined (#427) [actions] reuse common...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
This issue was reported on the Link Generator repository but I think it belongs here: https://github.com/brunobar79/eip681-link-generator/issues/3 I copy from that report (which isn't mine): > In other -> advanced view,...
For starters, thank you very much for the existence of this package. As a desire to further support more of the features described in EIP-681 in the modern wallet this...
Hi @brunobar79 , This is a small fix to ensure that we convert the amount into a string, without the scientific notation. Currently **1.234e21** becomes **1.234e+21**. After the fix it...