Skip to content

Commit

Permalink
Merge pull request #1157 from alleslabs/feat/remove-gql-and-faucet
Browse files Browse the repository at this point in the history
feat: remove graphql and change faucet button
  • Loading branch information
evilpeach authored Sep 19, 2024
2 parents f52897b + aec6f05 commit cd02ca3
Show file tree
Hide file tree
Showing 28 changed files with 85 additions and 24,255 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Improvements

- [#1157](https://github.com/alleslabs/celatone-frontend/pull/1157) Remove graphql and change faucet button
- [#1156](https://github.com/alleslabs/celatone-frontend/pull/1156) Update osmosis pools to get data from API instead of GraphQL
- [#1148](https://github.com/alleslabs/celatone-frontend/pull/1148) Update NFT collections to get data from API instead of GraphQL
- [#1140](https://github.com/alleslabs/celatone-frontend/pull/1140) Update NFTs to get data from API instead of GraphQL
Expand Down
18 changes: 0 additions & 18 deletions codegen.ts

This file was deleted.

50 changes: 0 additions & 50 deletions hasura-schema.yaml

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@alleslabs/shared": "1.0.0-dev3",
"@alleslabs/shared": "1.0.0-dev5",
"@amplitude/analytics-browser": "^2.3.3",
"@amplitude/analytics-types": "^2.3.0",
"@amplitude/plugin-user-agent-enrichment-browser": "^1.0.0",
Expand Down Expand Up @@ -71,8 +71,6 @@
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^3.9.0",
"@initia/initia.js": "0.2.5",
"@initia/initia.proto": "0.2.0",
Expand Down Expand Up @@ -106,8 +104,6 @@
"dayjs": "^1.11.6",
"file-saver": "^2.0.5",
"framer-motion": "^11.0.3",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"js-base64": "^3.7.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit cd02ca3

Please sign in to comment.