Skip to content

Commit 173a0b3

Browse files
authored
fix(widget-configurator): update mainnet default partner fee recipient (#4949)
* fix(widget-configurator): update mainnet default partner fee recipient address * chore: temp address for testing. REVERT!! * Revert "chore: temp address for testing. REVERT!!" This reverts commit c9eaa02. * Reapply "chore: temp address for testing. REVERT!!" This reverts commit a93b74e.
1 parent 80472f4 commit 173a0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/widget-configurator/src/app/configurator/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { CowSwapWidgetPaletteParams, TokenInfo, TradeType } from '@cowprotocol/w
55
import { TokenListItem } from './types'
66

77
// CoW DAO addresses
8-
const MAINNET_DEFAULT_PARTNER_FEE_RECIPIENT = '0xcA771eda0c70aA7d053aB1B25004559B918FE662'
98
const GNOSIS_DEFAULT_PARTNER_FEE_RECIPIENT = '0x6b3214fd11dc91de14718dee98ef59bcbfcfb432'
9+
const MAINNET_DEFAULT_PARTNER_FEE_RECIPIENT = '0xB64963f95215FDe6510657e719bd832BB8bb941B'
1010
const ARB1_DEFAULT_PARTNER_FEE_RECIPIENT = '0x451100Ffc88884bde4ce87adC8bB6c7Df7fACccd'
1111
export const DEFAULT_PARTNER_FEE_RECIPIENT_PER_NETWORK: Record<SupportedChainId, string> = {
1212
[SupportedChainId.MAINNET]: MAINNET_DEFAULT_PARTNER_FEE_RECIPIENT,

apps/widget-configurator/src/app/configurator/hooks/useWidgetParamsAndSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const getBaseUrl = (): string => {
1212
if (isDev) return 'https://dev.swap.cow.fi'
1313
if (isVercel) {
1414
// TODO: revert before merging!!
15-
return 'https://swap-dev-git-fix-widget-configurator-fee-recipient-cowswap.vercel.app/'
15+
return 'https://swap-dev-git-fix-widget-conf-parter-fee-cowswap.vercel.app/'
1616
}
1717

1818
return 'https://swap.cow.fi'

0 commit comments

Comments
 (0)