https://github.com/starknet-io/starknet-addresses
https://github.com/starknet-io/starknet-addresses
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starknet-io/starknet-addresses
- Owner: starknet-io
- Created: 2021-12-30T16:01:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T18:26:01.000Z (4 months ago)
- Last Synced: 2025-02-05T19:47:27.377Z (3 months ago)
- Size: 64.5 KB
- Stars: 81
- Watchers: 7
- Forks: 23
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful contracts
These are contracts that are either part of the underlying protocol or
expected to be useful for multiple projects.## StarkNet contracts
* StarkNet Core contract
* Goerli: [0xde29d060D45901Fb19ED6C6e959EB22d8626708e](https://goerli.etherscan.io/address/0xde29d060D45901Fb19ED6C6e959EB22d8626708e)
* Mainnet: [0xc662c410C0ECf747543f5bA90660f6ABeBD9C8c4](https://etherscan.io/address/0xc662c410C0ECf747543f5bA90660f6ABeBD9C8c4)* Verifier
* Goerli: [0x8f97970aC5a9aa8D130d35146F5b59c4aef57963](https://goerli.etherscan.io/address/0x8f97970aC5a9aa8D130d35146F5b59c4aef57963)
* Mainnet: [0x47312450B3Ac8b5b8e247a6bB6d523e7605bDb60](https://etherscan.io/address/0x47312450B3Ac8b5b8e247a6bB6d523e7605bDb60)## Bridged Tokens
Under the bridged token addresses folders you will find Json files (one per network) containing the
addresses of the tokens currently bridged to StarkNet. Each token has the following parameters:* Name: name of the token
* Symbol: token symbol
* Decimals: number of decimals 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