Skip to content

Commit

Permalink
fix(widget-configurator): set default trade pair USDC/COW (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored and anxolin committed Nov 22, 2023
1 parent 1b703ea commit 86743fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/widget-configurator/src/app/configurator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ import { connectWalletToConfiguratorGA } from '../analytics'
import { EmbedDialog } from '../embedDialog'

const DEFAULT_STATE = {
sellToken: 'COW',
buyToken: 'USDC',
sellToken: 'USDC',
buyToken: 'COW',
sellAmount: 100000,
buyAmount: 0,
}
Expand Down

2 comments on commit 86743fe

@vercel
Copy link

@vercel vercel bot commented on 86743fe Nov 22, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 86743fe Nov 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cosmos – ./

cosmos-git-main-cowswap.vercel.app
cowswap-seven.vercel.app
cosmos.cow.fi
cosmos-cowswap.vercel.app

Please sign in to comment.