minor format edits

Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
This commit is contained in:
yjkellyjoo
2026-01-30 16:25:20 +01:00
committed by Yejin Kelly Joo
parent 0416772817
commit 4e1ac00405
3 changed files with 13 additions and 14 deletions
+4 -6
View File
@@ -5,8 +5,7 @@ keywords: [Status Network, MetaMask setup, add network, wallet configuration, RP
---
import AddToMetaMask from '@site/src/components/AddToMetaMask';
# Add Status Network
import CopyCell from '@site/src/components/CopyCell';
This guide shows how to add the **Status Network** to your wallet.
@@ -14,7 +13,6 @@ You can add Status Network Testnet directly by clicking on the button below:
<AddToMetaMask />
## Manual Configuration
To add **Status Network Testnet** as a custom network to MetaMask:
@@ -39,10 +37,10 @@ To add **Status Network Testnet** as a custom network to MetaMask:
| Name | Value |
|------------------|------------------------------------------|
| **Network Name** | Status Network Testnet |
| **RPC URL** | https://public.sepolia.rpc.status.network |
| **RPC URL** | https://public.sepolia.rpc.status.network <CopyCell text="https://public.sepolia.rpc.status.network" ariaLabel="Copy RPC endpoint" /> |
| **Chain ID** | 1660990954 |
| **Currency Symbol** | `ETH` |
| **Block Explorer URL** | https://sepoliascan.status.network |
| **Block Explorer URL** | https://sepoliascan.status.network <CopyCell text="https://sepoliascan.status.network" ariaLabel="Copy block explorer URL" /> |
5. **Save the Network**:
@@ -94,4 +92,4 @@ You should now be able to connect to the Status Network Testnet by selecting it
---
By following this guide, you've successfully added the Status Network to your MetaMask wallet!
By following this guide, you've successfully added the Status Network to your MetaMask wallet!
+5 -4
View File
@@ -13,12 +13,12 @@ import CopyCell from '@site/src/components/CopyCell';
## Status Testnet
| Name | Value |
|---------------------|-------------------------------------------|
| **Network Name** | Status Network Testnet |
|---------------------|--------------------------------------------|
| **Network Name** | Status Network Testnet |
| **RPC Endpoint** | https://public.sepolia.rpc.status.network <CopyCell text="https://public.sepolia.rpc.status.network" ariaLabel="Copy RPC endpoint" /> |
| **Chain ID** | 1660990954 <CopyCell text="1660990954" ariaLabel="Copy Chain ID" /> |
| **Chain ID (Hex)** | 0x6300b5ea <CopyCell text="0x6300b5ea" ariaLabel="Copy Hex Chain ID" /> |
| **Currency Symbol** | ETH |
| **Currency Symbol** | ETH |
| **Block Explorer** | https://sepoliascan.status.network <CopyCell text="https://sepoliascan.status.network" ariaLabel="Copy block explorer URL" /> |
| **Bridge** | https://bridge.status.network <CopyCell text="https://bridge.status.network" ariaLabel="Copy bridge URL" /> |
| **WebSocket RPC** | Get in touch with us on [Telegram](https://t.me/statusl2) to get a websocket RPC |
@@ -27,9 +27,10 @@ import CopyCell from '@site/src/components/CopyCell';
<div style={{height: '2rem'}} />
These are the official network details for the Status Network testnet. You can use these details to:
- Add the network to your wallet
- Configure development environments
- Connect dApps to the network
- Verify smart contracts
For instructions on adding the network to your wallet, see our [Add Status Network guide](./add-status-network.md).
For instructions on adding the network to your wallet, see our [Add Status Network guide](./add-status-network.md).
+4 -4
View File
@@ -44,9 +44,9 @@ GUSD is a yield-generating meta-stablecoin fully backed by USDT, USDC, and USDS,
The GUSD vault implements a multi-layered yield strategy through [Steakhouse Financial](https://steakhouse.financial/) and [Morpho](https://morpho.org/):
1. Deposited stablecoins are routed to **Generic Protocol's asset-specific vaults** (e.g., USDC Vault at [`0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f`](https://etherscan.io/address/0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f)).
2. The vault allocates assets to **Steakhouse Financial MetaMorpho vaults** (e.g., steakUSDC at [`0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB`](https://etherscan.io/address/0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB)).
3. Steakhouse vaults supply assets to **Morpho lending markets** ([`0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb`](https://etherscan.io/address/0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb)), earning lending yield.
1. Deposited stablecoins are routed to **Generic Protocol's asset-specific vaults** (e.g., [USDC Vault](https://etherscan.io/address/0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f)).
2. The vault allocates assets to **Steakhouse Financial MetaMorpho vaults** (e.g., [steakUSDC](https://etherscan.io/address/0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB)).
3. Steakhouse vaults supply assets to [**Morpho lending markets**](https://etherscan.io/address/0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb), earning lending yield.
A portion of the generated yield will seed Status Network's native funding pool upon mainnet launch.
@@ -57,7 +57,7 @@ The GUSD vault does **not** issue a receipt token. Your deposit is recorded in G
### DepositorHelper contract
Status Network pre-deposit interacts with Generic Protocol through the DepositorHelper:
[`0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919`](https://etherscan.io/address/0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919) (Ethereum Mainnet)
[`0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919`](https://etherscan.io/address/0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919)
### Deposit flow (GUSD)