Leandro
Leandro
Well, I can't say that I've found the best solution, but at least I can get the other transactions skipping the one that failed, instead of just getting an error...
For more context, you can see a bit of what I've done in this PR https://github.com/gnosis/gp-swap-ui/pull/716 The PR is actually disabling WallEth in our app for now, but we can...
I've refreshed the link and now you should be able to connect WallETH using this link https://pr718--gpswapui.review.gnosisdev.com/#/swap > I might have an idea what is going on there - but...
>why do uints come as string? Because most JSON parsers (including the ECMAScript one) turn JSON numbers into ECMAScript numbers (i.e. double precision floating point numbers). This means that JSON...
Just found myself in the same spot. For reference, the instructions to get it out are here https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package
If it helps anything, +1 (Ubuntu 14.04 x64 on EC2, Python 3.4.2, boto==2.36.0)
On top of that, on my app I'd like to have a list of assets enabled in the current Safe (even if with a balance of `0`), so for example...
cc @biocom @W3stside
cc @biocom @W3stside
Hmmm, was it like that before? I'm not sure. My assumption (without looking at the code) is that this happens because the app router is not reached without `#` Indeed...