Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Add WOM token
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wombat authored Mar 25, 2023
1 parent 438f5bb commit 49c3a4b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/config/token_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,24 @@
}
},
"sourceDecimals": 6
},
"WOM": {
"symbol": "WOM",
"name": "Wombat Exchange",
"sourceAddress": "0xad6742a35fb341a9cc6ad674738dd8da98b94fb1",
"coingeckoId": "wombat-exchange",
"logo": "https://bscscan.com/token/images/wombatex_32.png",
"markets": {
"bsc": ["pancakeswap"], #revert to native asset
"arbitrum": ["uniswap"]
},
"destinations": {
"arbitrum": {
"address": "0x7b5eb3940021ec0e8e463d5dbb4b7b09a89ddf96",
"decimals": 18
}
},
"sourceDecimals": 18
}
},
#####################
Expand Down

0 comments on commit 49c3a4b

Please sign in to comment.