Skip to content

Add note about fees changing #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/entropy/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"type": "separator"
},
"best-practices": "Best Practices",
"contract-addresses": "Contract & Provider Addresses",
"current-fees": "Current Fees",
"fortuna-api-explorer": {
"title": "Fortuna API Explorer ↗",
"href": "https://fortuna.dourolabs.app/docs/",
"newWindow": true
},
"contract-addresses": "Contract & Provider Addresses",
"examples": "Example Applications",
"current-fees": "Current Fees",

"-- Understanding Entropy": {
"title": "Understanding Entropy",
Expand Down
1 change: 1 addition & 0 deletions pages/entropy/current-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import FeeTable from "../../components/FeeTable";
import { EntropyDeployments } from "../../components/EntropyDeployments";

The following tables shows the total fees payable when using the default provider.
Note that the fees shown below will vary over time with prevailing gas prices on each chain.

## Mainnet

Expand Down
Loading