@liberfi.io/ui-predict 4.0.59 → 4.0.61
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.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.d.mts
CHANGED
|
@@ -1454,6 +1454,8 @@ interface SetupModalProps {
|
|
|
1454
1454
|
declare function SetupModal({ isOpen, onClose, safeDeployed, tokenApproved, onDeployAndApprove, }: SetupModalProps): react_jsx_runtime.JSX.Element;
|
|
1455
1455
|
|
|
1456
1456
|
interface PredictWalletContextValue {
|
|
1457
|
+
/** Whether the Kalshi (Solana / DFlow) venue is active for this app. */
|
|
1458
|
+
enableKalshi: boolean;
|
|
1457
1459
|
/** Connected Solana wallet address (for Kalshi). */
|
|
1458
1460
|
solanaAddress: string | undefined;
|
|
1459
1461
|
/** Connected EVM wallet address (for Polymarket). */
|
package/dist/index.d.ts
CHANGED
|
@@ -1454,6 +1454,8 @@ interface SetupModalProps {
|
|
|
1454
1454
|
declare function SetupModal({ isOpen, onClose, safeDeployed, tokenApproved, onDeployAndApprove, }: SetupModalProps): react_jsx_runtime.JSX.Element;
|
|
1455
1455
|
|
|
1456
1456
|
interface PredictWalletContextValue {
|
|
1457
|
+
/** Whether the Kalshi (Solana / DFlow) venue is active for this app. */
|
|
1458
|
+
enableKalshi: boolean;
|
|
1457
1459
|
/** Connected Solana wallet address (for Kalshi). */
|
|
1458
1460
|
solanaAddress: string | undefined;
|
|
1459
1461
|
/** Connected EVM wallet address (for Polymarket). */
|