Skip to content

Commit

Permalink
chore: remove beta tag from swaps screens (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Oct 9, 2024
1 parent 23a7613 commit 30e2ee5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .changeset/mighty-ducks-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
'@reown/appkit-scaffold-ui': patch
'@apps/demo': patch
'@apps/gallery': patch
'@apps/laboratory': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-polkadot': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-utils': patch
'@reown/appkit-cdn': patch
'@reown/appkit-common': patch
'@reown/appkit-core': patch
'@reown/appkit-ethers': patch
'@reown/appkit-ethers5': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-siwe': patch
'@reown/appkit-solana': patch
'@reown/appkit-ui': patch
'@reown/appkit-wagmi': patch
'@reown/appkit-wallet': patch
---

Removes beta tag from Swap screens
2 changes: 1 addition & 1 deletion packages/scaffold-ui/src/partials/w3m-header/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { ifDefined } from 'lit/directives/if-defined.js'
import { ConstantsUtil } from '../../utils/ConstantsUtil.js'

// -- Constants ----------------------------------------- //
const BETA_SCREENS = ['Swap', 'SwapSelectToken', 'SwapPreview']
const BETA_SCREENS: string[] = []

// -- Helpers ------------------------------------------- //
function headings() {
Expand Down

0 comments on commit 30e2ee5

Please sign in to comment.