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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user