Skip to content

Commit ab27eea

Browse files
LazyLuiskeithsue
authored andcommitted
add sBTC/BTC price
1 parent e6b2694 commit ab27eea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x/oracle/abci/extension.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ func (h *PriceOracleVoteExtHandler) PreBlocker(ctx sdk.Context, req *abci.Reques
305305
h.Keeper.SetPrice(ctx, symbol, price.String())
306306
}
307307
}
308+
h.Keeper.SetPrice(ctx, "sBTCBTC", "1.0")
308309

309310
err = h.Keeper.SetBlockHeaders(ctx, headers)
310311
if err != nil {

0 commit comments

Comments
 (0)