Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/remove-v2-s…
Browse files Browse the repository at this point in the history
…take-claim
  • Loading branch information
0xMasayoshi committed Sep 20, 2024
2 parents 71add18 + d574008 commit a641957
Show file tree
Hide file tree
Showing 1,157 changed files with 5,619 additions and 661,190 deletions.
9 changes: 1 addition & 8 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"version": false
},
"ignore": [
"@sushiswap/extractor-api",
"@sushiswap/router-api",
"@sushiswap/token-list-api",
"@sushiswap/tokens-api",

Expand All @@ -25,24 +23,19 @@
"web",

"eslint-config-sushi",
"@sushiswap/hardhat-config",
"@sushiswap/jest-config",
"@sushiswap/nextjs-config",
"@sushiswap/tailwindcss-config",
"@sushiswap/typescript-config",

"@sushiswap/client",
"@sushiswap/database",
"@sushiswap/extractor",
"@sushiswap/graph-client",
"@sushiswap/hooks",
"@sushiswap/notifications",
"@sushiswap/react-query",
"@sushiswap/steer-sdk",
"@sushiswap/telemetry",
"@sushiswap/ui",

"@sushiswap/route-processor",
"@sushiswap/tines-sandbox"
"@sushiswap/ui"
]
}
5 changes: 0 additions & 5 deletions .changeset/orange-planes-brake.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/apps-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
block-number: [60306923]
block-number: [61755107]
chain-id: [137]
node-version: [20]
pnpm-version: [9.4.0]
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,9 @@ storybook-static
test/snapshots/

# Sentry Config File
.env.sentry-build-plugin
.env.sentry-build-plugin

# npm lock file (we use pnpm)
package-lock.json
# yarn lock file (we use pnpm)
yarn.lock
46 changes: 0 additions & 46 deletions Dockerfile.extractor

This file was deleted.

46 changes: 0 additions & 46 deletions Dockerfile.router

This file was deleted.

58 changes: 0 additions & 58 deletions New Liquidity Provider Support.md

This file was deleted.

18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ These need to be run from their own folder at the moment in development.

`git checkout -b feature/example-app`

<!-- `pnpm exec @sushiswap/cli create-app example-app` -->

## Config

...
Expand All @@ -79,22 +77,6 @@ These need to be run from their own folder at the moment in development.

`git checkout -b feature/example-package`

## Protocols

...

### Creating a new protocol

`git checkout -b feature/example-protocol`

## Subgraphs

...

### Creating a new subgraph

`git checkout -b feature/example-subgraph`

## Disclaimer

_These smart contracts and code are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts and code. There can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. In addition, using these smart contracts and code should be conducted in accordance with applicable law. Nothing in this repo should be construed as investment advice or legal advice for any particular facts or circumstances and is not meant to replace competent counsel. It is strongly advised for you to contact a reputable attorney in your jurisdiction for any questions or concerns with respect thereto. SushiSwap is not liable for any use of the foregoing and users should proceed with caution and use at their own risk._
Expand Down
7 changes: 0 additions & 7 deletions apis/extractor/.env.example

This file was deleted.

9 changes: 0 additions & 9 deletions apis/extractor/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions apis/extractor/package.json

This file was deleted.

Loading

0 comments on commit a641957

Please sign in to comment.