ohlc pubsub bugfixes

This commit is contained in:
Tim
2024-03-14 22:27:55 -04:00
parent f2a6ad9119
commit f7861dea1d
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ export const useStore = defineStore('app', ()=> {
const clock = ref(timestamp())
const nav = ref(false) // controls opening navigation drawer
const _chainId = ref(null)
const _chainId = ref(Object.keys(version.chainInfo)[0])
const _chainInfo = ref(version.chainInfo)
function getTokenList() {