Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/aztec/concepts/fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4
tags: [fees]
---

import { Why_Fees } from '@site/src/components/Snippets/snippets';
import { Why_Fees } from '@site/src/components/Snippets/general_snippets';

<Why_Fees />

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

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

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

<Gas_Settings />

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developers/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You'll know the sandbox is ready to go when you see something like this:

## Using the sandbox test accounts

import { CLI_Add_Test_Accounts } from '@site/src/components/Snippets/snippets';
import { CLI_Add_Test_Accounts } from '@site/src/components/Snippets/general_snippets';

<CLI_Add_Test_Accounts />

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/developers/guides/js_apps/pay_fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ import { FeeJuicePaymentMethod } from "@aztec/aztec.js";

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

import { CLI_Fees } from '@site/src/components/Snippets/snippets';
import { CLI_Fees } from '@site/src/components/Snippets/general_snippets';

<CLI_Fees />

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

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

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

<Gas_Settings />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can create arbitrary aliases with the `alias` command. For example `aztec-wa

## Paying Fees

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

<Why_Fees />

Expand Down
Loading