Open rashdeva opened 5 months ago
i also wanna do this,can you tell me how you solve it?
const tonConnectUI = new TonConnectUI({
connector: new TonConnect({
manifestUrl: window.location.origin+'/tonconnect-manifest.json',
//Wallets list, See source code. default: https://raw.githubusercontent.com/ton-blockchain/wallets-list/main/wallets-v2.json
//You just need to reorder this list,Place the target wallet at the front of the list
walletsListSource: window.location.origin+"/tonconnect-wallets.json",
})
});
Your Question
Is there a way to set an order of wallets in Modal? I want to setup my own order
Context
No response
What have you tried so far?
I tried to work with walletsListConfiguration, but it didn't give any result.
Relevant Code or Commands
No response
Documentation Check