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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user