Skip to content

Commit c580657

Browse files
jzakicritesjosh
andauthored
docs: fees tutorial (#13357)
closes: AztecProtocol/dev-rel#516 --------- Co-authored-by: josh crites <[email protected]> Co-authored-by: Josh Crites <[email protected]>
1 parent 4d04e62 commit c580657

File tree

16 files changed

+668
-84
lines changed

16 files changed

+668
-84
lines changed

docs/docs/aztec/concepts/fees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 4
44
tags: [fees]
55
---
66

7-
import { Why_Fees } from '@site/src/components/Snippets/snippets';
7+
import { Why_Fees } from '@site/src/components/Snippets/general_snippets';
88

99
<Why_Fees />
1010

@@ -46,7 +46,7 @@ More information about the design/choices can be found in the fees section of th
4646

4747
As part of a transaction the follow gas settings are available to be defined by the user.
4848

49-
import { Gas_Settings_Components, Gas_Settings, Tx_Teardown_Phase } from '@site/src/components/Snippets/snippets';
49+
import { Gas_Settings_Components, Gas_Settings, Tx_Teardown_Phase } from '@site/src/components/Snippets/general_snippets';
5050

5151
<Gas_Settings />
5252

docs/docs/developers/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You'll know the sandbox is ready to go when you see something like this:
8080
8181
## Using the sandbox test accounts
8282
83-
import { CLI_Add_Test_Accounts } from '@site/src/components/Snippets/snippets';
83+
import { CLI_Add_Test_Accounts } from '@site/src/components/Snippets/general_snippets';
8484
8585
<CLI_Add_Test_Accounts />
8686

docs/docs/developers/guides/js_apps/pay_fees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import { FeeJuicePaymentMethod } from "@aztec/aztec.js";
8686

8787
**The equivalent to specify fees via CLI...**
8888

89-
import { CLI_Fees } from '@site/src/components/Snippets/snippets';
89+
import { CLI_Fees } from '@site/src/components/Snippets/general_snippets';
9090

9191
<CLI_Fees />
9292

@@ -219,7 +219,7 @@ The `paymentMethod` is an object for the type of payment. Each of the implementa
219219

220220
#include_code gas_settings_vars yarn-project/stdlib/src/gas/gas_settings.ts javascript
221221

222-
import { Gas_Settings_Components, Gas_Settings } from '@site/src/components/Snippets/snippets';
222+
import { Gas_Settings_Components, Gas_Settings } from '@site/src/components/Snippets/general_snippets';
223223

224224
<Gas_Settings />
225225

docs/docs/developers/reference/environment_reference/cli_wallet_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can create arbitrary aliases with the `alias` command. For example `aztec-wa
7171

7272
## Paying Fees
7373

74-
import { Why_Fees, CLI_Fees } from '@site/src/components/Snippets/snippets';
74+
import { Why_Fees, CLI_Fees } from '@site/src/components/Snippets/general_snippets';
7575

7676
<Why_Fees />
7777

0 commit comments

Comments
 (0)