Skip to content

Commit f3b8e26

Browse files
committed
feat: enable Leveraged Positions feature on mainnet
1 parent d34e166 commit f3b8e26

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apps/evm/src/clients/api/queries/getSwapQuote/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const getSwapQuote = async ({
4545
}
4646

4747
const txsResponse = await restService<SwapApiResponse>({
48-
endpoint: '/find-swap/pcs',
48+
endpoint: '/find-swap',
4949
method: 'GET',
5050
params,
5151
});

apps/evm/src/hooks/useIsFeatureEnabled/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ export const featureFlags = {
141141
ChainId.UNICHAIN_SEPOLIA,
142142
],
143143
transactionHistory: [ChainId.BSC_MAINNET, ChainId.ETHEREUM, ChainId.UNICHAIN_MAINNET],
144-
leveragedPositions: [ChainId.BSC_TESTNET],
145-
repayWithCollateral: [ChainId.BSC_TESTNET],
144+
leveragedPositions: [ChainId.BSC_MAINNET, ChainId.BSC_TESTNET],
145+
repayWithCollateral: [ChainId.BSC_MAINNET, ChainId.BSC_TESTNET],
146146
};
147147

148148
export type FeatureFlag = keyof typeof featureFlags;

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@
15241524
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
15251525
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
15261526

1527-
"@emotion/styled@^11.11.0":
1527+
"@emotion/styled@^11.0.0", "@emotion/styled@^11.11.0":
15281528
version "11.14.1"
15291529
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.14.1.tgz#8c34bed2948e83e1980370305614c20955aacd1c"
15301530
integrity sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==
@@ -16080,10 +16080,10 @@ react-dom@^19.1.0:
1608016080
dependencies:
1608116081
scheduler "^0.26.0"
1608216082

16083-
16084-
version "6.1.0"
16085-
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.1.0.tgz#22b86256beb1c5856f08a9a228adb8121dd985f2"
16086-
integrity sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==
16083+
react-error-overlay@6.0.11, react-error-overlay@6.1.0:
16084+
version "6.0.11"
16085+
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
16086+
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
1608716087

1608816088
react-fast-compare@^2.0.1:
1608916089
version "2.0.4"

0 commit comments

Comments
 (0)