blockchain integration
This commit is contained in:
@@ -6,6 +6,10 @@ import App from './App'
|
||||
|
||||
globalThis.Buffer = Buffer
|
||||
|
||||
BigInt.prototype.toJSON = function() {
|
||||
return this.toString()
|
||||
}
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<Router>
|
||||
|
||||
Reference in New Issue
Block a user