Skip to content

Commit

Permalink
Merge pull request #173 from marioiordanov/master
Browse files Browse the repository at this point in the history
typo fix and added property to schema object (#173)
  • Loading branch information
ArielElp authored Nov 29, 2023
2 parents 50f8f97 + 9d73521 commit e03da4e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -3684,7 +3687,7 @@
"type": "object",
"properties": {
"amount": {
"title": "Amunt",
"title": "Amount",
"description": "amount paid",
"$ref": "#/components/schemas/FELT"
},
Expand Down

0 comments on commit e03da4e

Please sign in to comment.