wormhole-token-list/README.md

35 lines
657 B
Markdown
Raw Normal View History

2021-12-24 12:11:14 -08:00
Wormhole Token List
=====================
2021-11-19 21:25:19 -08:00
2021-12-24 12:11:14 -08:00
## Reference information
2021-12-28 12:59:17 -08:00
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)
2021-11-19 21:25:19 -08:00
2021-12-24 12:11:14 -08:00
## Update instructions
* [updating markets.json](updating_markets.md)
2021-11-19 21:25:19 -08:00
2021-11-19 21:38:58 -08:00
2021-12-20 20:40:05 -08:00
## Running the tests
```
npm test
```
You might need to run `npm install` once before this.
2021-12-24 12:11:14 -08:00
## Chain ids
This repo uses the Wormhole chain ids to reference the chains. For reference, these are:
2021-11-19 21:38:58 -08:00
```python
Solana = 1
Ethereum = 2
Terra = 3
Binance Smart Chain = 4
Polygon = 5
```