Skip to content

Commit 2a6129f

Browse files
authored
Merge branch 'staging' into coot/network-config
2 parents 8c3bcda + 45b3135 commit 2a6129f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/get-started/cardano-cli/get-started/treasury-donations.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ description: How to make a donation to the treasury.
77
keywords: [cardano-cli, cli, treasury, donation, cardano-node, transactions]
88
---
99

10-
Starting from Conway era, you can make donations to the Treasury. It only takes a transaction to do it. You can use `build` or `build-raw` to construct this type of transaction, the only special thing about this transaction is that is must be submitted on the same epoch it is created, this because the transaction body incudes the field `currentTreasuryValue`, which of course, will be different on the next epoch.
10+
In the Conway era, you can make donations to the Treasury through a transaction. To construct this transaction, you can use either `build` or `build-raw`. The key requirement for this type of transaction is that it must be submitted within the same epoch in which it is created. This is because the transaction body includes the field `currentTreasuryValue`, which will change in the next epoch, causing the transaction to fail at submission time.
1111

12-
13-
In the Conway era, you can make donations to the Treasury with a transaction. To construct this transaction, you can use either `build` or `build-raw`. The key requirement for this type of transaction is that it must be submitted within the same epoch it is created. This is because the transaction body includes the field `currentTreasuryValue`, which will change in the next epoch.
14-
15-
::: info
12+
:::note
1613
The examples on this tutorial are created on a local clusters that hardfork to Conway on epoch 0.
1714

1815
The treasury donation is created on epoch 0 so that when querying the treasury value on epoch 1, the only lovelace in the treasury are those comming from the donation.
16+
1917
:::
2018

2119
## Using build-raw

src/components/BackgroundWrapper/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
[data-theme="dark"] .backgroundAda:before {
2626
color: #98b7f2; /* dark mode color for the A */
2727
}
28+
29+
.backgroundAda:before {
30+
pointer-events: none;
31+
}

0 commit comments

Comments
 (0)