Skip to content

Commit

Permalink
Merge pull request #104 from terra-money/feat/roar
Browse files Browse the repository at this point in the history
feat: implement roar token
  • Loading branch information
emidev98 authored Feb 29, 2024
2 parents dc7bdf9 + 7af3fbd commit 8d9596b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ var DefaultPriceServerConfig = Config{
"stafi-staked-swth",
"stride-staked-luna",
"backbone-labs-staked-whale",
"lion-dao",
},
},
"osmosis": {
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{
"juno-network": "JUNO",
"stargaze": "STARS",
"akash-network": "AKT",
"lion-dao": "ROAR", // Lion DAO's token
"white-whale": "WHALE", // White Whale chain
"switcheo": "SWTH", // Carbon chain
"stride-staked-luna": "STLUNA", // Stride chain
Expand Down

0 comments on commit 8d9596b

Please sign in to comment.