alpha deployment

This commit is contained in:
Tim Olson
2023-11-16 17:36:44 -04:00
parent 0098d7f29f
commit 55591848be
10 changed files with 18 additions and 54 deletions

View File

@@ -13,7 +13,7 @@ import { createApp } from 'vue'
// Plugins
import { registerPlugins } from '@/plugins'
import '@/styles/style.scss'
import {watchWallet} from "@/blockchain/wallet.js";
import {detectChain} from "@/blockchain/wallet.js";
import "./socket.js"
BigInt.prototype.toJSON = function() { return this.toString() }
@@ -22,4 +22,4 @@ const app = createApp(App)
registerPlugins(app)
app.mount('#app')
await watchWallet()
detectChain()