Kentoshi Rakomoto

Results 23 comments of Kentoshi Rakomoto

A POSSIBLE SOLUTION / HACK **NOTE: OSX 10.14.6** frustrating. it compiles using open zeppelin cli. installed locally, using **npx truffle console** **truffle(development)> version** _Truffle v5.1.32 (core: 5.1.32) Solidity - 0.6.2...

Local install, not global. sudo should not be required. But it's trying to install a compiler in a root - owned directory per my comment above.

Now that I understand the issue it's easy to resolve, but my notes point out that the error messages are pointing at the wrong error causing overall confusion. It looks...

In my project I have other packages that require higher versions of this, solana's jupiter stuff in particular.

seeing as you are already including @ethersproject/address, why not just use @ethersproject/bignumber I've been doing decimal math using js-big-decimal which has been working well for my purposes.

Yes, cannot select account when connected to ledger nano x as well. So all my funds are not on the default address, and Mdex uses the first address that basically...

There are no rest request examples please fix, or share gist to sign and create order Also there is no specification in the api documentation for required fields (specifically, /v3/orders)

Note to authors: there should be a documentation thread that allows people to comment on issues with the documentation GET v3/orders endpoint doc is confusing because it says at the...

here's a gist I am working on that will cover what you are asking for in the next cpl days https://gist.github.com/snowkidind/9545ca43962dc1251a226031ea797b06

update: gist above is a somewhat complete example now