Skip to content

Commit 975616b

Browse files
committed
2 parents 184b43d + 59ab774 commit 975616b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

components/EntropyDeployments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
155155
"berachain-testnet-v2": {
156156
rpc: "https://evm-rpc-bera.rhino-apis.com/",
157157
network: "testnet",
158-
delay: "https://bartio.beratrail.io/address/$ADDRESS",
158+
delay: "",
159159
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
160-
explorer: "",
160+
explorer: "https://bartio.beratrail.io/address/$ADDRESS",
161161
gasLimit: "500K",
162162
},
163163
"coredao-testnet": {

pages/home/pyth-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please note that the scope of community governance proposals may be expanded if
3030

3131
The Pyth Network is built to provide decentralized applications with reliable and trustworthy data. The quality of the data it provides is paramount for these application's functions and the network's overall success.
3232

33-
Pyth's [Oracle Integrity Staking (OIS)](/home/pyth-token/oracle-integrity-staking) concentrates on producing quality data in the hands of a limited set of semi-trusted entities to achieve more coverage and lower latency than the competition. The responsibility of publishers over data quality is not just ethical but also incentivized through economics:
33+
Pyth's [Oracle Integrity Staking (OIS)](./oracle-integrity-staking) concentrates on producing quality data in the hands of a limited set of semi-trusted entities to achieve more coverage and lower latency than the competition. The responsibility of publishers over data quality is not just ethical but also incentivized through economics:
3434

3535
- **Staking and Slashing:** Publishers can self-stake PYTH tokens as collateral. It also allows other stakers to choose publishers to delegate their PYTH tokens. In the event of data inaccuracies or inconsistencies, a portion of this stake can be slashed as a penalty. This mechanism ensures that publishers have a vested interest in providing accurate data
3636
- **Reputation:** The reputation of data publishers is directly linked to the quality of data they provide. Publishers with a track record of providing accurate data are more likely to be trusted and attract more interest.

pages/price-feeds/price-feed-ids.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The [Price Feed ID reference](https://pyth.network/developers/price-feed-ids) al
1313

1414
On Solana, each feed additionally has a collection of **price feed accounts** containing the feed's data.
1515
The addresses of these accounts are programmatically derived from the feed id and a shard id, which is simply a 16-bit number.
16-
See [How to Use Real-Time Data on Solana](price-feeds/use-real-time-data/solana#write-frontend-code) for more information on price feed accounts.
16+
See [How to Use Real-Time Data on Solana](./use-real-time-data/solana#price-feed-accounts) for more information on price feed accounts.

pages/price-feeds/sponsored-feeds.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The price feeds listed in the table below are currently sponsored in Sui mainnet
8686
| USDY/USD | `e393449f6aff8a4b6d3e1165a7c9ebec103685f3b41e60db4277b5b6d10e7326` |
8787
| AUSD/USD | `d9912df360b5b7f21a122f15bdd5e27f62ce5e72bd316c291f7c86620e07fb2a` |
8888
| POL/USD | `ffd11c5a1cfd42f80afb2df4d9f264c15f956d68153335374ec10722edd70472` |
89+
| FUD/USD | `6a4090703da959247727f2b490eb21aea95c8684ecfac675f432008830890c75` |
8990

9091
## Aptos
9192

0 commit comments

Comments
 (0)