fix types

This commit is contained in:
Maximilian Schneider 2021-08-11 18:36:23 +02:00
parent 1ca1c153d1
commit 031d450a7c
3 changed files with 5 additions and 5 deletions

View File

@ -68,9 +68,9 @@ const ContentSectionRisks = () => {
</h3>
<p className="text-white text-opacity-70 text-base">
Mango will be running its own on-chain order books to allow
perpetual swap trading. In order to attract sophisticated traders
with the technical expertise to become market makers, the
protocol will need to provide very generous liquidity mining
perpetual swap trading. In order to attract sophisticated
traders with the technical expertise to become market makers,
the protocol will need to provide very generous liquidity mining
rewards.
<br />
<br />

View File

@ -159,7 +159,7 @@ const RedeemModal = () => {
disabled={disableSubmit}
>
<div className={`flex items-center justify-center`}>
Redeem {redeemableBalance} MNGO
Go MNGO
</div>
</Button>
</div>

View File

@ -27,7 +27,7 @@ export const ENDPOINTS: EndpointInfo[] = [
{
name: 'mainnet-beta',
url: 'https://cache-mango.rpcpool.com',
websocket: 'https://cache-mango.rpcpool.com/cache',
websocket: 'https://cache-mango.rpcpool.com',
programId: '6QXNNAPkPsWjd1j3qQJTvRFgSNPARMhF2tE8g1WeGyrM',
poolKey: 'AHBj9LAjxStT2YQHN6QdfHKpZLtEVr8ACqeFgYcPsTnr',
},