@@ -61,15 +61,15 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
61
61
<BarChartIcon />
62
62
</div >
63
63
<span className = " text-gray-600 dark:text-gray-400 text-sm font-medium" >
64
- High- frequency data
64
+ 400ms frequency updates
65
65
</span >
66
66
</div >
67
67
<div className = " flex items-center gap-3" >
68
68
<div className = " text-blue-600 dark:text-blue-400 text-sm flex-shrink-0" >
69
69
<MultiChainIcon />
70
70
</div >
71
71
<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.)
73
73
</span >
74
74
</div >
75
75
</div >
@@ -91,21 +91,21 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
91
91
<div className = " p-6 bg-gray-50 dark:bg-gray-900" >
92
92
<h4 className = " text-lg font-semibold text-gray-900 dark:text-white mb-4" >Integration Methods</h4 >
93
93
<div className = " space-y-6" >
94
- { /* Pull Architecture */ }
94
+ { /* Pull Integration */ }
95
95
<div className = " space-y-3" >
96
96
<div className = " flex items-center gap-3" >
97
97
<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 >
99
99
</div >
100
100
<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.
102
102
</p >
103
103
<div className = " ml-5" >
104
104
<a
105
105
href = " ./price-feeds/use-real-time-data"
106
106
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"
107
107
>
108
- Integrate Pull Method
108
+ Get Started with Pull Integration
109
109
<svg className = " w-4 h-4" fill = " none" stroke = " currentColor" viewBox = " 0 0 24 24" >
110
110
<path strokeLinecap = " round" strokeLinejoin = " round" strokeWidth = { 2 } d = " M9 5l7 7-7 7" />
111
111
</svg >
@@ -117,17 +117,17 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
117
117
<div className = " space-y-3" >
118
118
<div className = " flex items-center gap-3" >
119
119
<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 >
121
121
</div >
122
122
<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 .
124
124
</p >
125
125
<div className = " ml-5" >
126
126
<a
127
127
href = " ./price-feeds/pushed-feeds"
128
128
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"
129
129
>
130
- Explore Push Feeds
130
+ Get Started with Push Integration
131
131
<svg className = " w-4 h-4" fill = " none" stroke = " currentColor" viewBox = " 0 0 24 24" >
132
132
<path strokeLinecap = " round" strokeLinejoin = " round" strokeWidth = { 2 } d = " M9 5l7 7-7 7" />
133
133
</svg >
0 commit comments