Skip to content

Commit

Permalink
added references to new pk
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMinkov committed Sep 16, 2020
1 parent da8acf1 commit 966d78e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions frontend/leaderboard/src/Metrics.re
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ let calculateAllUsers = metrics => {
};

let echoBotPublicKeys = [
"4vsRCVNep7JaFhtySu6vZCjnArvoAhkRscTy5TQsGTsKM4tJcYVc3uNUMRxQZAwVzSvkHDGWBmvhFpmCeiPASGnByXqvKzmHt4aR5uAWAQf3kqhwDJ2ZY3Hw4Dzo6awnJkxY338GEp12LE4x",
"4vsRCViQQRxXfkgEspR9vPWLypuSEGkZtHxjYF7srq5M1mZN4LSoX7wWCFZGitJLmdoozDXmrCugvBBKsePd6hfBAp9P3eTCHs5HwdC763A1FbjzskfrCvWMq9KXXsmFxWhYpG9nnhWzqSC1",
"B62qk5jqp4nYPwDDdd9XJAV8bYQ5cSzaZ9Me7ccaMdSSJpqKasDqMx9",
];
let calculateMetrics = blocks => {
let blocksCreated = getBlocksCreatedByUser(blocks);
Expand Down
4 changes: 2 additions & 2 deletions frontend/website-redesign/pages/docs/my-first-transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Finally we get to the good stuff, sending our first transaction! Before you send

For testing purposes, there's already an echo service set up that will immediately refund your payment minus the transaction fees. You can use the following public key for the echo bot.
```
4vsRCViQQRxXfkgEspR9vPWLypuSEGkZtHxjYF7srq5M1mZN4LSoX7wWCFZGitJLmdoozDXmrCugvBBKsePd6hfBAp9P3eTCHs5HwdC763A1FbjzskfrCvWMq9KXXsmFxWhYpG9nnhWzqSC1
B62qk5jqp4nYPwDDdd9XJAV8bYQ5cSzaZ9Me7ccaMdSSJpqKasDqMx9
```

<Alert kind="warning">
Expand All @@ -171,7 +171,7 @@ Let's send some of our newly received coda to this service to see what a payment

coda client send-payment \
-amount 0.5 \
-receiver 4vsRCViQQRxXfkgEspR9vPWLypuSEGkZtHxjYF7srq5M1mZN4LSoX7wWCFZGitJLmdoozDXmrCugvBBKsePd6hfBAp9P3eTCHs5HwdC763A1FbjzskfrCvWMq9KXXsmFxWhYpG9nnhWzqSC1 \
-receiver B62qk5jqp4nYPwDDdd9XJAV8bYQ5cSzaZ9Me7ccaMdSSJpqKasDqMx9 \
-fee 0.1 \
-sender $CODA_PUBLIC_KEY

Expand Down
4 changes: 2 additions & 2 deletions frontend/website/pages/docs/my-first-transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Finally we get to the good stuff, sending our first transaction! Before you send

For testing purposes, there's already an echo service set up that will immediately refund your payment minus the transaction fees. You can use the following public key for the echo bot.
```
4vsRCViQQRxXfkgEspR9vPWLypuSEGkZtHxjYF7srq5M1mZN4LSoX7wWCFZGitJLmdoozDXmrCugvBBKsePd6hfBAp9P3eTCHs5HwdC763A1FbjzskfrCvWMq9KXXsmFxWhYpG9nnhWzqSC1
B62qk5jqp4nYPwDDdd9XJAV8bYQ5cSzaZ9Me7ccaMdSSJpqKasDqMx9
```

<Alert kind="warning">
Expand All @@ -174,7 +174,7 @@ Let's send some of our newly received coda to this service to see what a payment

coda client send-payment \
-amount 0.5 \
-receiver 4vsRCViQQRxXfkgEspR9vPWLypuSEGkZtHxjYF7srq5M1mZN4LSoX7wWCFZGitJLmdoozDXmrCugvBBKsePd6hfBAp9P3eTCHs5HwdC763A1FbjzskfrCvWMq9KXXsmFxWhYpG9nnhWzqSC1 \
-receiver B62qk5jqp4nYPwDDdd9XJAV8bYQ5cSzaZ9Me7ccaMdSSJpqKasDqMx9 \
-fee 0.1 \
-sender $CODA_PUBLIC_KEY

Expand Down

0 comments on commit 966d78e

Please sign in to comment.