T. Todua

Results 545 comments of T. Todua

I was able to reproduce the issue, thanks for the response. I'll post an update soon

`networks` unification is work-in-progress in ccxt and is not yet fully unified across all exchanges. at this stage, they are available to be used/accessed only in several exchanges (mostly big...

the PRs and their statuses are listed here https://github.com/orgs/ccxt/projects/54/views/1 I suggest all ccxt users subscribed to announcements channel: - https://t.me/ccxt_announcements - https://discord.com/channels/690203284119617602/1057748769690619984

@carlosmiei travis build succeeded for this (just irrelevant exchange failed)

I've also corrected the old 'networksById' option and renamed it to correct keyname (as `networksById` is used by different logic, and not the way it was till date) and made...

for some reason, `loadNpmCommands` was turned to false, i dont know how. changed it back and it showed. ``` "actionButtons": { ... "loadNpmCommands": true } ```

@carlosmiei before you do SL/TP for other exchanges, I suggest we reviewed this at first

in browsers, proxies are not supported, even with node-fetch (https://www.google.com/search?q=node-fetch+proxy+support+in+browser). That's a security feature in browsers not to allow proxy within fetch. edit: ah, I think I misunderstood. so, you...

can you please mention exactly which bunder do you use or even it would be nice if you share a simplified project (with tsconfig/package.json) so we would use the same...