Skip to content

Commit

Permalink
fix defaultGas (ondo-usdy)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhathoang committed Oct 25, 2024
1 parent 217e940 commit 34e9a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/liquidity-source/ondo-usdy/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (

var (
defaultGas = Gas{
Wrap: 550000000,
Unwrap: 550000000,
Wrap: 100000,
Unwrap: 100000,
}
)

0 comments on commit 34e9a04

Please sign in to comment.