symbol search in tv

This commit is contained in:
Tim
2024-02-16 21:11:57 -04:00
parent 3ef63d5eb7
commit d01169b2fd
8 changed files with 5159 additions and 37 deletions

View File

@@ -15,6 +15,7 @@ import { registerPlugins } from '@/plugins'
import '@/styles/style.scss'
import {detectChain} from "@/blockchain/wallet.js";
import "./socket.js"
import "./version.js"
BigInt.prototype.toJSON = function() { return this.toString() }