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

Commit

Permalink
chore: remove support for SwaySwap (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Jan 10, 2024
1 parent 2a51c38 commit 9e5078f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

3 comments on commit 9e5078f

@rhx201001
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fuel1x5h60r2dg4jy5cts8azy968vm9fjzrnyl8msrp8z4kmk38ga9ndsjn2adq

@mert1919
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fuel1tf9r77qjhpugnnqn82vsrsqgg6arzf42zjqjmyzz32zltfepgnaq6r8x6r

@mbilgin07
Copy link

@mbilgin07 mbilgin07 commented on 9e5078f Feb 18, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.