USD marks
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user