Skip to content

Commit

Permalink
Integrate Stableswap and DEX V2 Liquidity Pool (#27)
Browse files Browse the repository at this point in the history
* Integrate Stableswap and DEX V2 Liquidity Pool

* minor

* update CI

Signed-off-by: Nguyen Le Vu Long <[email protected]>

---------

Signed-off-by: Nguyen Le Vu Long <[email protected]>
Co-authored-by: Nguyen Le Vu Long <[email protected]>
  • Loading branch information
h2physics and longngn authored Jul 4, 2024
1 parent 0801457 commit 8fe2831
Show file tree
Hide file tree
Showing 16 changed files with 1,574 additions and 553 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
Expand All @@ -24,5 +24,6 @@ jobs:
run: npm run test
env:
BLOCKFROST_PROJECT_ID_MAINNET: ${{ secrets.BLOCKFROST_PROJECT_ID_MAINNET }}
BLOCKFROST_PROJECT_ID_TESTNET: ${{ secrets.BLOCKFROST_PROJECT_ID_TESTNET }}
- name: Check format & lint
run: npm run check-format
72 changes: 71 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"@blockfrost/blockfrost-js": "^5.3.1",
"@minswap/tiny-invariant": "^1.2.0",
"big.js": "^6.1.1",
"lucid-cardano": "^0.10.1"
"lucid-cardano": "^0.10.1",
"sha3": "^2.1.4"
},
"devDependencies": {
"@types/big.js": "^6.1.3",
Expand Down
Loading

0 comments on commit 8fe2831

Please sign in to comment.