From 8567a4c649ab6f5ea37ac3c3901f2d9c2597199a Mon Sep 17 00:00:00 2001 From: Potato <35818234+zzzpotato@users.noreply.github.com> Date: Sat, 13 Aug 2022 09:03:55 -0500 Subject: [PATCH] Add poolOptions to coins config files (#197) --- coins/btcp.json | 3 +++ coins/btcz.json | 3 +++ coins/bzc.json | 3 +++ coins/bze.json | 3 +++ coins/genx.json | 3 +++ coins/hush.json | 3 +++ coins/kmd.json | 3 +++ coins/ltz.json | 3 +++ coins/safe.json | 3 +++ coins/testnet/zec.json | 3 +++ coins/testnet/zel.json | 3 +++ coins/testnet/zen.json | 3 +++ coins/vdl.json | 3 +++ coins/vot.json | 3 +++ coins/xsg.json | 3 +++ coins/yec.json | 3 +++ coins/zcl.json | 3 +++ coins/zec.json | 3 +++ coins/zel.json | 3 +++ coins/zen.json | 3 +++ coins/zer.json | 3 +++ 21 files changed, 63 insertions(+) diff --git a/coins/btcp.json b/coins/btcp.json index 363ee2f..f8e3d3e 100644 --- a/coins/btcp.json +++ b/coins/btcp.json @@ -14,5 +14,8 @@ "txURL": "https://explorer.btcprivate.org/tx/", "blockURL": "https://explorer.btcprivate.org/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.btcprivate.org/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/btcz.json b/coins/btcz.json index 3c2200e..0a8cf50 100644 --- a/coins/btcz.json +++ b/coins/btcz.json @@ -122,5 +122,8 @@ "txURL": "https://explorer.btcz.rocks/tx/", "blockURL": "https://explorer.btcz.rocks/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/bzc.json b/coins/bzc.json index 48b3c24..a55d194 100644 --- a/coins/bzc.json +++ b/coins/bzc.json @@ -64,5 +64,8 @@ "txURL": "http://bzc.avaxchain.com/insight/tx/", "blockURL": "http://bzc.avaxchain.com/insight/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/bze.json b/coins/bze.json index b7bb77b..f8e5dbf 100644 --- a/coins/bze.json +++ b/coins/bze.json @@ -15,5 +15,8 @@ "txURL": "https://explorer.getbze.com/tx/", "blockURL": "https://explorer.getbze.com/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/genx.json b/coins/genx.json index c78b4f3..b32dcc5 100644 --- a/coins/genx.json +++ b/coins/genx.json @@ -30,6 +30,9 @@ "txURL": "http://explorer.genesisnetwork.io/tx/", "blockURL": "http://explorer.genesisnetwork.io/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/hush.json b/coins/hush.json index 85fd11c..87f429f 100644 --- a/coins/hush.json +++ b/coins/hush.json @@ -9,5 +9,8 @@ "txURL": "https://explorer.myhush.org/tx/", "blockURL": "https://explorer.myhush.org/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/kmd.json b/coins/kmd.json index ac588d0..42b75f3 100644 --- a/coins/kmd.json +++ b/coins/kmd.json @@ -8,5 +8,8 @@ "txURL": "https://kmdexplorer.io/tx/", "blockURL": "https://kmdexplorer.io/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/ltz.json b/coins/ltz.json index 57ebe0d..e093fcb 100644 --- a/coins/ltz.json +++ b/coins/ltz.json @@ -15,5 +15,8 @@ "txURL": "https://insight.litecoinz.org/tx/", "blockURL": "https://insight.litecoinz.org/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/safe.json b/coins/safe.json index 76cdeb8..2dc7c1c 100644 --- a/coins/safe.json +++ b/coins/safe.json @@ -13,5 +13,8 @@ "txURL": "https://explorer.safecoin.org/tx/", "blockURL": "https://explorer.safecoin.org/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/testnet/zec.json b/coins/testnet/zec.json index e47726a..28b0825 100644 --- a/coins/testnet/zec.json +++ b/coins/testnet/zec.json @@ -30,5 +30,8 @@ "txURL": "https://explorer.testnet.z.cash/tx/", "blockURL": "https://explorer.testnet.z.cash/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/testnet/zel.json b/coins/testnet/zel.json index 78c3255..fb99055 100644 --- a/coins/testnet/zel.json +++ b/coins/testnet/zel.json @@ -16,5 +16,8 @@ "txURL": "https://testnet.zel.cash/tx/", "blockURL": "https://testnet.zel.cash/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/testnet/zen.json b/coins/testnet/zen.json index 1a4cb9d..ab761c4 100644 --- a/coins/testnet/zen.json +++ b/coins/testnet/zen.json @@ -11,6 +11,9 @@ "blockURL": "https://explorer-testnet.horizen.io/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." }, + "poolOptions": { + "confirmations": 100 + }, "forks": [ { "activationHeight": 0, diff --git a/coins/vdl.json b/coins/vdl.json index 1cc59d4..a8c017f 100644 --- a/coins/vdl.json +++ b/coins/vdl.json @@ -17,5 +17,8 @@ "txURL": "https://explorer.vidulum.app/tx/", "blockURL": "https://explorer.vidulum.app/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/vot.json b/coins/vot.json index 912204c..7f6b90c 100644 --- a/coins/vot.json +++ b/coins/vot.json @@ -12,5 +12,8 @@ "txURL": "https://explorer.votecoin.site/tx/", "blockURL": "https://explorer.votecoin.site/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/xsg.json b/coins/xsg.json index 2ec7fed..396f78d 100644 --- a/coins/xsg.json +++ b/coins/xsg.json @@ -16,5 +16,8 @@ "txURL": "https://insight.snowgem.org/tx/", "blockURL": "https://insight.snowgem.org/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/yec.json b/coins/yec.json index 58f4685..f4e04f1 100644 --- a/coins/yec.json +++ b/coins/yec.json @@ -70,5 +70,8 @@ "txURL": "", "blockURL": "", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/zcl.json b/coins/zcl.json index 23e585a..a2d191e 100644 --- a/coins/zcl.json +++ b/coins/zcl.json @@ -16,5 +16,8 @@ "txURL": "", "blockURL": "", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/zec.json b/coins/zec.json index bf8a625..dfefb8f 100644 --- a/coins/zec.json +++ b/coins/zec.json @@ -66,5 +66,8 @@ "txURL": "https://explorer.z.cash/tx/", "blockURL": "https://explorer.z.cash/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/zel.json b/coins/zel.json index 5ce63d6..4fe0358 100644 --- a/coins/zel.json +++ b/coins/zel.json @@ -16,5 +16,8 @@ "txURL": "https://explorer.zel.cash/tx/", "blockURL": "https://explorer.zel.cash/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." + }, + "poolOptions": { + "confirmations": 100 } } diff --git a/coins/zen.json b/coins/zen.json index 1eab901..343486d 100644 --- a/coins/zen.json +++ b/coins/zen.json @@ -11,6 +11,9 @@ "blockURL": "https://explorer.horizen.io/block/", "_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end." }, + "poolOptions": { + "confirmations": 100 + }, "forks": [ { "activationHeight": 0, diff --git a/coins/zer.json b/coins/zer.json index a1d4f7d..fc38d5c 100644 --- a/coins/zer.json +++ b/coins/zer.json @@ -49,5 +49,8 @@ "4": 1935765626 }, "isZcash": true + }, + "poolOptions": { + "confirmations": 720 } }