-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from invariant-labs/backend-upgrade
+ use change_liquidity Invariant entrypoint that better conserves liquidity + move token account generating instructions out of entrypoints to lower fees + less friction in the sdk between Invariant and Fullrange Tokenizer
- Loading branch information
Showing
38 changed files
with
2,970 additions
and
1,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: deploy master | ||
# name: deploy master | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
# on: | ||
# push: | ||
# branches: [master] | ||
|
||
jobs: | ||
upload: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Deploy to Vercel Action | ||
uses: BetaHuhn/deploy-to-vercel-action@v1 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} | ||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | ||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} | ||
VERCEL_SCOPE: ${{ secrets.VERCEL_ORG_ID }} | ||
WORKING_DIRECTORY: frontend | ||
ALIAS_DOMAINS: | | ||
link.invariant.app | ||
# jobs: | ||
# upload: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
# - name: Deploy to Vercel Action | ||
# uses: BetaHuhn/deploy-to-vercel-action@v1 | ||
# with: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} | ||
# VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | ||
# VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} | ||
# VERCEL_SCOPE: ${{ secrets.VERCEL_ORG_ID }} | ||
# WORKING_DIRECTORY: frontend | ||
# ALIAS_DOMAINS: | | ||
# link.invariant.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.