From 031d450a7c4739ebf0868220cc645b94739cb26b Mon Sep 17 00:00:00 2001 From: Maximilian Schneider Date: Wed, 11 Aug 2021 18:36:23 +0200 Subject: [PATCH] fix types --- components/ContentSectionRisks.tsx | 6 +++--- components/RedeemModal.tsx | 2 +- stores/useWalletStore.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/ContentSectionRisks.tsx b/components/ContentSectionRisks.tsx index 814fa5d..5e3e624 100644 --- a/components/ContentSectionRisks.tsx +++ b/components/ContentSectionRisks.tsx @@ -68,9 +68,9 @@ const ContentSectionRisks = () => {

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.

diff --git a/components/RedeemModal.tsx b/components/RedeemModal.tsx index 21123a6..65e60a1 100644 --- a/components/RedeemModal.tsx +++ b/components/RedeemModal.tsx @@ -159,7 +159,7 @@ const RedeemModal = () => { disabled={disableSubmit} >

- Redeem {redeemableBalance} MNGO + Go MNGO
diff --git a/stores/useWalletStore.tsx b/stores/useWalletStore.tsx index 861d392..e33932f 100644 --- a/stores/useWalletStore.tsx +++ b/stores/useWalletStore.tsx @@ -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', },