Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from develop into main #224

Merged
merged 38 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
28304b1
chore: add .idea to .gitignore
alx-khramov Oct 5, 2023
d60e190
chore: update some @lido-sdk packages and reef-knot (v1.8.0)
alx-khramov Oct 5, 2023
2c0f46d
feat: holeky support
BATMAH69 Oct 10, 2023
99f6f6b
feat: fix pr issue, add filter by module
BATMAH69 Oct 11, 2023
5f730d7
chore: new wfs
choooze Oct 11, 2023
0237a1d
feat: remove empty lines
BATMAH69 Oct 11, 2023
b025b96
Merge pull request #187 from lidofinance/chore/new_wf_for_holesky
choooze Oct 11, 2023
5a3234c
Merge pull request #186 from lidofinance/feat/holesky
BATMAH69 Oct 11, 2023
a0de062
fix: hide new wallets
BATMAH69 Oct 12, 2023
4962b2e
Merge pull request #188 from lidofinance/fix/hide-new-wallets
AnnaSila Oct 12, 2023
f164c89
feat: change code owners
katamarinaki Oct 23, 2023
15018b8
Add Simple DVT factories support (#199)
katamarinaki Oct 23, 2023
d99c9b4
Merge pull request #201 from lidofinance/feat/change-codeowner-sign
katamarinaki Oct 24, 2023
1be664f
feat: add TopUpWithLimitsStables factory support; add AllowedTokensRe…
katamarinaki Oct 25, 2023
9903c62
feat: add holesky chain config for WalletConnect (#203)
BATMAH69 Oct 27, 2023
bd25ea4
refactor: extract useMotionTokenData to separate file
katamarinaki Nov 3, 2023
9d02d4e
fix: top up motion description for motion with custom token set
katamarinaki Nov 3, 2023
229e242
refactor: bring back removed motion types as read-only types to not b…
katamarinaki Nov 7, 2023
e3e206e
refactor: rename token check result: check1 -> tokenError
katamarinaki Nov 7, 2023
0c9906c
SDVT Polishing + QA feedback (#204)
katamarinaki Nov 21, 2023
1325bad
Merge branch 'develop' of github.com:lidofinance/easy-track-ui into f…
katamarinaki Nov 21, 2023
be4e3c5
Merge pull request #185 from lidofinance/feature/update-reef-knot-for…
AnnaSila Nov 24, 2023
7d3d15c
Merge pull request #209 from lidofinance/feat/stables-support
AnnaSila Nov 24, 2023
3c86ee9
Add IncreaseNodeOperatorLimit to Sandbox module on Holesky (#207)
katamarinaki Nov 29, 2023
5342103
Holesky improvements and fixes (#213)
katamarinaki Nov 30, 2023
c7f3a58
refactor: remove isValid condition for adding new program into motion…
katamarinaki Nov 30, 2023
5e8d83a
New top up with token factories improvements (#215)
katamarinaki Nov 30, 2023
647e352
Top up motions improvements (#218)
katamarinaki Dec 1, 2023
b29edbf
[DAO-177] Fix "Start Motion page reloads without a reason" bug (#219)
katamarinaki Dec 4, 2023
0aa6f57
feat: new holesky addresses
katamarinaki Dec 27, 2023
54b8401
feat: add holesky sandbox stables motions
katamarinaki Dec 27, 2023
9c90404
feat: update operator public API
BATMAH69 Jan 9, 2024
0372ff6
Merge pull request #229 from lidofinance/feat/new-operator-public-api
AnnaSila Jan 9, 2024
b80a72d
feat: enable dai top up motions (#226)
katamarinaki Jan 9, 2024
a88ccb9
Merge branch 'develop' of github.com:lidofinance/easy-track-ui into f…
katamarinaki Jan 9, 2024
4a9734c
Merge pull request #225 from lidofinance/feat/holesky-contracts
AnnaSila Jan 9, 2024
7cd1c9b
fix: add NOR abi to decoder hook
katamarinaki Jan 10, 2024
a0dadb9
Merge pull request #230 from lidofinance/fix/sandbox-nor-decoder
katamarinaki Jan 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# EL_RPC_URLS_{CHAIN_ID} list or URLs delimeted by commas, first entry is primary, else are fallbacks
EL_RPC_URLS_1=
EL_RPC_URLS_5=
EL_RPC_URLS_17000=

# supported networks for connecting wallet
SUPPORTED_CHAINS=1,5
SUPPORTED_CHAINS=1,5,17000

# this chain uses when a wallet is not connected
DEFAULT_CHAIN=5
Expand All @@ -20,5 +21,6 @@ CSP_REPORT_URI=
# subgraph urls
SUBGRAPH_MAINNET=https://api.thegraph.com/subgraphs/name/lidofinance/lido
SUBGRAPH_GOERLI=https://api.thegraph.com/subgraphs/name/lidofinance/lido-testnet
SUBGRAPH_HOLESKY=https://api.thegraph.com/subgraphs/name/lidofinance/lido-testnet

WALLETCONNECT_PROJECT_ID=
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @lidofinance/lido-eth-ui @lidofinance/lido-qa
* @lidofinance/lido-dao-ops-team @lidofinance/lido-qa
.github @lidofinance/review-gh-workflows
29 changes: 29 additions & 0 deletions .github/workflows/ci-dev-goerli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CI Dev Goerli

on:
workflow_dispatch:
push:
branches:
- goerli
paths-ignore:
- ".github/**"

permissions: {}

jobs:
# test:
# ...

deploy:
runs-on: ubuntu-latest
# needs: test
name: Build and deploy
steps:
- name: Testnet deploy
uses: lidofinance/dispatch-workflow@v1
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_testnet_easytrack_ui.yaml"
TARGET: "goerli"
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Dev
name: CI Dev Holesky

on:
workflow_dispatch:
Expand All @@ -25,5 +25,5 @@ jobs:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_testnet_easytrack_ui.yaml"
TARGET_WORKFLOW: "deploy_holesky_testnet_easytrack_ui.yaml"
TARGET: "develop"
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ yarn-error.log*

# vercel
.vercel

# ide
.idea
.vscode
Loading