diff --git a/src/config/faqs.js b/src/config/faqs.js
index a34c8fbe..67021f9d 100644
--- a/src/config/faqs.js
+++ b/src/config/faqs.js
@@ -62,7 +62,7 @@ export const faqs = [
Our recommendation is to wait, and here is the reason why:
The process of sending transactions from StarkNet to Ethereum is divided into two stages.
-
+
- A waiting period of several hours is expected between the stages.
-
At the end of the first step, you will be required to sign in order to complete the transfer.
@@ -133,11 +133,16 @@ export const faqs = [
{
question: 'Why can’t I use StarkGate with {insert favorite}Token?',
answer: `
-
- Initially, StarkGate Alpha will only support ETH. After time period of successful use, we will add support for:
- WBTC, USDC, USDT and Dai. All relevant contract addresses, both on Ethereum and StarkNet, are available in this repo.
- Further down the road, we will publish the mechanism for adding support for additional tokens.
-
+
+ -
+ StarkGate Alpha on Goerli supports ETH and a few other ERC-20 tokens. The full list and the relevant contract addresses on Goerli,
+ both on Ethereum and StarkNet, are available in this repo.
+
+ -
+ On Mainnet, initially, StarkGate Alpha will only support ETH to allow use of the fee mechanism.
+ Later on, we will add support for WBTC, USDC, USDT, and DAI. Further down the road, we will publish the mechanism for adding support for additional tokens.
+ The relevant contract addresses on Mainnet are available in this repo.
+
`
},
{