Skip to content

Commit

Permalink
refactor!: address mappings for conciseness
Browse files Browse the repository at this point in the history
Refactored address mappings to use `AddressMap` and `from_iter` for brevity and readability. This change removes redundant code and improves maintainability. Adjusted constant definitions and function signatures accordingly.
  • Loading branch information
shuhuiluo committed Sep 13, 2024
1 parent eb9285d commit 41bcfec
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 370 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniswap-sdk-core"
version = "2.1.0"
version = "2.2.0"
edition = "2021"
authors = ["malik <[email protected]>", "Shuhui Luo <twitter.com/aureliano_law>"]
description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange"
Expand Down
Loading

0 comments on commit 41bcfec

Please sign in to comment.