Skip to content

Commit

Permalink
feat: use new version signing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Jun 20, 2024
1 parent 59d09d0 commit 407fac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install_rabbyx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_dir=$(dirname "$script_dir")
assets_dir="$( dirname "$scripts_dir" )/assets"

echo "[install_rabbyx] try to download rabbyx.zip..."
curl -sL https://download.rabby.io/_tools/RabbyX-v0.92.71-53c6045.zip > $assets_dir/rabbyx.zip
curl -sL https://download.rabby.io/_tools/RabbyX-v0.92.76-e62a641.zip > $assets_dir/rabbyx.zip
# curl -sL https://download.rabby.io/_tools/RabbyX-latest.zip > $assets_dir/rabbyx.zip

mkdir -p $assets_dir/chrome_exts/
Expand Down
3 changes: 2 additions & 1 deletion src/renderer/changeLogs/currentVersion.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#### Features

- Supported Free Gas - sign transactions smoothly with Rabby Wallet, even if your gas is not enough
- Revamped signing page

0 comments on commit 407fac4

Please sign in to comment.