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> </h3>
<p className="text-white text-opacity-70 text-base"> <p className="text-white text-opacity-70 text-base">
Mango will be running its own on-chain order books to allow Mango will be running its own on-chain order books to allow
perpetual swap trading. In order to attract sophisticated traders perpetual swap trading. In order to attract sophisticated
with the technical expertise to become market makers, the traders with the technical expertise to become market makers,
protocol will need to provide very generous liquidity mining the protocol will need to provide very generous liquidity mining
rewards. rewards.
<br /> <br />
<br /> <br />

View File

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

View File

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