Skip to content

Commit

Permalink
Merge pull request #354 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
itaven authored Jun 10, 2024
2 parents d71dddb + a48e2de commit 5282664
Show file tree
Hide file tree
Showing 76 changed files with 652 additions and 226 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# for supporting of domain agnostic
SELF_ORIGIN=https://stake.lido.fi
ROOT_ORIGIN=https://lido.fi
DOCS_ORIGIN=https://docs.lido.fi
HELP_ORIGIN=https://help.lido.fi
RESEARCH_ORIGIN=https://research.lido.fi

# 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=
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ jobs:
TARGET_WORKFLOW: 'deploy_holesky_testnet_ethereum_staking_widget.yaml'
TARGET: 'develop'

- name: Goerli 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_ethereum_staking_widget.yaml'
TARGET: 'develop'

tests:
needs: deploy
if: ${{ github.event.pull_request.draft == false }}
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/ci-ens.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/ci-ipfs-goerli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
yarn install --frozen-lockfile
- name: Build
run: |
yarn build-ipfs
yarn build:ipfs
env:
ROOT_ORIGIN: ${{ vars.ROOT_ORIGIN }}
DOCS_ORIGIN: ${{ vars.DOCS_ORIGIN }}
HELP_ORIGIN: ${{ vars.HELP_ORIGIN }}
RESEARCH_ORIGIN: ${{ vars.RESEARCH_ORIGIN }}
DEFAULT_CHAIN: ${{ vars.DEFAULT_CHAIN }}
SUPPORTED_CHAINS: ${{ vars.SUPPORTED_CHAINS }}
WIDGET_API_BASE_PATH_FOR_IPFS: ${{ vars.WIDGET_API_BASE_PATH_FOR_IPFS }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-ipfs-test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
yarn install --frozen-lockfile
- name: Build
run: |
yarn build-ipfs
yarn build:ipfs
env:
ROOT_ORIGIN: ${{ vars.ROOT_ORIGIN }}
DOCS_ORIGIN: ${{ vars.DOCS_ORIGIN }}
HELP_ORIGIN: ${{ vars.HELP_ORIGIN }}
RESEARCH_ORIGIN: ${{ vars.RESEARCH_ORIGIN }}
DEFAULT_CHAIN: ${{ vars.DEFAULT_CHAIN }}
SUPPORTED_CHAINS: ${{ vars.SUPPORTED_CHAINS }}
WIDGET_API_BASE_PATH_FOR_IPFS: ${{ vars.WIDGET_API_BASE_PATH_FOR_IPFS }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-ipfs-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
yarn install --frozen-lockfile
- name: Build
run: |
yarn build-ipfs
yarn build:ipfs
env:
ROOT_ORIGIN: ${{ vars.ROOT_ORIGIN }}
DOCS_ORIGIN: ${{ vars.DOCS_ORIGIN }}
HELP_ORIGIN: ${{ vars.HELP_ORIGIN }}
RESEARCH_ORIGIN: ${{ vars.RESEARCH_ORIGIN }}
DEFAULT_CHAIN: ${{ vars.DEFAULT_CHAIN }}
SUPPORTED_CHAINS: ${{ vars.SUPPORTED_CHAINS }}
WIDGET_API_BASE_PATH_FOR_IPFS: ${{ vars.WIDGET_API_BASE_PATH_FOR_IPFS }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
yarn install --frozen-lockfile
- name: Build
run: |
yarn build-ipfs
yarn build:ipfs
env:
ROOT_ORIGIN: ${{ vars.ROOT_ORIGIN }}
DOCS_ORIGIN: ${{ vars.DOCS_ORIGIN }}
HELP_ORIGIN: ${{ vars.HELP_ORIGIN }}
RESEARCH_ORIGIN: ${{ vars.RESEARCH_ORIGIN }}
DEFAULT_CHAIN: ${{ vars.DEFAULT_CHAIN }}
SUPPORTED_CHAINS: ${{ vars.SUPPORTED_CHAINS }}
WIDGET_API_BASE_PATH_FOR_IPFS: ${{ vars.WIDGET_API_BASE_PATH_FOR_IPFS }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ yarn dev
for IPFS mode below:

```bash
yarn dev-ipfs # will start with HMR
yarn dev:ipfs # will start with HMR
```

### Environment variables
Expand All @@ -61,7 +61,7 @@ yarn build && yarn start
for IPFS mode below:

```bash
yarn build-ipfs
yarn build:ipfs
```

## Adding a new route API
Expand Down
1 change: 1 addition & 0 deletions assets/vault-banner/icon-mev-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/vault-banner/icon-mev-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/vault-banner/icon-p2p-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/vault-banner/icon-p2p-light.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 5282664

Please sign in to comment.