Update footer

This commit is contained in:
Nishad 2020-08-30 00:48:19 +08:00 committed by Gary Wang
parent fbd8396c82
commit 68ad15dc19
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ const footerElements = [
description: 'Serum Developer Resources',
link: helpUrls.developerResources,
},
{ description: 'Discord Group', link: helpUrls.discord },
{ description: 'Discord', link: helpUrls.discord },
{ description: 'Telegram', link: helpUrls.telegram },
{ description: 'GitHub', link: helpUrls.github },
{ description: 'Project Serum', link: helpUrls.projectSerum },
{ description: 'Solana Network', link: helpUrls.solanaBeach },

View File

@ -3,6 +3,7 @@ export const helpUrls = {
customerSupportZh: 'https://t.me/ProjectSerum_Chinese',
contactEmail: 'mailto:contact@projectserum.com',
discord: 'https://discord.gg/MxZFT4v',
telegram: 'https://t.me/ProjectSerum',
github: 'https://github.com/project-serum',
projectSerum: 'https://projectserum.com/',
developerResources: 'https://projectserum.com/developer-resources',

View File

@ -176,7 +176,7 @@ export function useMarkPrice() {
return markPrice;
}
export function _useUnfilteredTrades(limit = 100000) {
export function _useUnfilteredTrades(limit = 10000) {
const { market } = useMarket();
const connection = useConnection();
async function getUnfilteredTrades() {