Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Sep 25, 2024
1 parent 913dfa4 commit 0cd34b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/src/v08.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pub fn register_routes() -> RpcRouterBuilder {
RpcRouter::builder(crate::RpcVersion::V08)
.register("starknet_subscribeNewHeads", SubscribeNewHeads)
.register("starknet_subscribePendingTransactions", SubscribePendingTransactions)
.register("starknet_specVersion", || "0.8.0")
.register("starknet_specVersion", || "0.8.0-rc0")
}

0 comments on commit 0cd34b1

Please sign in to comment.