Skip to content

Commit

Permalink
Merge branch 'develop' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSacha committed May 8, 2024
2 parents c2461a1 + 6d52c51 commit 4f97c45
Show file tree
Hide file tree
Showing 10 changed files with 1,125 additions and 1,137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: [self-hosted, '${{ vars.RUNNER }}']
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy-to-vercel:
runs-on: ubuntu-latest
runs-on: [self-hosted, '${{ vars.RUNNER }}']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: [self-hosted, '${{ vars.RUNNER }}']
if: github.ref_name == ${{ github.ref_name }}
steps:
- name: Deploy the service to "${{ github.ref_name }}"
Expand All @@ -37,8 +37,8 @@ jobs:
git fetch && \
git checkout ${{ github.ref_name }} && \
git reset --hard origin/${{ github.ref_name }} && \
docker-compose -f docker-compose.yml pull && \
docker-compose -f docker-compose.yml up -d --build
docker compose -f docker-compose.yml pull && \
docker compose -f docker-compose.yml up -d --build
else
echo "Directory does not exist, aborting script."
exit 1
Expand Down
33 changes: 0 additions & 33 deletions .snyk

This file was deleted.

2 changes: 1 addition & 1 deletion docs/concepts/products/earn/01-strategy-sdai.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_class_name: hidden

This strategy is straightforward as the logic is very simple: it consists of depositing tokens into DSR to acquire SDAI.

![alt](/content/sDaiStrategy.png)
![alt](/content/sdai.png)


### Source of yields
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/products/earn/02-strategy-pendle.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This strategy combines multiple steps unto multiple protocol:
- Pool tokens issued are finally sent to a Token locker protocol (PENPIE) to boost $PENDLE rewards
- $PENDLE rewards are sold for more underlying and compounded into the strategy

![alt](/content/pendleStrategy.png)
![alt](/content/pendle.png)


### Source of yields
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/sdk/technical_references/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar_position: 1
- [listUserRequestWithdrawal](/docs/sdks/sdk/technical_references/token_manager#listuserrequestwithdrawal)
- [_formatRequestWithdrawal](/docs/sdks/sdk/technical_references/token_manager#_formatrequestwithdrawal)
- [lastUserRequestWithdrawal](/docs/sdks/sdk/technical_references/token_manager#lastuserrequestwithdrawal)
- [shareToUnderlying](/docs/sdks/sdk/technical_references/token_manager#sharetounderyling)
- [shareToUnderlying](/docs/sdks/sdk/technical_references/token_manager)
- [UnderlyingToShare](/docs/sdks/sdk/technical_references/token_manager#underlyingtoshare)
- [deposit](/docs/sdks/sdk/technical_references/token_manager#deposit)
- [requestWithdrawal](/docs/sdks/sdk/technical_references/token_manager#requestwithdrawal)
Expand Down
File renamed without changes
File renamed without changes
Loading

0 comments on commit 4f97c45

Please sign in to comment.