Skip to content

Commit 5f2f510

Browse files
authored
SG addresses move (#1550)
* moved sg addresses to chain info page * Update overview.adoc
1 parent 496379f commit 5f2f510

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

components/Starknet/modules/resources/pages/chain-info.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[TIP]
66
====
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^].
88
====
99

1010
[id="important_addresses"]
@@ -36,7 +36,7 @@ ETH:: 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
3636

3737
[NOTE]
3838
====
39-
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.
4040
====
4141

4242
[horizontal, labelwidth="15"]
@@ -46,8 +46,14 @@ Sepolia:: 0x035c332b8de00874e702b4831c84b22281fb3246f714475496d74e644f35d492
4646
[discrete]
4747
=== Sequencer base URL
4848
[horizontal, labelwidth="15"]
49-
Mainnet:: \https://alpha-mainnet.starknet.io
50-
Sepolia:: \https://alpha-sepolia.starknet.io
49+
Mainnet:: alpha-mainnet.starknet.io
50+
Sepolia:: alpha-sepolia.starknet.io
51+
52+
[discrete]
53+
=== StarkGate bridged tokens
54+
[horizontal, labelwidth="15"]
55+
Mainnet:: starkgate.starknet.io/static/tokens.json
56+
Sepolia:: sepolia.starkgate.starknet.io/static/tokens.json
5157

5258
== Current versions
5359

@@ -68,7 +74,7 @@ The following limits are subject to revisions and change on a regular basis
6874

6975
[NOTE]
7076
====
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^].
7278
====
7379

7480
[%autowidth.stretch]

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

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@
66
This guide is a hands-on tutorial for using StarkGate. To learn about the different components of StarkGate, go to xref:architecture.adoc[_Architecture_].
77
====
88

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.
1010

11-
[#table_StarkGate_token_addresses]
12-
[%autowidth]
13-
|===
14-
| Network | JSON file
15-
16-
| Mainnet | link:https://starkgate.starknet.io/static/tokens.json[tokens.json]
17-
| Sepolia | link:https://sepolia.starkgate.starknet.io/static/tokens.json[tokens.json]
18-
|===
19-
20-
[TIP]
11+
[NOTE]
2112
====
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].
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].
2515
====
2616

2717
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
4030
====
4131
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.
4232
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.
4434
====

0 commit comments

Comments
 (0)