Skip to content

Commit ce1bc1f

Browse files
committed
minor fixes, remove todo
1 parent 5895f75 commit ce1bc1f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pages/entropy/create-your-first-entropy-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ sequence : 42
300300
result : Tails
301301
```
302302

303-
Note that: the script can fail due to some rpc issues. You can run the script again to get the expected result.
303+
Note that: the script can fail due to transient RPC issues. You can run the script again to get the expected result.
304304

305305
## Next Steps
306306

pages/entropy/current-fees.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Note that the fees shown below will vary over time with prevailing gas prices on
88
## Mainnet
99

1010
<Callout emoji="⚠️">
11-
The fees for mainnet are dynamically set. Always use the on-chain method `entropy.getFee(entropyProvider){:solidity}` to get the current fee.
11+
The fees for mainnet are dynamically set. Always use the on-chain method `entropy.getFeeV2(){:solidity}` to get the current fee.
1212
</Callout>
1313

1414
<EntropyFeeTable

pages/entropy/debug-callback-failures.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import { Callout } from "nextra/components";
44

5-
# TODO: replace this whole page with a guide about how to use the entropy explorer
6-
75
<Callout type="info" emoji="🔍">
86
**Quick Debug Tool**: Use the [Entropy
97
Debugger](https://entropy-debugger.pyth.network/) to quickly diagnose and

0 commit comments

Comments
 (0)