diff --git a/src/config/pools_cn_lite.json b/src/config/pools_cn_lite.json index f844545..8f8f195 100644 --- a/src/config/pools_cn_lite.json +++ b/src/config/pools_cn_lite.json @@ -18,11 +18,23 @@ "code": "AEON", "name": "AEON", "url": "pool.aeon.hashvault.pro:3333", - "variant": 1 + "variant": -1 + }, + { + "code": "IRD", + "name": "Iridium", + "url": "pool.iridium.hashvault.pro:4445", + "variant": -1 + }, + { + "code": "XTRI", + "name": "Triton", + "url": "pool.triton.hashvault.pro:3333", + "variant": -1 } ] }, "c": { "editor": "custom" } -} \ No newline at end of file +}