Skip to content

Commit

Permalink
we need to make sure that Avalanche bridged DAI was being mapped prop…
Browse files Browse the repository at this point in the history
…erly to canonical dai asset
  • Loading branch information
lhl committed Jan 13, 2025
1 parent 1ea89ec commit 0fc8ac6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/map_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def main():
# AAVE
"ethereum:0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9": "aave",
"avalanche:0x63a72806098bd3d9520cc43356dd78afe5d386d9": "aave",
"avalanche-bridged-dai-avalanche": "dai", # DAI.e
}

### MAPPINGS TO OUTPUT
Expand Down Expand Up @@ -234,9 +235,10 @@ def main():
"fantom:0x328a7b4d538a2b3942653a9983fda3c12c571141": "usd-coin", # crUSDC
# PolyFRAX
"polygon:0x104592a158490a9228070e0a8e5343b499e125d0": "frax",
# DAI
"avalanche:0xd586e7f844cea2f87f50152665bcbc2c279d8d70": "dai", # Avalanche DAI
}


CHAIN_FEE_ASSETS = {
"ethereum": "eth",
"avalanche": "avax",
Expand Down

0 comments on commit 0fc8ac6

Please sign in to comment.