diff --git a/README.md b/README.md index fbd6cd9..628e21c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Start your local development servers and then simply run `yarn dev`. ![Home](./screenshots/0_homescreen.png "Waiting for user to connect") -![Sign](./screenshots/1_ready.png "Prove ownership of sBTC") +![Sign](./screenshots/1_sign.png "Prove ownership of sBTC") -![Ready](./screenshots/2_sign.png "Do you want to deposit?") +![Ready](./screenshots/2_ready.png "Do you want to deposit?") ![Confirmed](./screenshots/3_confirmed.png "Transaction is confirmed") diff --git a/screenshots/0_homescreen.png b/screenshots/0_homescreen.png new file mode 100644 index 0000000..046540d Binary files /dev/null and b/screenshots/0_homescreen.png differ diff --git a/screenshots/1_sign.png b/screenshots/1_sign.png new file mode 100644 index 0000000..0dbb01e Binary files /dev/null and b/screenshots/1_sign.png differ diff --git a/screenshots/2_ready.png b/screenshots/2_ready.png new file mode 100644 index 0000000..e7d5b6d Binary files /dev/null and b/screenshots/2_ready.png differ diff --git a/screenshots/3_confirmed.png b/screenshots/3_confirmed.png new file mode 100644 index 0000000..f1bed20 Binary files /dev/null and b/screenshots/3_confirmed.png differ