Skip to content

Commit

Permalink
fix: typos (#172)
Browse files Browse the repository at this point in the history
* fix typo
  • Loading branch information
omahs authored Nov 17, 2023
1 parent 560751f commit d745354
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions packages/starknet-snap/openrpc/starknet_snap_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "starkNet_extractPublicKey",
"summary": "Extract public key from an Starknet account address",
"summary": "Extract public key from a Starknet account address",
"paramStructure": "by-name",
"params": [
{
Expand Down Expand Up @@ -147,8 +147,8 @@
},
{
"name": "maxMissed",
"summary": "Maximum number of unitialized addresses hit during the recovery process",
"description": "Maximum number of unitialized addresses (i.e. account with no signer) hit during the recovery process (default to 1)",
"summary": "Maximum number of uninitialized addresses hit during the recovery process",
"description": "Maximum number of uninitialized addresses (i.e. account with no signer) hit during the recovery process (default to 1)",
"required": false,
"schema": {
"type": "integer",
Expand Down Expand Up @@ -882,7 +882,7 @@
{
"name": "invocationDetails",
"summary": "Transaction configurate parameters",
"description": "A struct consist of maxFee, nonce and version",
"description": "A struct consists of maxFee, nonce and version",
"required": false,
"schema": {
"$ref": "#/components/schemas/INVOCATION_DETAILS"
Expand Down Expand Up @@ -925,7 +925,7 @@
{
"name": "txnInvocation",
"summary": "Transaction(s)",
"description": "Array or Object that consist of transaction payload",
"description": "Array or Object that consists of transaction payload",
"required": true,
"schema": {
"$ref": "#/components/schemas/INVOCATION_PAYLOAD"
Expand All @@ -934,7 +934,7 @@
{
"name": "abis",
"summary": "abis",
"description": "Array or Object that consist of abi",
"description": "Array or Object that consists of abi",
"required": false,
"schema": {
"$ref": "#/components/schemas/ABIS"
Expand All @@ -943,7 +943,7 @@
{
"name": "invocationDetails",
"summary": "Transaction configurate parameters",
"description": "A struct consist of maxFee, nonce and version",
"description": "A struct consists of maxFee, nonce and version",
"required": false,
"schema": {
"$ref": "#/components/schemas/INVOCATION_DETAILS"
Expand All @@ -953,7 +953,7 @@
"result": {
"name": "result",
"summary": "Transaction result",
"description": "Transaction result consist of transaction hash",
"description": "Transaction result consists of transaction hash",
"schema": {
"$ref": "#/components/schemas/SEND_TRANSACTION_RESULT"
}
Expand Down Expand Up @@ -986,7 +986,7 @@
{
"name": "contractPayload",
"summary": "Payload of the contract",
"description": "Object that consist of contract payload",
"description": "Object that consists of contract payload",
"required": true,
"schema": {
"$ref": "#/components/schemas/CONTRACT_PAYLOAD"
Expand All @@ -995,7 +995,7 @@
{
"name": "invocationDetails",
"summary": "Transaction configurate parameters",
"description": "A struct consist of maxFee, nonce and version",
"description": "A struct consists of maxFee, nonce and version",
"required": false,
"schema": {
"$ref": "#/components/schemas/INVOCATION_DETAILS"
Expand All @@ -1005,7 +1005,7 @@
"result": {
"name": "result",
"summary": "Transaction result",
"description": "Transaction result consist of transaction hash and class hash",
"description": "Transaction result consists of transaction hash and class hash",
"schema": {
"$ref": "#/components/schemas/DECLARE_CONTRACT_RESULT"
}
Expand Down Expand Up @@ -1050,7 +1050,7 @@
{
"name": "abis",
"summary": "abis",
"description": "Array or Object that consist of abi",
"description": "Array or Object that consists of abi",
"required": false,
"schema": {
"$ref": "#/components/schemas/ABIS"
Expand All @@ -1059,7 +1059,7 @@
{
"name": "transactionsDetail",
"summary": "Transaction Sign configurate parameters",
"description": "A struct consist of maxFee, nonce, version, walletAddress, chainId and cairoVersion",
"description": "A struct consists of maxFee, nonce, version, walletAddress, chainId and cairoVersion",
"required": false,
"schema": {
"$ref": "#/components/schemas/SIGNER_INVOCATION_DETAILS"
Expand All @@ -1069,7 +1069,7 @@
"result": {
"name": "result",
"summary": "Sign Transaction result",
"description": "Sign Transaction result consist of list of string",
"description": "Sign Transaction result consists of list of string",
"schema": {
"type": "array"
}
Expand Down Expand Up @@ -1595,7 +1595,7 @@
},
"overallFee": {
"type": "string",
"description": "Overall gas fee in in decimal string"
"description": "Overall gas fee in decimal string"
},
"gasConsumed": {
"type": "string",
Expand Down Expand Up @@ -1626,7 +1626,7 @@
},
"overallFee": {
"type": "string",
"description": "Overall gas fee in in decimal string"
"description": "Overall gas fee in decimal string"
},
"gasConsumed": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ The Github terraform repository needs the following action secrets, gathered usi

## References

* [AWS Region Abreviations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/aws-usage-report-understand.html)
* [AWS Region Abbreviations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/aws-usage-report-understand.html)

0 comments on commit d745354

Please sign in to comment.