From 575eb12d57c770920b9bd07d516ec0ce82c83b89 Mon Sep 17 00:00:00 2001 From: Gorilla <94318971+humblegorilla@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:58:09 +0200 Subject: [PATCH 1/2] Update how-to-deposit-and-withdraw.md fix the typo of `Brdige` to `Bridge` --- sbtc/user-guides/how-to-deposit-and-withdraw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbtc/user-guides/how-to-deposit-and-withdraw.md b/sbtc/user-guides/how-to-deposit-and-withdraw.md index 6177e68271..c99265eedd 100644 --- a/sbtc/user-guides/how-to-deposit-and-withdraw.md +++ b/sbtc/user-guides/how-to-deposit-and-withdraw.md @@ -6,7 +6,7 @@ Depositing and withdrawing sBTC can be done in three ways: 2. Using an sBTC enabled wallet. 3. Using an app which integrates with sBTC natively. -This guide will walk you through how to deposit and withdraw sBTC using the sBTC Brdige application. +This guide will walk you through how to deposit and withdraw sBTC using the sBTC Bridge application. ### Preparation From 6336ba4a8a2f5475af7f0ad99055efe47c9bfb29 Mon Sep 17 00:00:00 2001 From: Friedger Date: Sat, 13 Apr 2024 22:50:28 +0200 Subject: [PATCH 2/2] Fix url to mining calculator --- stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md b/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md index 7bc819017e..d948756e4b 100644 --- a/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md +++ b/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md @@ -19,4 +19,4 @@ Fee and cost estimators observe transactions on the network and use the observed The `fuzzed_weighted_median_fee_rate` uses a median estimate from a window of the fees paid in the last `fee_rate_window_size` blocks. Estimates are then randomly "fuzzed" using uniform random fuzz of size up to `fee_rate_fuzzer_fraction` of the base estimate. -There is also a [mining calculator](https://friedger.id/mining-calculator/) that can help you with this process, with the [source code available here](https://github.com/friedger/mining-calculator). +There is also a [mining calculator](https://friedger.github.io/mining-calculator/) that can help you with this process, with the [source code available here](https://github.com/friedger/mining-calculator).