Skip to content

Commit

Permalink
[Gateway Patch] : Patch for sentry issues on mainnet. (#468)
Browse files Browse the repository at this point in the history
* updated sentry version to latest

* change - deprecated airdrop from gateway

* change- removed unused import

* change- cleanup address logs from console.

* change:
 - moved dao related fetch calls to dao container
 - clean up home container
 - fix threshold check on create new proposal.

* console cleanup

* fix rate limiting of gateway removed fetchGas

* removed veLock from routes as it's not yet enabled.
  • Loading branch information
sk-enya authored Nov 21, 2022
1 parent ba15360 commit 74fa6e6
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 851 deletions.
4 changes: 2 additions & 2 deletions packages/boba/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.4.0",
"@mui/styles": "^5.3.0",
"@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"@sentry/react": "^7.20.1",
"@sentry/tracing": "^7.20.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"axios": "^0.21.1",
Expand Down
29 changes: 0 additions & 29 deletions packages/boba/gateway/src/actions/airdropAction.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/boba/gateway/src/components/pageFooter/PageFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ const PageFooter = ({maintenance}) => {
<S.FooterLink
to="/help"
>FAQs</S.FooterLink>
<S.FooterLink
to="/airdrop"
>AirDrop</S.FooterLink>
<S.FooterLink
to="/bobascope"
>BobaScope</S.FooterLink>
Expand Down
Loading

0 comments on commit 74fa6e6

Please sign in to comment.