Skip to content

Commit

Permalink
Merge pull request #1827 from eqlabs/mirko/bump-rpc
Browse files Browse the repository at this point in the history
chore(rpc/v0.7): bump spec version
  • Loading branch information
Mirko-von-Leipzig authored Feb 27, 2024
2 parents 3e4a208 + c53c00d commit d528175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/src/v07.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn register_routes() -> RpcRouterBuilder {
.register("starknet_getBlockWithTxs", method::get_block_with_txs)
.register("starknet_getTransactionReceipt", method::get_transaction_receipt)
.register("starknet_simulateTransactions", method::simulate_transactions)
.register("starknet_specVersion", || "0.7.0-rc0")
.register("starknet_specVersion", || "0.7.0-rc2")
.register("starknet_traceBlockTransactions", method::trace_block_transactions)
.register("starknet_traceTransaction", method::trace_transaction)
.register("starknet_getBlockWithReceipts", method::get_block_with_receipts)
Expand Down

0 comments on commit d528175

Please sign in to comment.