Skip to content

Commit

Permalink
Merge pull request #51 from invariant-labs/backend-upgrade
Browse files Browse the repository at this point in the history
+ 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
DevRozaDev authored Sep 27, 2024
2 parents 293380d + 6548fc1 commit 2f34f4c
Show file tree
Hide file tree
Showing 38 changed files with 2,970 additions and 1,083 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/deploy-master.yml
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
2 changes: 1 addition & 1 deletion protocol/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ seeds = false
skip-lint = false

[programs.localnet]
protocol = "HTBzkQCWc2sbkn5WmLkPmQKKotaeeWgZ3RSD4Eg3f1MS"
protocol = "FE56ivh6V5JXW9nGuRV6DCWccXntLX8h4gtCqeJDwLZ8"
invariant = "CsT21LCRqBfh4SCcNZXtWjRZ6xvYKvdpEBaytCVmWnVJ"

[registry]
Expand Down
Loading

0 comments on commit 2f34f4c

Please sign in to comment.