Skip to content

Commit

Permalink
Add minimum CU of 1 (even though it's disabled - should be fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Oct 1, 2024
1 parent c1ab96a commit 74cd04f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cookbook/specs/evmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,30 +1593,37 @@
"apis": [
{
"name": "debug_getBadBlocks",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawBlock",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawHeader",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawReceipts",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_getRawTransaction",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_storageRangeAt",
"compute_units": 1,
"enabled": false
},
{
"name": "debug_traceCall",
"compute_units": 1,
"enabled": false
},
{
Expand Down

0 comments on commit 74cd04f

Please sign in to comment.