Skip to content

Commit

Permalink
updated servers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoenicke committed May 14, 2021
1 parent f6e031e commit cffef45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/queue/mempool.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ var config = [
"priceunit":"sat/vB",
"symbol":"BTC",
"satPerUnit": 100000000.0,
"feelevel": 0,
"lastfeelevel": 0,
"feelevel": 1,
"lastfeelevel": 1,
"ranges": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 17, 20, 25, 30, 40, 50, 60, 70, 80, 100, 120, 140, 170, 200, 250, 300, 400, 500, 600, 700, 800, 1000, 1200, 1400, 1700, 2000, 2500, 3000, 4000, 5000, 6000, 7000, 8000, 10000 ],
"show": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ],
"colors": [
Expand All @@ -72,8 +72,8 @@ var config = [
"sizeunit":"Mgas",
"priceunit":"Gwei",
"satPerUnit": 1000000000.0,
"feelevel": 16,
"lastfeelevel": 16,
"feelevel": 5,
"lastfeelevel": 5,
"ranges": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 17, 20, 25, 30, 40, 50, 60, 70, 80, 100, 120, 140, 170, 200, 250, 300, 400, 500, 600, 700, 800, 1000, 1200, 1400, 1700, 2000, 2500, 3000, 4000, 5000, 6000, 7000, 8000, 10000 ],
"show": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37],
"colors": [
Expand All @@ -87,7 +87,7 @@ var config = [
"inc": true},
{"name":"BCH",
"classname": "bch",
"title":"Bitcoin Cash - BCHN 22.0.0.",
"title":"Bitcoin Cash - BCHN 23.0.0.",
"url":"https://johoe.jochen-hoenicke.de/queue/cash/",
"sizeunit":"MB",
"priceunit":"sat/B",
Expand All @@ -108,8 +108,8 @@ var config = [
"inc": true},
{"name":"BSV",
"classname": "bsv",
"title":"Bitcoin SV 1.0.3",
"url":"https://sv.jochen-hoenicke.de/queuesv/",
"title":"Bitcoin SV 1.0.7",
"url":"https://speed.jochen-hoenicke.de/bsv/",
"sizeunit":"MB",
"priceunit":"sat/B",
"symbol":"BSV",
Expand Down

0 comments on commit cffef45

Please sign in to comment.