diff --git a/config_examples/monero.json b/config_examples/monero.json index 9c745ca..8307ef8 100644 --- a/config_examples/monero.json +++ b/config_examples/monero.json @@ -181,7 +181,7 @@ "parentCoin": "zephyr", "host": "127.0.0.1", "port": 37777, - "walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE" + "walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE" } } }, diff --git a/config_examples/peya.json b/config_examples/peya.json index 00f3fdd..b8db2f2 100644 --- a/config_examples/peya.json +++ b/config_examples/peya.json @@ -170,10 +170,10 @@ "type": "merge-mining", "parentCoin": "zephyr", "coin": "Zephyr", - "symbol": "ZEPH", + "symbol": "ZPH", "host": "127.0.0.1", "port": 37777, - "walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE", + "walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE", "cnAlgorithm": "randomx", "cnVariant": 0, "cnBlobType": 13, diff --git a/config_examples/salvium.json b/config_examples/salvium.json index 620e2c9..b3b17c1 100644 --- a/config_examples/salvium.json +++ b/config_examples/salvium.json @@ -176,7 +176,7 @@ "parentCoin": "zephyr", "host": "127.0.0.1", "port": 37777, - "walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE" + "walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE" } } }, diff --git a/config_examples/zephyr.json b/config_examples/zephyr.json index f00e52d..833cbe3 100644 --- a/config_examples/zephyr.json +++ b/config_examples/zephyr.json @@ -2,7 +2,7 @@ "poolHost": "your.zephyr.pool.host", "coin": "zephyr", - "symbol": "ZEPH", + "symbol": "ZPH", "coinUnits": 1000000000000, "coinDecimalPlaces": 12, "coinDifficultyTarget": 120, @@ -142,7 +142,7 @@ "parentCoin": "zephyr", "host": "127.0.0.1", "port": 37777, - "walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE" + "walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE" } } }, diff --git a/lib/market.js b/lib/market.js index c6b73f4..99eedf3 100644 --- a/lib/market.js +++ b/lib/market.js @@ -110,6 +110,7 @@ function getCoinPaprikaId() { switch (poolSymbol) { case 'XMR': return 'xmr-monero'; + case 'ZPH': case 'ZEPH': return 'zeph-zephyr-protocol'; case 'SAL':