• R/O
  • HTTP
  • SSH
  • HTTPS

Byone: 提交

Bytom Wallet for Chrome


Commit MetaInfo

修订版8cacaf8cb2bddefb46f60f3993bee5c1205d7432 (tree)
时间2019-10-28 11:26:12
作者Zhiting Lin <zlin035@uott...>
CommiterZhiting Lin

Log Message

update the new api address

更改概述

差异

--- a/src/models/bytom.js
+++ b/src/models/bytom.js
@@ -3,8 +3,8 @@ import Bytom from 'bytom-js-sdk'
33 var networks = {
44 testnetvapor: 'http://app.bycoin.io:3020/api/v1/vapor/',
55 testnet: 'http://app.bycoin.io:3020/api/v1/btm/',
6- mainnet: 'https://api.bycoin.im:8000/api/v1/btm/',
7- mainnetvapor: 'https://api.bycoin.im:8000/api/v1/vapor/'
6+ mainnet: 'https://bcapi.bystack.com/api/v1/btm/',
7+ mainnetvapor: 'https://bcapi.bystack.com/api/v1/vapor/'
88 }
99
1010 var bytom = new Bytom(networks, chrome.runtime.getURL('wasm/main.wasm'))
Show on old repository browser