Update updating.md

This commit is contained in:
suzzax 2022-05-03 07:08:40 +08:00 committed by Evan Gray
parent 31a727f0bf
commit e9134925a9
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ The main file to be updated is [src/config/token_data.py](src/config/token_data.
Entries in there are organized first by source chain (sol, eth, terra, bsc, matic, avax), Entries in there are organized first by source chain (sol, eth, terra, bsc, matic, avax),
then are dictionaries with the following entries: then are dictionaries with the following entries:
* `symbol`: e.g. `ATLAS` * `symbol`: e.g. `ATLAS`
* `name`: e.g. `Star Atlas (Wormhole)` * `name`: e.g. `Star Atlas (Portal)`
* `sourceAddress`: the address on the source chain * `sourceAddress`: the address on the source chain
* `destAddresses`: a dictionary mapping dest chains to addresses (use the [Token Origin Verifier](https://wormholebridge.com/#/token-origin-verifier) to look this up) * `destAddresses`: a dictionary mapping dest chains to addresses (use the [Token Origin Verifier](https://wormholebridge.com/#/token-origin-verifier) to look this up)
* `markets`: a dictionary mapping dest chains to a list of market names where the wrapped asset is tradable * `markets`: a dictionary mapping dest chains to a list of market names where the wrapped asset is tradable
@ -26,7 +26,7 @@ TOKENS = {
'sol': { 'sol': {
"ATLAS": { "ATLAS": {
"symbol": "ATLAS", "symbol": "ATLAS",
"name": "Star Atlas (Wormhole)", "name": "Star Atlas (Portal)",
"sourceAddress": "ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx", "sourceAddress": "ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx",
"destAddresses": { "destAddresses": {
"eth": "0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7", "eth": "0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7",