This repo contains the bridge token mappings for the Avalanche Ethereum Bridge and assets for displaying token logos.
The provided configs explain which bridged Avalanche tokens correspond to their native Ethereum versions and vice versa. Note: simply creating a PR to add your token to this config WILL NOT make the token bridgeable.
This file contains all of the bridgeable tokens on Ethereum. Each token has several parameters:
- Address: Ethereum address of the token
- Name: Token's name
- Symbol: Token's symbol
- ImageURI: Location of the token's logo
- ResourceId: A special field to map the token to its Avalanche counterpart
This file contains all of the bridged token on Avalanche. Each token has several parameters:
- Address: Avalanche address of the token
- Name: Token's name
- Symbol: Token's symbol
- ImageURI: Location of the token's logo
- ResourceId: A special field to map the token to its Ethereum counterpart
Condensed lists of the top 100 and top 150 bridgeable tokens available on each network.
This repo is intended to be similar to Trust Wallet's asset repository. Token logos are stored according to their Avalanche address under the avalance-tokens
directory. Tokens bridged from Avalanche to Ethereum are available under the ethereum-tokens
directory. Tokens are stored in the format <token-address>/logo.png
. Adding your token to this repo will display the logo on several Avalanche DeFi apps like Pangolin and its analytics page.
Create a PR adding your token logo to the avalanche-tokens
folder. Create a new folder with your token address (with properly formatted capitalization) and add a logo.png
file inside the directory.