Skip to content

Commit

Permalink
api: add support ethereum and karura (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 authored Jul 7, 2023
1 parent b036c9b commit fac977e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/market_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
# map coingecko ids to dia ids
dia_assets = {
"bitcoin": "/Bitcoin/0x0000000000000000000000000000000000000000",
"ethereum": "/Ethereum/0x0000000000000000000000000000000000000000",
"interlay": "/Interlay/0x0000000000000000000000000000000000000000",
"polkadot": "/Polkadot/0x0000000000000000000000000000000000000000",
"kusama": "/Kusama/0x0000000000000000000000000000000000000000",
"kintsugi": "/Kintsugi/Token:KINT",
"acala-dollar": "/Acala/Token:AUSD",
"karura": "/Bifrost/518",
"tether": "/Ethereum/0xdAC17F958D2ee523a2206206994597C13D831ec7"
}

Expand Down

2 comments on commit fac977e

@vercel
Copy link

@vercel vercel bot commented on fac977e Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fac977e Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.