1
This commit is contained in:
parent
6f8c5b62b7
commit
52976493f0
@ -6,7 +6,7 @@ export const walletStore = defineStore(
|
||||
() => {
|
||||
const walletType = ref();
|
||||
const eoaType = ref();
|
||||
const address = ref();
|
||||
const address = ref('');
|
||||
const chainId = ref();
|
||||
const token = ref();
|
||||
const refreshToken = ref();
|
||||
|
Loading…
x
Reference in New Issue
Block a user