web-dc-api 0.0.26 → 0.0.27
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
|
@@ -186812,7 +186812,7 @@ a=end-of-candidates
|
|
|
186812
186812
|
}
|
|
186813
186813
|
}
|
|
186814
186814
|
|
|
186815
|
-
let _baseUrl = '/
|
|
186815
|
+
let _baseUrl = '/v0_0_4';
|
|
186816
186816
|
let _walletOrigin = 'https://wallet.dcnetio.com';
|
|
186817
186817
|
// todo 发布需要注释
|
|
186818
186818
|
// if (process.env.NODE_ENV === 'development') {
|