OSDN Git Service

fix: update 2.0
[bytom/Byone.git] / src / models / wallet.js
index 41dfc11..59266da 100644 (file)
@@ -3,12 +3,12 @@ import bytom from './bytom'
 import { networks } from '../utils/constants'
 
 export const wallet = new Wallet({
-  net: 'testnet',
+  net: 'mainnet',
   chain: 'bytom'
 })
 
 export function setNet(net) {
-  // wallet.setNet(net)
+  wallet.setNet(net)
 }
 
 export function setChain(chain) {