Skip to content

Commit

Permalink
Merge pull request #145 from jediswaplabs/vinaysingh/v2-swap
Browse files Browse the repository at this point in the history
swap feature
  • Loading branch information
vnaysngh-mudrex authored Feb 9, 2024
2 parents 2fb4641 + 25d4ece commit 6c13a25
Show file tree
Hide file tree
Showing 527 changed files with 23,713 additions and 26,208 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions .github/workflows/jediswap-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: mainnet
url: https://e2.jediswap.xyz/
url: https://app.v2.jediswap.xyz/
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -34,8 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
version-type: ${{ inputs.bumpType }}
tag-prefix: 'v'
version-type: ${{ inputs.bumpType }}
tag-prefix: 'v'
target-branch: 'main'
commit-message: 'CI: bumps version to {{version}}'
bump-policy: 'last-commit'
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Cleanup
run: |
gh extension install actions/gh-actions-cache
REPO=${{ github.repository }}
BRANCH="refs/pull/${{ github.event.pull_request.number }}/merge"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jediswap-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: staging
url: https://staging.e2.jediswap.xyz/
url: https://app.v2.staging.jediswap.xyz/

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jediswap-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
environment:
name: testnet
url: https://testnet.e2.jediswap.xyz/
name: goerli
url: https://app.v2.goerli.jediswap.xyz/

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.eol": "\n",
"eslint.enable": true,
Expand Down
106 changes: 0 additions & 106 deletions cypress/e2e/add-liquidity.test.ts

This file was deleted.

28 changes: 0 additions & 28 deletions cypress/e2e/buy-crypto-modal.test.ts

This file was deleted.

68 changes: 0 additions & 68 deletions cypress/e2e/landing.test.ts

This file was deleted.

9 changes: 0 additions & 9 deletions cypress/e2e/link.test.ts

This file was deleted.

Loading

0 comments on commit 6c13a25

Please sign in to comment.