Add missing coin def for zcash testnet
This commit is contained in:
parent
19f087b49e
commit
4118218d55
|
@ -0,0 +1,12 @@
|
|||
import 'coin.dart';
|
||||
|
||||
class Coin {
|
||||
String app = "ZWalletTest";
|
||||
String symbol = "\u24E9";
|
||||
String currency = "zcash";
|
||||
String ticker = "ZEC";
|
||||
String explorerUrl = "https://sochain.com/tx/ZECTEST/";
|
||||
List<LWInstance> lwd = [
|
||||
LWInstance("Lightwalletd", "https://testnet.lightwalletd.com:9067"),
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue