@@ -61,15 +61,15 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
6161 <BarChartIcon />
6262 </div >
6363 <span className = " text-gray-600 dark:text-gray-400 text-sm font-medium" >
64- High- frequency data
64+ 400ms frequency updates
6565 </span >
6666 </div >
6767 <div className = " flex items-center gap-3" >
6868 <div className = " text-blue-600 dark:text-blue-400 text-sm flex-shrink-0" >
6969 <MultiChainIcon />
7070 </div >
7171 <span className = " text-gray-600 dark:text-gray-400 text-sm font-medium" >
72- Multi-chain support
72+ 100+ blockchains (EVM, Solana, Aptos, Sui, etc.)
7373 </span >
7474 </div >
7575 </div >
@@ -91,21 +91,21 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
9191 <div className = " p-6 bg-gray-50 dark:bg-gray-900" >
9292 <h4 className = " text-lg font-semibold text-gray-900 dark:text-white mb-4" >Integration Methods</h4 >
9393 <div className = " space-y-6" >
94- { /* Pull Architecture */ }
94+ { /* Pull Integration */ }
9595 <div className = " space-y-3" >
9696 <div className = " flex items-center gap-3" >
9797 <div className = " w-2 h-2 bg-green-500 rounded-full" ></div >
98- <h5 className = " font-medium text-gray-900 dark:text-white" >Pull Architecture </h5 >
98+ <h5 className = " font-medium text-gray-900 dark:text-white" >Pull Integration </h5 >
9999 </div >
100100 <p className = " text-sm text-gray-600 dark:text-gray-400 ml-5" >
101- Update prices on-demand, permissionlessly every 400ms.
101+ Update 2000+ prices on-demand, permissionlessly every 400ms.
102102 </p >
103103 <div className = " ml-5" >
104104 <a
105105 href = " ./price-feeds/use-real-time-data"
106106 className = " inline-flex items-center gap-2 bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md transition-colors text-sm font-medium"
107107 >
108- Integrate Pull Method
108+ Get Started with Pull Integration
109109 <svg className = " w-4 h-4" fill = " none" stroke = " currentColor" viewBox = " 0 0 24 24" >
110110 <path strokeLinecap = " round" strokeLinejoin = " round" strokeWidth = { 2 } d = " M9 5l7 7-7 7" />
111111 </svg >
@@ -117,17 +117,17 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
117117 <div className = " space-y-3" >
118118 <div className = " flex items-center gap-3" >
119119 <div className = " w-2 h-2 bg-blue-500 rounded-full" ></div >
120- <h5 className = " font-medium text-gray-900 dark:text-white" >Push Feeds </h5 >
120+ <h5 className = " font-medium text-gray-900 dark:text-white" >Push Integration </h5 >
121121 </div >
122122 <p className = " text-sm text-gray-600 dark:text-gray-400 ml-5" >
123- Pyth Data Association sponsored price updates to make prices available directly from smart contracts .
123+ Consume Pyth real-time prices without pulling them explicitly .
124124 </p >
125125 <div className = " ml-5" >
126126 <a
127127 href = " ./price-feeds/pushed-feeds"
128128 className = " inline-flex items-center gap-2 bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md transition-colors text-sm font-medium"
129129 >
130- Explore Push Feeds
130+ Get Started with Push Integration
131131 <svg className = " w-4 h-4" fill = " none" stroke = " currentColor" viewBox = " 0 0 24 24" >
132132 <path strokeLinecap = " round" strokeLinejoin = " round" strokeWidth = { 2 } d = " M9 5l7 7-7 7" />
133133 </svg >
0 commit comments