fix: route unisat

This commit is contained in:
showlizi 2024-06-14 18:03:36 +08:00
parent d0c4278f84
commit 51aaf66068

View File

@ -43,7 +43,7 @@ const tipMsg = computed(() => {
let chainId = baseStore?.value?.currentChainId; let chainId = baseStore?.value?.currentChainId;
let params = ''; let params = '';
if (route.path === '/SIDE-Testnet') { if (route.path === '/SIDE-Testnet' || route.path === '/wallet/unisat') {
chainId = 'S2-testnet-2'; chainId = 'S2-testnet-2';
params = JSON.stringify({ params = JSON.stringify({
wallet: ['okex', 'unisat'] wallet: ['okex', 'unisat']