solo
solo copied to clipboard
dYdX V2 Margin Trading Protocol
Hey, I'm a security researcher from https://mend.io This malicious code was found by us at https://Mend.io using our Supply Chain Defender technology Looking at the diff here: https://my.diffend.io/npm/@dydxprotocol/solo/0.41.0/0.41.1 A preinstall...
failed installation does not give me any info. installed node-gyp and build tools and python. but this package still won't install... ``` if not defined npm_config_node_gyp```
can we access dYdX smart contract functions in our own created smart contract? can we open and close the market position on dydx using our own smart contract using the...
Added dydx interface and interface folder for third-party devs to easily find and work with dydx
Hi, I wonder whether the SoloMargin contract was deployed on Ropsten testnet? It seems the contract is currently deployed on Mainnet and Kovan.
I installed packages and trying to build the project, but got this error: ``` > @dydxprotocol/[email protected] clean_contract_json /Users/javier/Projects/solo > ts-node ./scripts/CleanBuild.ts /Users/javier/Projects/solo/node_modules/ts-node/src/index.ts:434 return new TSError(diagnosticText, diagnosticCodes) ^ TSError: ⨯ Unable...
Am trying to run the script in Ropsten network i have did some changes in .env.test file this way `# Gas Management GAS_STATION_URL=http://ethgasstation.info/json/ethgasAPI.json GAS_PRICE_MULTIPLIER=2 GAS_PRICE_UPDATE_FREQUENCY_SEC=120 GAS_INITIAL_PRICE=30000000000 GAS_REQUEST_TIMEOUT_MS=10000 GAS_PRICE_ADDITION=1 # Solo...
added placeCanonicalStopOrder allows setting triggerPrice and setExpirationOnFill used in bot for tracking price movement updating the stop to minimize losses (ie. "trailing stop")
Solo api.getAccountBalances facade to the API does not work, always returns 400. Using the example account from the documentation, the following works and returns an empty account: ``` curl https://api.dydx.exchange/v1/accounts/0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5...
Hi, I was browsing through the multisig contracts and it seems like even though you can execute a transaction with ether attached but there's actually no way for the multisig...