From d863a0469abcf8c5a76e78ed65aa6ab0578fa023 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 6 May 2020 11:46:57 +0200 Subject: [PATCH] Update repayment address values This commit synchronizes address values with the latest (and should be final) information from bisq-network/admin#76. --- track-repayments.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/track-repayments.html b/track-repayments.html index ce976a8..27f6749 100644 --- a/track-repayments.html +++ b/track-repayments.html @@ -46,12 +46,12 @@

Apr 2020 security incident repayment report

// will need to update here whenever a change is made (i.e. a new address) var str = "ID btc lost usd value repayment address\n" - +"1 4.08 $25,391.88 1EU2aUQkHQukKbk3t5fmA4quHyMRBupM2U\n" - +"2 4.60 $31,126.54 1ALWSRCKBuad6JUh7Y371uDPyH9nwbsvxZ\n" + +"1 4.08 $25,391.88 19qA2BVPoyXDfHKVMovKG7SoxGY7xrBV8c\n" + +"2 4.60 $31,126.54 13sxMq8mTw7CTSqgGiMPfwo6ZDsVYrHLmR\n" +"3 2.30 $14,314.05 1HpvvMHcoXQsX85CjTsco5ZAAMoGu2Mze9\n" - +"4 8.80 $54,766.80 TBD\n" + +"4 8.80 $54,766.80 3EfRGckBQQuk7cpU7SwatPv8kFD1vALkTU\n" +"5 12.78 $93,418.99 19BNi5EpZhgBBWAt5ka7xWpJpX2ZWJEYyq\n" - +"6 2.30 $16,812.49 TBD\n" + +"6 2.30 $16,812.49 14iLhJiQ4aMU8DNg57CGGWhwXENV5X1FvW\n" +"\n\n"; document.getElementById('phrase').value = str; });