This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "remix v2; arbsepolia support; swap routing (#99)"
This reverts commit 8a3b00d.
- Loading branch information
1 parent
8a3b00d
commit 07731b0
Showing
72 changed files
with
37,350 additions
and
18,176 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,4 +1,5 @@ | ||
MAGICSWAP_API_URL= | ||
VITE_ALCHEMY_KEY= | ||
VITE_WALLETCONNECT_PROJECT_ID= | ||
VITE_ENABLE_TESTNETS=true | ||
PUBLIC_ALCHEMY_KEY= | ||
PUBLIC_WALLETCONNECT_PROJECT_ID= | ||
PUBLIC_ENABLE_TESTNETS=true | ||
PUBLIC_NODE_ENV=development |
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 |
---|---|---|
|
@@ -7,26 +7,26 @@ on: | |
- develop | ||
pull_request: {} | ||
jobs: | ||
# typecheck: | ||
# name: Check Types | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Cancel previous runs | ||
# uses: styfle/[email protected] | ||
# - name: Checkout repo | ||
# uses: actions/checkout@v3 | ||
# - name: Set up Node.js | ||
# uses: actions/setup-node@v3 | ||
# with: | ||
# node-version: 18 | ||
# - name: Install dependencies | ||
# run: npm ci | ||
# - name: Generate code | ||
# run: npm run codegen | ||
# env: | ||
# MAGICSWAP_API_URL: ${{ secrets.MAGICSWAP_API_URL }} | ||
# - name: Check types | ||
# run: npm run typecheck --if-present | ||
typecheck: | ||
name: Check Types | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel previous runs | ||
uses: styfle/[email protected] | ||
- name: Checkout repo | ||
uses: actions/checkout@v3 | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: Generate code | ||
run: npm run codegen | ||
env: | ||
MAGICSWAP_API_URL: ${{ secrets.MAGICSWAP_API_URL }} | ||
- name: Check types | ||
run: npm run typecheck --if-present | ||
build: | ||
name: Build | ||
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' }} | ||
|
@@ -81,8 +81,7 @@ jobs: | |
deploy: | ||
name: Deploy | ||
runs-on: ubuntu-latest | ||
# needs: [typecheck, build] | ||
needs: [build] | ||
needs: [typecheck, build] | ||
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' }} | ||
steps: | ||
- name: Cancel previous runs | ||
|
This file was deleted.
Oops, something went wrong.
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
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
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
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
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.