From 1edc67d64c304d5535e4f26a1e304cae51717f7c Mon Sep 17 00:00:00 2001 From: Kevin Neilson Date: Mon, 6 Jan 2025 09:28:39 -0800 Subject: [PATCH 1/2] gas var updates --- builders/get-started/networks/moonbase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/get-started/networks/moonbase.md b/builders/get-started/networks/moonbase.md index 7809f5cd7..d639f0388 100644 --- a/builders/get-started/networks/moonbase.md +++ b/builders/get-started/networks/moonbase.md @@ -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) From 02924bd74b4734783fc4cdd58e433876a303a8e6 Mon Sep 17 00:00:00 2001 From: Kevin Neilson Date: Mon, 6 Jan 2025 09:46:14 -0800 Subject: [PATCH 2/2] rev --- .../ethereum/json-rpc/debug-trace/terminal/start-up-logs.md | 4 ++-- .../get-started/networks/moonbeam-dev/terminal/sidecar.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.snippets/code/builders/ethereum/json-rpc/debug-trace/terminal/start-up-logs.md b/.snippets/code/builders/ethereum/json-rpc/debug-trace/terminal/start-up-logs.md index 70f10eeae..b209590d6 100644 --- a/.snippets/code/builders/ethereum/json-rpc/debug-trace/terminal/start-up-logs.md +++ b/.snippets/code/builders/ethereum/json-rpc/debug-trace/terminal/start-up-logs.md @@ -1,7 +1,7 @@
docker run --network host \
-u $(id -u ${USER}):$(id -g ${USER}) \ - moonbeamfoundation/moonbeam-tracing:v0.41.0-3300-d3e6 \ + moonbeamfoundation/moonbeam-tracing:v0.42.1-3400-3ebd \
--name="Moonbean-Tracing-Tutorial" \
--unsafe-rpc-external \
--ethapi=debug,trace,txpool \ @@ -12,7 +12,7 @@
CLI parameter `--execution` has no effect anymore and will be removed in the future!
2024-04-29 13:52:00 Moonbeam Parachain Collator -
2024-04-29 13:52:00 ✌️ version 0.41.0-bb266a27cb9c +
2024-04-29 13:52:00 ✌️ version 0.42.1-bb266a27cb9c
2024-04-29 13:52:00 ❤️ by PureStake, 2019-2024
2024-04-29 13:52:00 📋 Chain specification: Moonbase Development Testnet
2024-04-29 13:52:00 🏷 Node name: Moonbean-Tracing-Tutorial diff --git a/.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/sidecar.md b/.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/sidecar.md index 5c7af8a53..f732ce44c 100644 --- a/.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/sidecar.md +++ b/.snippets/code/builders/get-started/networks/moonbeam-dev/terminal/sidecar.md @@ -1,7 +1,7 @@
node_modules/.bin/substrate-api-sidecar
- v0.41.0: Pulling from moonbeamfoundation/moonbeam + v0.42.1: Pulling from moonbeamfoundation/moonbeam
SAS:
📦 LOG:
✅ LEVEL: "info"