Skip to content

Commit

Permalink
fix icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
rekyyang committed Dec 8, 2023
1 parent 58d4fd9 commit cf517ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/apiserver/internal/logic/asset/getassetlogic.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const (
queryBySymbol = "symbol"

// iconBaseUrl is used for showing icons for assets, asset owners should upload png files to the github repo
iconBaseUrl = "https://teststatic.zkbnbchain.org/shared/icon/coin/%s.svg"
//iconBaseUrl = "https://teststatic.zkbnbchain.org/shared/icon/coin/%s.svg"
iconBaseUrl = "https://zkbnb-static-cdn.bnbchain.org/shared/icon/coin/%s.svg"
)

type GetAssetLogic struct {
Expand Down

0 comments on commit cf517ca

Please sign in to comment.