Skip to content

Commit

Permalink
Update repayment address values
Browse files Browse the repository at this point in the history
This commit synchronizes address values with the latest (and should be
final) information from bisq-network/admin#76.
  • Loading branch information
cbeams committed May 6, 2020
1 parent 1ec6da4 commit d863a04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions track-repayments.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ <h2>Apr 2020 security incident repayment report</h2>
// 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;
});
Expand Down

0 comments on commit d863a04

Please sign in to comment.