feat: Update uniswap v3 package to use big endian encoding (#199)

* feat: update uniswap v3 package to big endian encoding

* chore: update use of format macro to make clippy happy
This commit is contained in:
Louise Poole
2025-05-05 15:54:11 +02:00
committed by GitHub
parent 01d97193b2
commit ee41e63775
6 changed files with 38 additions and 35 deletions

View File

@@ -1,10 +1,10 @@
[package]
name = "substreams-ethereum-uniswap-v3"
version = "0.2.1"
name = "ethereum-uniswap-v3"
version = "0.3.0"
edition = "2021"
[lib]
name = "substreams_ethereum_uniswap_v3"
name = "ethereum_uniswap_v3"
crate-type = ["cdylib"]
[dependencies]