Important addresses
Starknet Alpha on Mainnet
- The Starknet core contract
- Verifier address
- Sequencer base URL for API routing
-
https://alpha-mainnet.starknet.io
Starknet Alpha version on Goerli testnet 1
- The Starknet core contract
- Verifier address
- Sequencer base URL for API routing
-
https://alpha4.starknet.io
Starknet Alpha version on Goerli testnet 2
- The Starknet core contract
- Verifier address
- Sequencer base URL for API routing
-
https://alpha4-2.starknet.io
Bridged tokens
The tokens that are currently bridged to Starknet are listed in the following .json
files:
mainnet.json
-
The addresses of the tokens currently bridged to Starknet Mainnet.
goerli.json
-
The addresses of the tokens currently bridged to Starknet testnet.
goerli2.json
-
The addresses of the tokens currently bridged to Starknet testnet2.
Each token has the following parameters:
- Name
-
Token name.
- Symbol
-
Token symbol.
- Decimals
-
Number of decimal places used to get the user representation.
- l1_token_address
-
Address of the L1 ERC-20 contract.
- l2_token_address
-
Address of the L2 ERC-20 contract.
- l1_bridge_address
-
Address of the L1 bridge contract.
- l2_bridge_address
-
Address of the L2 bridge contract.