Skip to content

Commit

Permalink
Reorder knowledge && update image
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Dec 16, 2024
1 parent 3b69aa9 commit b3b0a78
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Binary file modified blog/2024-12-16-evolution-of-push/image10.webp
Binary file not shown.
48 changes: 24 additions & 24 deletions src/components/Chain/config/ChainKnowledgeBaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@ export const knowledgeBaseArticleContent = [
'Push Protocol recently announced its governance proposal of launching Push Chain. Push Protocol envisions the creation of Push Chain which enables a shared state L1 chain designed to support truly scalable consumer applications and universal applications.',
url: '/blog/why-push-chain',
},
{
slug: 'evolution-of-push',
image: 'evolution-of-push',
title: 'Evolution of Push',
subtitle:
'Push Protocol has come a long way! We’ve delivered over 140M notifications, built a community of 500K aggregate users, powered notifications for 500+ projects, and are known as the de facto leader in notifications and communications for web3.',
url: '/blog/evolution-of-push',
},
{
slug: 'faq-push-chain',
image: 'frequently-asked-questions',
title: 'Push Chain’s Frequently Asked Questions',
subtitle:
'The place to find answers to all the popular questions the community has asked about Push Chain. Crowdsourced from Push Fam ❤️ and curated by the Push team 💪.',
url: '/blog/faq-push-chain/',
},
{
slug: 'consumer-apps-that-can-be-built-on-push-chain',
image: 'consumer-apps',
title: 'Consumer Apps 🫶🏽 Push Chain?',
subtitle:
'Web 3 is growing at lightning speed!Hundreds of L1s, Thousands of L2s and soon Tens of thousands of L3s!! While striving to make systems more scalable, decentralized and secure, we risk overlooking a crucial goal...',
url: '/blog/consumer-apps-that-can-be-built-on-push-chain/',
},
{
slug: 'parallel-validators-and-dynamic-sharding',
image: 'benchmarking-push-chain-nodes',
Expand All @@ -38,22 +62,6 @@ export const knowledgeBaseArticleContent = [
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget aliquet lectus. In at porttitor lacus. Morbi fermentum egestas porta.',
// url: '/blog/is-push-chain-another-layer-1',
// },
{
slug: 'consumer-apps-that-can-be-built-on-push-chain',
image: 'consumer-apps',
title: 'Consumer Apps 🫶🏽 Push Chain?',
subtitle:
'Web 3 is growing at lightning speed!Hundreds of L1s, Thousands of L2s and soon Tens of thousands of L3s!! While striving to make systems more scalable, decentralized and secure, we risk overlooking a crucial goal...',
url: '/blog/consumer-apps-that-can-be-built-on-push-chain/',
},
{
slug: 'faq-push-chain',
image: 'frequently-asked-questions',
title: 'Push Chain’s Frequently Asked Questions',
subtitle:
'The place to find answers to all the popular questions the community has asked about Push Chain. Crowdsourced from Push Fam ❤️ and curated by the Push team 💪.',
url: '/blog/faq-push-chain/',
},
{
slug: 'understand-proof-of-stake-and-push-chain',
image: 'understand-proof-of-stake',
Expand All @@ -62,12 +70,4 @@ export const knowledgeBaseArticleContent = [
'In a globally distributed computing environment, achieving collective agreement on the true state of the system has always been a complex challenge. Fortunately, there are algorithms (specialized instructions) that assist in preserving this ‘single-truth-state’ while...',
url: '/blog/understand-proof-of-stake-and-push-chain/',
},
{
slug: 'evolution-of-push',
image: 'evolution-of-push',
title: 'Evolution of Push',
subtitle:
'Push Protocol has come a long way! We’ve delivered over 140M notifications, built a community of 500K aggregate users, powered notifications for 500+ projects, and are known as the de facto leader in notifications and communications for web3.',
url: '/blog/evolution-of-push',
},
];

0 comments on commit b3b0a78

Please sign in to comment.