Skip to content

Commit

Permalink
Merge pull request #207 from zkBob/staging
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
maxaleks authored Jul 13, 2023
2 parents cdeed16 + f5de8a4 commit 31d87eb
Show file tree
Hide file tree
Showing 58 changed files with 3,664 additions and 755 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/merge-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync pre-prod branch
on:
push:
branches:
- 'staging'
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Merge staging -> pre-prod
uses: devmasx/merge-branch@master
with:
type: now
from_branch: staging
target_branch: pre-prod
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkbob-ui",
"version": "2.3.0",
"version": "3.0.0",
"private": true,
"dependencies": {
"@dicebear/avatars": "^4.10.2",
Expand Down Expand Up @@ -44,7 +44,7 @@
"wagmi": "^0.12.1",
"web-vitals": "^1.0.1",
"webpack": "^5.70.0",
"zkbob-client-js": "4.0.1"
"zkbob-client-js": "5.1.0"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down
3 changes: 3 additions & 0 deletions src/assets/check-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/eth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/assets/ethereum.svg

This file was deleted.

10 changes: 10 additions & 0 deletions src/assets/goerli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions src/assets/polygon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 31d87eb

Please sign in to comment.