Skip to content

Commit

Permalink
import BROADCASTED_DECLARE_TXN in write api (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama authored Nov 30, 2023
1 parent 6e0d2ce commit e239fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/starknet_write_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
"BROADCASTED_INVOKE_TXN": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BROADCASTED_INVOKE_TXN"
},
"DECLARE_TXN": {
"$ref": "./starknet_api_openrpc.json#/components/schemas/DECLARE_TXN"
"BROADCASTED_DECLARE_TXN": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BROADCASTED_DECLARE_TXN"
},
"BROADCASTED_DEPLOY_ACCOUNT_TXN": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BROADCASTED_DEPLOY_ACCOUNT_TXN"
Expand Down

0 comments on commit e239fcc

Please sign in to comment.