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