Add local public pool setting
All checks were successful
/ build (push) Successful in 3m37s
/ check-changes (push) Successful in 6s

This commit is contained in:
Djuri 2025-01-08 02:05:26 +01:00
parent 91e60d2f4c
commit 08b6f0e512
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
2 changed files with 61 additions and 1 deletions

View file

@ -30,7 +30,8 @@
['public_pool', 'public-pool.io'],
['gobrrr_pool', 'Go Brrr pool'],
['ckpool', 'CKPool'],
['eu_ckpool', 'EU CKPool']
['eu_ckpool', 'EU CKPool'],
['local_public_pool', 'Public Pool (local)']
]);
const dispatch = createEventDispatcher();