Skip to content

Commit 901fb23

Browse files
authored
feat: post oracle config to DataEdge on startup (#40)
1 parent a49c878 commit 901fb23

File tree

5 files changed

+745
-12
lines changed

5 files changed

+745
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

availability-oracle/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "availability-oracle"
3-
version = "0.3.4"
3+
version = "1.4.0"
44
authors = ["Leonardo Yvens <[email protected]>"]
55
edition = "2018"
66

@@ -27,3 +27,4 @@ graphql-parser = "0.4.0"
2727
secp256k1 = "0.28.2"
2828
ethers = "2.0.14"
2929
url = "2.5.0"
30+
json-oracle-encoder = { path = "../crates/json-oracle-encoder" }

0 commit comments

Comments
 (0)