mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
closes #3
This commit is contained in:
parent
eae45ac6b0
commit
a079591263
|
@ -16,8 +16,7 @@ export function useDSA() {
|
||||||
if (web3.value) {
|
if (web3.value) {
|
||||||
dsa.value = new DSA(web3.value, chainId.value);
|
dsa.value = new DSA(web3.value, chainId.value);
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{ immediate: true }
|
|
||||||
);
|
);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
@ -39,8 +38,7 @@ export function useDSA() {
|
||||||
activeAccount.value = accounts.value[0];
|
activeAccount.value = accounts.value[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{ immediate: true }
|
|
||||||
);
|
);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user