CounterpartyXCP / counterwallet

Counterparty web wallet
https://counterwallet.io
147 stars 162 forks source link

Use BLOCKEXPLORER_URL. #851

Closed cryptcoin-junkey closed 5 years ago

cryptcoin-junkey commented 6 years ago

Do it simple.

droplister commented 6 years ago

Nice catch.

/src/js/consts.js at Line 244

var BLOCKEXPLORER_URL = USE_TESTNET ? "https://testnet.xchain.io" : "https://xchain.io";