USD marks

This commit is contained in:
tim
2025-03-29 15:27:13 -04:00
parent a6bce1613b
commit 0392e70b78
5 changed files with 18 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ export const useWalletStore = defineStore('wallet', ()=>{
export function onChainChanged(chainId) {
console.log('onChainChanged', chainId)
chainId = Number(chainId)
socket.emit('chain', chainId)
const store = useStore()
const ws = useWalletStore()
if( chainId !== ws.chainId ) {