@daimo/pay 1.8.0 → 1.8.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/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import { WalletSignTransactionError, WalletSendTransactionError } from '@solana/
|
|
|
22
22
|
import { normalize } from 'viem/ens';
|
|
23
23
|
|
|
24
24
|
var name = "@daimo/pay";
|
|
25
|
-
var version = "1.8.
|
|
25
|
+
var version = "1.8.1";
|
|
26
26
|
var author = "Daimo";
|
|
27
27
|
var homepage = "https://pay.daimo.com";
|
|
28
28
|
var license = "BSD-2-Clause license";
|
|
@@ -61,7 +61,7 @@ var keywords = [
|
|
|
61
61
|
"crypto"
|
|
62
62
|
];
|
|
63
63
|
var dependencies = {
|
|
64
|
-
"@daimo/pay-common": "1.8.
|
|
64
|
+
"@daimo/pay-common": "1.8.1",
|
|
65
65
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
66
66
|
"@solana/wallet-adapter-base": "^0.9.23",
|
|
67
67
|
"@solana/wallet-adapter-react": "^0.15.35",
|
|
@@ -483,7 +483,7 @@ function setInWalletPaymentUrlFromApiUrl(apiUrl) {
|
|
|
483
483
|
daimoPayHost = "http://localhost:3001";
|
|
484
484
|
}
|
|
485
485
|
else if (apiUrl.startsWith("https://pay-api-stage.daimo.xyz")) {
|
|
486
|
-
daimoPayHost = "https://daimo.
|
|
486
|
+
daimoPayHost = "https://pay.stage.daimo.xyz";
|
|
487
487
|
}
|
|
488
488
|
else {
|
|
489
489
|
daimoPayHost = "https://pay.daimo.com";
|