synthetix-js
synthetix-js copied to clipboard
[deprecated] Please use https://github.com/Synthetixio/js-monorepo/tree/master/packages/contracts-interface
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hi, I work on the DevRel team at Coinbase and am submitting this issue to inform you that the WalletLink SDK has been deprecated in favor of our new [Coinbase...
Added docker authentication while pulling images. https://support.circleci.com/hc/en-us/articles/360050623311-Docker-Hub-rate-limiting-FAQ Signed-off-by: Jakub Mucha [email protected]
Currently running `npm run build` fails on Windows due to the `clean` and `format` npm scripts. This PR fixes these scripts without breaking them on Linux (didn't verify on macOS...
A few tests are failing... any idea why? ``` ● src/contracts/Synth › sBTC › kovan Should have correct Synthetix Proxy address VM execution error. at getResult (node_modules/ethers/providers/json-rpc-provider.js:40:21) at Object..exports.XMLHttpRequest.request.onreadystatechange (node_modules/ethers/utils/web.js:111:30)...
When doing: ```js snxjs.Depot.exchangeEtherForSNX({value: snxjs.util.parseEther(etherValue)}) ``` what actually happens is exchanging ether for **sUSD**. I assume this is because the actual function in the contract which is called is the...
Currently, it seems there's no straight forward way to inject a provider when initializing SynthetixJS. One can inject a signer, which can accept a provider in its constructor, but in...