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,7 +1,9 @@
|
||||
specVersion: v0.1.0
|
||||
package:
|
||||
name: "substreams_arbitrum_uniswap_v3"
|
||||
version: v0.2.1
|
||||
name: "arbitrum_uniswap_v3"
|
||||
version: v0.3.0
|
||||
url: "https://github.com/propeller-heads/tycho-protocol-sdk/tree/main/substreams/ethereum-uniswap-v3"
|
||||
|
||||
|
||||
protobuf:
|
||||
files:
|
||||
@@ -15,7 +17,7 @@ protobuf:
|
||||
binaries:
|
||||
default:
|
||||
type: wasm/rust-v1
|
||||
file: ../../target/wasm32-unknown-unknown/substreams/substreams_ethereum_uniswap_v3.wasm
|
||||
file: ../target/wasm32-unknown-unknown/release/ethereum_uniswap_v3.wasm
|
||||
|
||||
modules:
|
||||
- name: map_pools_created
|
||||
|
||||
Reference in New Issue
Block a user