changed testnet API domain

This commit is contained in:
Sai Raj 2019-04-05 19:02:30 +05:30 committed by GitHub
parent 5907a8f6b2
commit 1904399623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ top:194px;
<body>
<script>
const mainnet = `https://livenet.flocha.in`;
const testnet = `https://testnet.flocha.in`;
const testnet = `http://ranchimall1.duckdns.org:8080`;
let server = testnet;
window["loadwait"] = false;