Wormhole Token List ===================== ## Reference information Known token addresses by destination chain: * [Solana](src/dest_solana.md) * [Ethereum](src/dest_ethereum.md) * [BSC](src/dest_bsc.md) * [Terra](src/dest_terra.md) * [Polygon](src/dest_polygon.md) * [Avalanche](src/dest_avalanche.md) ## Update instructions * [updating markets.json](updating_markets.md) ## Running the tests ``` npm test ``` You might need to run `npm install` once before this. ## Chain ids This repo uses the Wormhole chain ids to reference the chains. For reference, these are: ```python Solana = 1 Ethereum = 2 Terra = 3 Binance Smart Chain = 4 Polygon = 5 ```