Skip to content

Commit f0955f7

Browse files
authored
StarkGate overview minor refactor (#1501)
* init * Update overview.adoc * Update function-reference.adoc
1 parent 955874b commit f0955f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

components/Starknet/modules/starkgate/pages/function-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="StarkGate_function_reference"]
2-
= StarkGate function and event reference
2+
= StarkGate functions and events reference
33
:description: Comprehensive function and event reference for StarkGate.
44

55
== L1 functions and events

components/Starknet/modules/starkgate/pages/overview.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ https://starkgate.starknet.io[StarkGate^], developed by StarkWare, bridges ETH a
1919

2020
[TIP]
2121
====
22-
You can also check if a token is currently supported using the xref:function-reference.adoc#getBridge[`getBridge`] function.
22+
You can also check if a token is supported using the `getBridge` function.
23+
24+
For full details about this and all other functions and events, see the xref:function-reference.adoc[functions and events reference].
2325
====
2426

2527
This guide will walk you through the various procedures enabled by StarkGate, including:
@@ -36,9 +38,7 @@ This guide will walk you through the various procedures enabled by StarkGate, in
3638

3739
[NOTE]
3840
====
39-
StarkGate enforces a minimum fee for all procedures to account for the L1->L2 message costs.
40-
41-
For more information, see xref:architecture-and-concepts:network-architecture/messaging-mechanism.adoc#l1-l2-message-fees[L1->L2 message fees].
41+
StarkGate enforces xref:architecture-and-concepts:network-architecture/messaging-mechanism.adoc#l1-l2-message-fees[fees] for all procedures to account for L1->L2 message costs.
4242
43-
To estimate the fee for depositing funds or enrolling a token bridge on StarkGate, use the xref:function-reference.adoc#estimateDepositFeeWei[`estimateDepositFeeWei`] and xref:function-reference.adoc#estimateEnrollmentFeeWei[`estimateEnrollmentFeeWei`] functions.
43+
Fees for depositing funds or enrolling a token bridge on StarkGate, can be estimated using the `estimateDepositFeeWei` or `estimateEnrollmentFeeWei` function.
4444
====

0 commit comments

Comments
 (0)