Skip to content

Commit

Permalink
Merge pull request #421 from astroport-fi/merge/features_190624
Browse files Browse the repository at this point in the history
feat: switch from cw20 to tokenfactory LP tokens in all pairs
  • Loading branch information
epanchee authored Jun 20, 2024
2 parents a0a71af + 1472778 commit a2326de
Show file tree
Hide file tree
Showing 158 changed files with 8,099 additions and 10,396 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
-v "$GITHUB_WORKSPACE":/code \
-v ~/.cargo/registry:/usr/local/cargo/registry \
-v ~/.cargo/git:/usr/local/cargo/git \
cosmwasm/workspace-optimizer:0.15.1
ghcr.io/astroport-fi/rust-optimizer:v0.15.1-astroport
- name: Save artifacts cache
uses: actions/cache/save@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --no-fail-fast --locked
args: --features tests-tube --no-fail-fast --locked
env:
RUST_BACKTRACE: 1

Expand Down
Loading

0 comments on commit a2326de

Please sign in to comment.