Skip to content

Commit

Permalink
adding spec token to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses committed May 22, 2024
1 parent a8ffb48 commit 3f19732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/explorer/consumer/parser/tokendata/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,7 @@ var tokenDataMap = map[string]TokenData{
"137_0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89": {"FRAX", 18, "0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89"},
"10_0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9": {"sUSD", 18, "0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9"},
"8453_0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb": {"DAI", 18, "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"},
"1_0xAdF7C35560035944e805D98fF17d58CDe2449389": {"SPEC", 18, "0xAdF7C35560035944e805D98fF17d58CDe2449389"},
"8453_0x96419929d7949D6A801A6909c145C8EEf6A40431": {"SPEC", 18, "0x96419929d7949D6A801A6909c145C8EEf6A40431"},
// Add additional tokens that are not part of the cache yet (and not by nature in bridge config) here
}

0 comments on commit 3f19732

Please sign in to comment.