File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 824824 <!-- Pi.init sandbox=false in the REAL mobile Pi Browser. sandbox:true is ONLY for the
825825 desktop sandbox (sandbox.minepi.com); testnet vs mainnet is the app's network +
826826 wallet, not this flag. sandbox:true here broke payments auth ("open in sandbox"). -->
827- < script > window . PI_SANDBOX = false ; </ script >
827+ < script > window . PI_SANDBOX = true ; </ script >
828828 {% if current_user %}< script > window . PI_AUTO_SIGNIN = false ; </ script > {% endif %}
829829 < script src ="https://sdk.minepi.com/pi-sdk.js "> </ script >
830- < script src ="/static/pi_auth.js?v=13 " defer > </ script >
830+ < script src ="/static/pi_auth.js?v=14 " defer > </ script >
831831 <!-- Sophia Elya chat widget (same-origin: logged-in humans recognized + can generate) -->
832832 < script src ="/static/sophia_widget.js?v=2 " data-endpoint ="/api/sophia " data-accent ="#3ea6ff " data-title ="Chat with Sophia Elya " defer > </ script >
833833</ head >
Original file line number Diff line number Diff line change 4646{% block content %}
4747<!-- TESTNET-only Pi app → init the Pi SDK in sandbox/testnet mode (matches server
4848 PI_SANDBOX=1). Set before the deferred pi_auth.js / pi_pay.js execute. -->
49- < script > window . PI_SANDBOX = false ; </ script >
49+ < script > window . PI_SANDBOX = true ; </ script >
5050< div class ="pi-wrap ">
5151 < div class ="pi-hero ">
5252 < span class ="pi-badge "> π PI NETWORK</ span >
You can’t perform that action at this time.
0 commit comments