Skip to content

Commit

Permalink
fix: fix ChangeType for sqrt_price_x96 on Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
tvinagre committed Dec 19, 2024
1 parent 91fc14c commit b14290a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn get_new_pools(
value: event
.sqrt_price_x96
.to_signed_bytes_be(),
change: ChangeType::Update.into(),
change: ChangeType::Creation.into(),
},
Attribute {
name: "protocol_fees/zero2one".to_string(),
Expand Down

0 comments on commit b14290a

Please sign in to comment.