From a8c93914d6b7e59beacfaf9a4ca868d30750b4a3 Mon Sep 17 00:00:00 2001 From: Nir Hagshury Date: Sun, 31 Oct 2021 12:11:09 +0200 Subject: [PATCH] fixed 404 to min ada value calculations --- docs/native-tokens/minting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-tokens/minting.md b/docs/native-tokens/minting.md index c7d786be6c..ea2196b328 100644 --- a/docs/native-tokens/minting.md +++ b/docs/native-tokens/minting.md @@ -445,7 +445,7 @@ A few things worth pointing out: 4. all of the tokens the txhash currently holds, subtracted by the tokens we send. :::note Depending on the size and amount of native assets you are going to send it might be possible to send more than the minimum requirement of only 1 ada. For this guide, we will be sending 10 ada to be on the safe side. -Check the [Cardano ledger docs for further reading](https://cardano-ledger.readthedocs.io/en/latest/explanations/min-utxo.html#min-ada-value-calculation) +Check the [Cardano ledger docs for further reading](https://cardano-ledger.readthedocs.io/en/latest/explanations/min-utxo-alonzo.html#example-min-ada-value-calculations-and-current-constants) ::: Since we will send 2 of our first tokens to the remote address we are left with 999998 of the `Testtoken` as well as the additional 1000000 `SecondTesttoken`.