Skip to content

Commit

Permalink
Merge pull request #89 from terra-money/feat/stafi-staked-swth
Browse files Browse the repository at this point in the history
feat: remove an undexistent token and add rSWTH
  • Loading branch information
javiersuweijie authored Feb 16, 2024
2 parents a2c9539 + e69559e commit 3e623a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ var DefaultPriceServerConfig = Config{
"grtusdt",
"gtusdt",
"hbarusdt",
"htusdt",
"icpusdt",
"imxusdt",
"jstusdt",
Expand Down Expand Up @@ -1213,6 +1212,7 @@ var DefaultPriceServerConfig = Config{
"akash-network",
"white-whale",
"switcheo",
"stafi-staked-swth",
"stride-staked-luna",
},
},
Expand Down
1 change: 1 addition & 0 deletions internal/parser/internal/coingecko/coingecko.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var COIN_GECKO_MAPPING = map[string]string{
"akash-network": "AKT",
"white-whale": "WHALE", // White Whale chain
"switcheo": "SWTH", // Carbon chain
"stafi-staked-swth": "rSWTH", // stafi-staked-swth
"stride-staked-luna": "STLUNA", // Stride chain
}

Expand Down

0 comments on commit 3e623a1

Please sign in to comment.