Useful contracts

These are contracts that are either part of the underlying protocol or expected to be useful for multiple projects.

StarkNet contracts

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