Skip to content
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

Gas Var updates #1060

Merged
merged 3 commits into from
Jan 7, 2025
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="termynal" data-termynal>
<span data-ty="input"><span class="file-path"></span>docker run --network host \
<br>-u $(id -u ${USER}):$(id -g ${USER}) \
moonbeamfoundation/moonbeam-tracing:v0.41.0-3300-d3e6 \
moonbeamfoundation/moonbeam-tracing:v0.42.1-3400-3ebd \
<br>--name="Moonbean-Tracing-Tutorial" \
<br>--unsafe-rpc-external \
<br>--ethapi=debug,trace,txpool \
Expand All @@ -12,7 +12,7 @@
<br>
<span data-ty>CLI parameter `--execution` has no effect anymore and will be removed in the future!
<br> 2024-04-29 13:52:00 Moonbeam Parachain Collator
<br> 2024-04-29 13:52:00 ✌️ version 0.41.0-bb266a27cb9c
<br> 2024-04-29 13:52:00 ✌️ version 0.42.1-bb266a27cb9c
<br> 2024-04-29 13:52:00 ❤️ by PureStake, 2019-2024
<br> 2024-04-29 13:52:00 📋 Chain specification: Moonbase Development Testnet
<br> 2024-04-29 13:52:00 🏷 Node name: Moonbean-Tracing-Tutorial
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="termynal" data-termynal>
<span data-ty="input"><span class="file-path"></span>node_modules/.bin/substrate-api-sidecar</span>
<br>
<span data-ty>v0.41.0: Pulling from moonbeamfoundation/moonbeam
<span data-ty>v0.42.1: Pulling from moonbeamfoundation/moonbeam
<br>SAS:
<br>📦 LOG:
<br> ✅ LEVEL: "info"
Expand Down
2 changes: 1 addition & 1 deletion builders/get-started/networks/moonbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ The [MoonLink Dashboard](https://moonlink-dashboard.netlify.app){target=\_blank}

[MoonGas](https://moonbeam-gasinfo.netlify.app){target=\_blank} is a convenient dashboard for viewing the minimum, maximum, and average gas price of transactions in the prior block across all Moonbeam networks. Note, these statistics can fluctuate widely by block and occasionally include outlier values. You can check out the [repository for MoonGas](https://github.com/albertov19/moonbeam-gas-station){target=\_blank}.

You'll notice that the minimum gas price for Moonbeam is 100 Gwei, while the minimum for Moonriver and Moonbase Alpha is only 1 Gwei. This difference stems from the [100 to 1 re-denomination of GLMR](https://moonbeam.network/news/moonbeam-foundation-announces-liquidity-programs-a-new-token-event-and-glmr-redenomination){target=\_blank} and thus the 100 Gwei minimum on Moonbeam corresponds to a 1 Gwei minimum on Moonriver and Moonbeam.
You'll notice that the minimum gas price for Moonbeam is {{ networks.moonbeam.min_gas_price }} Gwei, while the minimum for Moonriver is {{ networks.moonriver.min_gas_price }} Gwei and Moonbase Alpha is {{ networks.moonbase.min_gas_price }} Gwei. This difference stems from the [100 to 1 re-denomination of GLMR](https://moonbeam.network/news/moonbeam-foundation-announces-liquidity-programs-a-new-token-event-and-glmr-redenomination){target=\_blank} and thus the {{ networks.moonbeam.min_gas_price }} Gwei minimum on Moonbeam corresponds to a {{ networks.moonriver.min_gas_price }} Gwei minimum on Moonriver and a {{ networks.moonbase.min_gas_price }} Gwei on Moonbase.

![MoonGas](/images/builders/get-started/networks/moonbase/moonbase-8.webp)