diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9e8ed4ba..beb381b9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -6,6 +6,8 @@ on: jobs: deploy: + # Disable gh-pages deploy + if: false runs-on: ubuntu-latest steps: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7059dce3..64aeef7a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -37,6 +37,8 @@ jobs: pnpm recursive install --frozen-lockfile test: + # Disable tests + if: false name: Test runs-on: ubuntu-latest continue-on-error: false @@ -84,6 +86,8 @@ jobs: pnpm ci:test:coverage end-to-end-test: + # Disable tests + if: false name: Test E2E runs-on: ubuntu-latest continue-on-error: false diff --git a/.vscode/settings.json b/.vscode/settings.json index 8cd934c8..95d679d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "prettier.prettierPath": "./node_modules/prettier", "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "jest.jestCommandLine": "cd packages/app && pnpm jest", "[xml]": { diff --git a/README.md b/README.md index f4605caa..7a3646a4 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,22 @@ [![discord](https://img.shields.io/badge/chat%20on-discord-orange?&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/xfpK4Pe) ![twitter](https://img.shields.io/twitter/follow/SwayLang?style=social) +### ⚠️ Support Notice ⚠️ + +**SwaySwap is no longer supported** and will not function for beta-4 and later versions of fuel-core (>0.17.1). If you would like to contribute updating it, a PR will be welcome. + +--- + ## 🌴💰 SwaySwap 💰🌴 SwaySwap is a blazingly fast DEX built on the fastest modular execution layer: [Fuel](https://fuel.network/). Built with an entirely new language ([Sway](https://github.com/FuelLabs/sway)), virtual machine ([FuelVM](https://github.com/FuelLabs/fuel-specs)), and UTXO-based smart contract blockchain ([Fuel](https://fuel-labs.ghost.io/introducing-fuel-the-fastest-modular-execution-layer/)), you can now experience a demonstration of the next generation of scaling beyond layer-2s and monolithic blockchain design. + ## 📗 Table of contents