Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explorer Arbitrum fix [goreleaser] [SLT-263] #3188

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions services/explorer/consumer/parser/tokendata/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,6 @@ var tokenDataMap = map[string]TokenData{
"8453_0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb": {"DAI", 18, "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"},
"1_0xAdF7C35560035944e805D98fF17d58CDe2449389": {"SPEC", 18, "0xAdF7C35560035944e805D98fF17d58CDe2449389"},
"8453_0x96419929d7949D6A801A6909c145C8EEf6A40431": {"SPEC", 18, "0x96419929d7949D6A801A6909c145C8EEf6A40431"},
"42161_0x30bD4e574a15994B35EF9C7a5bc29002F1224821": {"WSOHM", 18, "0x30bD4e574a15994B35EF9C7a5bc29002F1224821"},
// Add additional tokens that are not part of the cache yet (and not by nature in bridge config) here
}
2 changes: 1 addition & 1 deletion services/explorer/static/tokenIDToCoinGeckoID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nUSD: 'usd-coin'
SYN: 'synapse-2'
nETH: 'ethereum'
HIGH: 'highstreet'
wsOHM: 'wrapped-staked-olympus'
wsOHM: 'NO_PRICE'
JUMP: 'NO_PRICE'
DOG: 'the-doge-nft'
synFRAX: 'frax'
Expand Down
2 changes: 1 addition & 1 deletion services/explorer/static/tokenSymbolToCoinGeckoID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ usdc: 'usd-coin'
syn: 'synapse-2'
eth: 'ethereum'
high: 'highstreet'
wsohm: 'wrapped-staked-olympus'
wsohm: 'NO_PRICE'
jump: 'NO_PRICE'
dog: 'the-doge-nft'
synfrax: 'frax'
Expand Down
Loading