From 21cea7fe6bde1dbd2c77e22244f7cb108ceb2a1c Mon Sep 17 00:00:00 2001 From: Jayant Krishnamurthy Date: Thu, 20 Jun 2024 12:33:59 -0700 Subject: [PATCH 1/2] add note about fees changing --- pages/entropy/current-fees.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/entropy/current-fees.mdx b/pages/entropy/current-fees.mdx index e16b3737..7f97cde7 100644 --- a/pages/entropy/current-fees.mdx +++ b/pages/entropy/current-fees.mdx @@ -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 From aeeb78db61f314a08f60b138b73690f45bb1f7ec Mon Sep 17 00:00:00 2001 From: Jayant Krishnamurthy Date: Thu, 20 Jun 2024 12:35:39 -0700 Subject: [PATCH 2/2] reorg --- pages/entropy/_meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/entropy/_meta.json b/pages/entropy/_meta.json index 2f0daba3..3a61162a 100644 --- a/pages/entropy/_meta.json +++ b/pages/entropy/_meta.json @@ -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",