@ton-pay/api 0.2.0 → 0.2.1
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6626,7 +6626,7 @@ var require_crypto_js = __commonJS({
|
|
|
6626
6626
|
|
|
6627
6627
|
// src/common/const.ts
|
|
6628
6628
|
var BASE_URL = "https://pay.ton.org";
|
|
6629
|
-
var TESTNET_BASE_URL = "https://
|
|
6629
|
+
var TESTNET_BASE_URL = "https://dev.pay.ton.org";
|
|
6630
6630
|
|
|
6631
6631
|
// src/common/get-base-url.ts
|
|
6632
6632
|
var getBaseUrl = (chain) => {
|