Skip to content

Commit b3904a9

Browse files
authored
release 24.3.0 (#985)
# Release Notes - fix: remove ethers deps (2f64c18) - fix: update exchange rate price feed (7ddfa9f) # Config Changes - The GRT/USD exchange rate source watches contracts on Arbitrum One, rather than Ethereum mainnet. So the `exchange_rate_provider` should be set to an Arbitrum One RPC URL.
1 parent 1e0e378 commit b3904a9

File tree

2 files changed

+20
-70
lines changed

2 files changed

+20
-70
lines changed

Cargo.lock

Lines changed: 19 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "graph-gateway"
4-
version = "24.2.1"
4+
version = "24.3.0"
55

66
[profile.release]
77
lto = true

0 commit comments

Comments
 (0)