Skip to content

Commit cd645b6

Browse files
committed
chore(dev-hub) Entropy Requested Changes
1 parent d1a7386 commit cd645b6

17 files changed

+540
-679
lines changed

apps/developer-hub/content/docs/entropy/contract-addresses.mdx renamed to apps/developer-hub/content/docs/entropy/chainlist.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Contract & Provider Addresses
2+
title: Chainlist and Fee Details
33
description: Pyth Entropy contract addresses on EVM networks
44
icon: FileText
55
---
@@ -8,8 +8,10 @@ import { EntropyTable } from "../../../src/components/EntropyTable";
88

99
## Mainnets
1010

11-
> ⚠️ **Warning**
12-
> The fees for mainnet are dynamically set. Always use the on-chain method `entropy.getFeeV2()` to get the current fee.
11+
<InfoBox variant="warning">
12+
The fees for mainnet are dynamically set. Always use the on-chain method
13+
`entropy.getFeeV2()` to get the current fee.
14+
</InfoBox>
1315

1416
The following tables shows the total fees payable when using the **default provider**.
1517
Note that the fees shown below will vary over time with prevailing gas prices on each chain.
@@ -28,8 +30,10 @@ Entropy callbacks the consumer as part of this transaction.
2830

2931
## Testnets
3032

31-
> ℹ️ **Note**
32-
> The fees for testnets kept deliberately low and different from the mainnet fees.
33+
<InfoBox variant="info">
34+
The fees for testnets kept deliberately low and different from the mainnet
35+
fees.
36+
</InfoBox>
3337

3438
The Entropy contract is deployed on the following testnet chains:
3539

0 commit comments

Comments
 (0)