Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

chore: remove support for SwaySwap #422

Merged
merged 3 commits into from Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
deploy:
# Disable gh-pages deploy
if: false
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Expand Up @@ -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]": {
Expand Down
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -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.

<!--
[![launch app button](docs/assets/launch-button.png)](https://fuellabs.github.io/swayswap)

The above button launches the latest stable version of SwaySwap. To launch the latest unstable version that includes all current changes from the master branch, click [here](https://swayswap.vercel.app/).
The above button launches the latest stable version of SwaySwap. To launch the latest unstable version that includes all current changes from the master branch, click [here](https://swayswap.vercel.app/). -->

## 📗 Table of contents

Expand Down