* update deprecated markets page

* update serum-ts dependency

* Prune import

* Update serum-ts dependency
This commit is contained in:
Sebastian Conybeare 2021-03-02 12:37:37 +08:00 committed by GitHub
parent 9900d21908
commit 4351dd0abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1717 additions and 1739 deletions

View File

@ -9,7 +9,7 @@
"@project-serum/associated-token": "0.1.0",
"@project-serum/awesome-serum": "1.0.1",
"@project-serum/pool": "^0.2.0",
"@project-serum/serum": "^0.13.19",
"@project-serum/serum": "^0.13.25",
"@project-serum/sol-wallet-adapter": "^0.1.1",
"@solana/web3.js": "0.86.1",
"@testing-library/jest-dom": "^4.2.4",

View File

@ -8,7 +8,6 @@ import {
import FloatingElement from './layout/FloatingElement';
import CheckOutlined from '@ant-design/icons/lib/icons/CheckOutlined';
import BalancesTable from './UserInfoTable/BalancesTable';
import Link from './Link';
import OpenOrderTable from './UserInfoTable/OpenOrderTable';
import SyncOutlined from '@ant-design/icons/lib/icons/SyncOutlined';
@ -31,55 +30,12 @@ export default function DeprecatedMarketsInstructions({ switchToLiveMarkets }) {
return (
<FloatingElement>
<Title level={4} style={{ color: 'rgba(255, 255, 255, 1)' }}>
Migrate to new USDC markets
Migrate to Serum DEX V3 markets
</Title>
<Typography>
<Link
external
to={
'https://explorer.solana.com/address/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
}
>
Native USDC
</Link>{' '}
has arrived on Solana! See{' '}
<Link
external
to={
'https://www.circle.com/blog/circle-partners-with-alameda-research-ftx-project-serum-to-introduce-support-for-usdc-on-solana'
}
>
Circle's announcement
</Link>{' '}
for more information.
</Typography>
<br />
<Typography>
Serum is transitioning from the previous{' '}
<Link
external
to={
'https://explorer.solana.com/address/BXXkv6z8ykpG1yuvUDPgh732wzVHB69RnB9YgSYh3itW'
}
>
Wrapped USDC
</Link>
, now called WUSDC, to Native USDC. You can convert from WUSDC to USDC
directly on{' '}
<Link external to={'https://sollet.io'}>
sollet.io
</Link>
, or can deposit WUSDC and be credited USDC on exchanges like{' '}
<Link external to={'https://ftx.com'}>
FTX
</Link>
.
</Typography>
<br />
<Typography>
Markets with WUSDC as the quote curency are now deprecated. To migrate
over to the new USDC markets, please cancel your orders and settle your
funds on old markets.
Markets on older versions of the DEX are now deprecated. To migrate over
to the new markets, please cancel your orders and settle your funds on
old markets.
</Typography>
<div style={{ marginTop: 20, display: 'flex', justifyContent: 'center' }}>
<Button onClick={() => refresh(true)}>

3402
yarn.lock

File diff suppressed because it is too large Load Diff