@@ -45,7 +45,7 @@ const Exchange = require ('./js/base/Exchange')
45
45
//-----------------------------------------------------------------------------
46
46
// this is updated by vss.js when building
47
47
48
- const version = '1.17.368 '
48
+ const version = '1.17.369 '
49
49
50
50
Exchange.ccxtVersion = version
51
51
@@ -54029,6 +54029,7 @@ module.exports = class therock extends Exchange {
54029
54029
await this.loadMarkets ();
54030
54030
return await this.privateDeleteFundsFundIdOrdersId (this.extend ({
54031
54031
'id': id,
54032
+ 'fund_id': this.marketId (symbol),
54032
54033
}, params));
54033
54034
}
54034
54035
@@ -122071,29 +122072,29 @@ module.exports = {
122071
122072
122072
122073
},{"bn.js":480,"eth-lib/lib/hash":283,"number-to-bn":346,"underscore":431,"utf8":435}],484:[function(require,module,exports){
122073
122074
module.exports={
122074
- "_from": "web3",
122075
+ "_from": "web3@^1.0.0-beta.36 ",
122075
122076
"_id": "web3@1.0.0-beta.36",
122076
122077
"_inBundle": false,
122077
122078
"_integrity": "sha512-fZDunw1V0AQS27r5pUN3eOVP7u8YAvyo6vOapdgVRolAu5LgaweP7jncYyLINqIX9ZgWdS5A090bt+ymgaYHsw==",
122078
122079
"_location": "/web3",
122079
122080
"_phantomChildren": {},
122080
122081
"_requested": {
122081
- "type": "tag ",
122082
+ "type": "range ",
122082
122083
"registry": true,
122083
- "raw": "web3",
122084
+ "raw": "web3@^1.0.0-beta.36 ",
122084
122085
"name": "web3",
122085
122086
"escapedName": "web3",
122086
- "rawSpec": "",
122087
+ "rawSpec": "^1.0.0-beta.36 ",
122087
122088
"saveSpec": null,
122088
- "fetchSpec": "latest "
122089
+ "fetchSpec": "^1.0.0-beta.36 "
122089
122090
},
122090
122091
"_requiredBy": [
122091
122092
"#USER",
122092
122093
"/"
122093
122094
],
122094
122095
"_resolved": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.36.tgz",
122095
122096
"_shasum": "2954da9e431124c88396025510d840ba731c8373",
122096
- "_spec": "web3",
122097
+ "_spec": "web3@^1.0.0-beta.36 ",
122097
122098
"_where": "/home/travis/build/ccxt/ccxt",
122098
122099
"author": {
122099
122100
"name": "ethereum.org"
0 commit comments