SafePal is the preferred wallet: listed first with a Recommended tag in the picker, detected by flag/window.safepal, named first in the in-app notice, join error, chatbot answer and AI prompt

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-20 08:45:14 -05:00
parent c3523bdac2
commit d72248bacb
35 changed files with 50 additions and 40 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
async function connect(){
try{
eth=await window.RMCWallet.pick();
if(!eth){ log('No wallet selected or detected. Install/unlock MetaMask, Trust, or SafePal and try again.','err'); return; }
if(!eth){ log('No wallet selected or detected. Install/unlock SafePal (recommended), MetaMask, or Trust and try again.','err'); return; }
attachWalletEvents();
log('Requesting wallet connection…');
var accs=await req('eth_requestAccounts'); account=accs[0];