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', },