diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 39a253b..279390e 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -1408,7 +1408,7 @@ }, "l1_gas_price": { "title": "L1 gas price", - "descritpion": "The price of l1 gas in the block", + "description": "The price of l1 gas in the block", "$ref": "#/components/schemas/RESOURCE_PRICE" }, "starknet_version": { @@ -1450,7 +1450,7 @@ }, "l1_gas_price": { "title": "L1 gas price", - "descritpion": "The price of l1 gas in the block", + "description": "The price of l1 gas in the block", "$ref": "#/components/schemas/RESOURCE_PRICE" }, "starknet_version": { @@ -2232,6 +2232,7 @@ "DEPLOY_ACCOUNT_TXN_V1": { "title": "Deploy account transaction", "description": "Deploys an account contract, charges fee from the pre-funded account addresses", + "type": "object", "properties": { "type": { "title": "Deploy account", @@ -2295,6 +2296,7 @@ "DEPLOY_ACCOUNT_TXN_V3": { "title": "Deploy account transaction", "description": "Deploys an account contract, charges fee from the pre-funded account addresses", + "type": "object", "properties": { "type": { "title": "Deploy account", @@ -2434,6 +2436,7 @@ "INVOKE_TXN_V0": { "title": "Invoke transaction V0", "description": "invokes a specific function in the desired contract (not necessarily an account)", + "type": "object", "properties": { "type": { "title": "Type", @@ -3684,7 +3687,7 @@ "type": "object", "properties": { "amount": { - "title": "Amunt", + "title": "Amount", "description": "amount paid", "$ref": "#/components/schemas/FELT" },