Skip to content

Commit

Permalink
feat: add stars and corresponding stk asset to fee denoms. (#298)
Browse files Browse the repository at this point in the history
* add stars and corresponding stk asset to fee denoms.

* cherry-pick dydx commit too

---------

Co-authored-by: Ajeet Goyal <ajeetgoyal1997@gmail.com>
  • Loading branch information
puneet2019 and ajeet97 authored Feb 27, 2024
1 parent 736b597 commit cd57fc4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ var (
"ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85", // OSMO
"ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E", // DYDX
"ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0", // USDC
"stk/uatom", // stkATOM
"stk/uosmo", // stkOSMO
"stk/adydx", // stkDYDX
"ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B", // STARS
"stk/uatom", // stkATOM
"stk/uosmo", // stkOSMO
"stk/adydx", // stkDYDX
"stk/ustars", // stkSTARS
}

FeeDenomsWhitelistTestnet = []string{
Expand Down

0 comments on commit cd57fc4

Please sign in to comment.