Skip to content

Commit

Permalink
feat: upgrade to 0.7.0 rpc spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Aug 27, 2024
1 parent da7b629 commit ea613d6
Show file tree
Hide file tree
Showing 7 changed files with 5,276 additions and 165 deletions.
6 changes: 3 additions & 3 deletions etc/spec/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ cd ../beerus
## Generate the code
RUST_LOG=off ./tmp/iamgroot CODE \
etc/spec/starknet/0.6.0/starknet_query_api_openrpc.json \
etc/spec/starknet/0.6.0/starknet_write_api_openrpc.json \
etc/spec/starknet/0.6.0/starknet_trace_api_openrpc.json \
etc/spec/starknet/0.7.0/starknet_query_api_openrpc.json \
etc/spec/starknet/0.7.0/starknet_write_api_openrpc.json \
etc/spec/starknet/0.7.0/starknet_trace_api_openrpc.json \
etc/spec/pathfinder_api_openrpc.json \
--async --blocking --client --reexport > ./src/gen.rs
Expand Down
Loading

0 comments on commit ea613d6

Please sign in to comment.