diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d6a309074..d12f23ab08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - changed: Route maestro test builds to a dedicated Zealot channel so they no longer appear in the production release list. - changed: Hide the wallet "Get Raw Keys" option behind Developer Mode, while still showing it for wallets that fail to load. +- removed: SideShift `privateKey` from env config; the swap integration no longer sends the affiliate secret header. ## 4.49.0 (staging) diff --git a/src/__tests__/modals/__snapshots__/AccelerateTxModal.test.tsx.snap b/src/__tests__/modals/__snapshots__/AccelerateTxModal.test.tsx.snap index 2c36f977410..e1503ee0bf6 100644 --- a/src/__tests__/modals/__snapshots__/AccelerateTxModal.test.tsx.snap +++ b/src/__tests__/modals/__snapshots__/AccelerateTxModal.test.tsx.snap @@ -619,6 +619,7 @@ exports[`AccelerateTxModalComponent should render with loading props 1`] = ` }, ] } + testID="confirmSliderThumb" > void) => Promise | void } @@ -36,7 +37,8 @@ export const SafeSlider: React.FC = props => { disabledText, disabled = false, onSlidingComplete, - parentStyle + parentStyle, + testID = 'confirmSliderThumb' } = props const theme = useTheme() @@ -120,6 +122,7 @@ export const SafeSlider: React.FC = props => {