Skip to content

Commit

Permalink
Fix padded felt regex, remove dangling entry_point
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Apr 17, 2024
1 parent cdd4a2b commit 78c9052
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wallet-api/wallet_rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,11 +637,8 @@
"PADDED_FELT": {
"type": "string",
"title": "Padded felt",
"description": "A padded felt represented as up to 62 hex digits, 3 bits, and 5 leading zeroes.",
"pattern": "^0x(0|[0-7]{1}[a-fA-F0-9]{0,62}$)"
},
"SIERRA_ENTRY_POINT": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/SIERRA_ENTRY_POINT"
"description": "A padded felt represented as 62 hex digits, 3 bits, and 5 leading zero bits.",
"pattern": "^0x(0[0-7]{1}[a-fA-F0-9]{62}$)"
},
"CONTRACT_CLASS": {
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/CONTRACT_CLASS"
Expand Down

0 comments on commit 78c9052

Please sign in to comment.