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