Skip to content

Commit

Permalink
Update default funding rate for PML markets
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Nov 25, 2024
1 parent 744a58b commit c643959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/x/listing/keeper/listing.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (k Keeper) CreatePerpetual(
ticker,
marketId,
atomicResolution,
types.DefaultFundingPpm,
types.Default8hrFundingPpm,
types.LiquidityTier_Isolated,
perpetualtypes.PerpetualMarketType_PERPETUAL_MARKET_TYPE_ISOLATED,
)
Expand Down
2 changes: 1 addition & 1 deletion protocol/x/listing/types/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
const (
MinPriceChangePpm_LongTail uint32 = 800

DefaultFundingPpm = 0
DefaultFundingPpm = 100 // 1bps per 8 hour or 0.125bps per hour

LiquidityTier_Isolated uint32 = 4

Expand Down

0 comments on commit c643959

Please sign in to comment.