web-dc-api 0.0.35 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dc.js CHANGED
@@ -153090,7 +153090,7 @@ a=end-of-candidates
153090
153090
  let _walletOrigin = 'http://localhost:3000';
153091
153091
  // todo 发布需要注释
153092
153092
  // if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
153093
- _baseUrl = '/v0_0_6';
153093
+ _baseUrl = '/v0_0_7';
153094
153094
  _walletOrigin = 'https://wallet.dcnetio.com';
153095
153095
  // }
153096
153096
  const walletOrigin = _walletOrigin;