Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Sep 30, 2024
1 parent 932f509 commit c3bd91d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions packages/starknet-snap/openrpc/starknet_snap_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,12 +1366,7 @@
"properties": {
"type": {
"type": "string",
"enum": [
"DECLARE",
"DEPLOY",
"DEPLOY_ACCOUNT",
"INVOKE_FUNCTION"
]
"enum": ["DECLARE", "DEPLOY", "DEPLOY_ACCOUNT", "INVOKE_FUNCTION"]
},
"payload": {
"$ref": "#/components/schemas/INVOCATION_PAYLOAD"
Expand Down Expand Up @@ -1469,18 +1464,12 @@
},
"VOYAGER_TXN_TYPE": {
"type": "string",
"enum": [
"invoke",
"deploy"
],
"enum": ["invoke", "deploy"],
"description": "The txn type of the transaction from Voyager. May not be a full list here and subject to change"
},
"VOYAGER_TXN_STATUS": {
"type": "string",
"enum": [
"Accepted on L2",
"Accepted on L1"
],
"enum": ["Accepted on L2", "Accepted on L1"],
"description": "The status of the transaction. May be unknown in case node is not aware of it"
},
"TYPED_DATA_SIGNATURE": {
Expand Down

0 comments on commit c3bd91d

Please sign in to comment.