You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/resources/pages/chain-info.adoc
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
[TIP]
6
6
====
7
-
You can get the latest updates delivered to your inbox by subscribing to the link:https://www.starknet.io/starknet-devs-newsletter/[Starknet Devs Newsletter].
7
+
You can get the latest updates delivered to your inbox by subscribing to the https://www.starknet.io/starknet-devs-newsletter/[Starknet Devs Newsletter^].
For information on The Starknet voting token, see link:https://governance.starknet.io/learn/vstrk_overview[_vSTRK overview_] on the Starknet Governance Hub.
39
+
For information on The Starknet voting token, see https://governance.starknet.io/learn/vstrk_overview[vSTRK overview^] on the Starknet Governance Hub.
@@ -68,7 +74,7 @@ The following limits are subject to revisions and change on a regular basis
68
74
69
75
[NOTE]
70
76
====
71
-
Starting from v0.13.0, blockifier-related constants and limits are defined for each Starknet version in a JSON file called `versioned_constants` in the link:https://github.com/starkware-libs/sequencer/tree/main/crates/blockifier/resources[blockifier's resources directory^].
77
+
Starting from v0.13.0, blockifier-related constants and limits are defined for each Starknet version in a JSON file called `versioned_constants` in the https://github.com/starkware-libs/sequencer/tree/main/crates/blockifier/resources[blockifier's resources directory^].
Copy file name to clipboardExpand all lines: components/Starknet/modules/starkgate/pages/overview.adoc
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,12 @@
6
6
This guide is a hands-on tutorial for using StarkGate. To learn about the different components of StarkGate, go to xref:architecture.adoc[_Architecture_].
7
7
====
8
8
9
-
https://starkgate.starknet.io[StarkGate^], developed by StarkWare, bridges ETH and ERC-20 tokens between Ethereum and Starknet. StarkGate supports many tokens, each by its own L1 and L2 contracts. For a comprehensive list of tokens that StarkGate supports, including their L1 and L2 addresses, see the JSON files shown in the following table:
9
+
https://starkgate.starknet.io[StarkGate^], developed by StarkWare, bridges ETH and ERC-20 tokens between Ethereum and Starknet. StarkGate supports many tokens, each by its own L1 and L2 contracts.
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].
13
+
For a comprehensive list of tokens that StarkGate supports, including their L1 and L2 addresses, see xref:resources:chain-info.adoc#important_addresses[Chain info].
14
+
You can also check if a token is supported using the xref:function-referenc.adoce#getBridge[`getBridge` function].
25
15
====
26
16
27
17
This guide will walk you through the various procedures enabled by StarkGate, including:
@@ -40,5 +30,5 @@ This guide will walk you through the various procedures enabled by StarkGate, in
40
30
====
41
31
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.
42
32
43
-
Fees for depositing funds or enrolling a token bridge on StarkGate, can be estimated using the `estimateDepositFeeWei` or `estimateEnrollmentFeeWei` function.
33
+
Fees for depositing funds or enrolling a token bridge on StarkGate, can be estimated using the xref:function-reference.adoc#estimateDepositFeeWei[`estimateDepositFeeWei`] or xref:function-reference.adoc#estimateEnrollmentFeeWei[`estimateEnrollmentFeeWei`] function.
0 commit comments