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 +1 -1
- package/dist/dc.min.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/lib/common/define.ts +1 -1
- package/package.json +1 -1
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 = '/
|
|
153093
|
+
_baseUrl = '/v0_0_7';
|
|
153094
153094
|
_walletOrigin = 'https://wallet.dcnetio.com';
|
|
153095
153095
|
// }
|
|
153096
153096
|
const walletOrigin = _walletOrigin;
|