separb beta

This commit is contained in:
Tim
2024-07-11 00:50:54 -04:00
parent d38baccd49
commit 68d9a32b5c
11 changed files with 74 additions and 130 deletions

View File

@@ -82,7 +82,6 @@ export const useStore = defineStore('app', ()=> {
set(v) {_chainInfo.value=v}
})
const chain = computed(() => !_chainId.value ? null : (_chainInfo.value[_chainId.value] || null))
// this provider is for the app's chainId not the wallet's chainId.
const providerRef = ref(null)
const provider = computed(()=>providerRef.value)
const vaultInitCodeHash = computed(() => !chain.value ? null : chain.value.vaultInitCodeHash)