Skip to content

Commit

Permalink
Prt 216 fix param types - Remaining specs (#444)
Browse files Browse the repository at this point in the history
* specs are fixed

* chainlib interfaces type fix

* debug logs removed

* type fix for readme & optimism_fast_lookup spec
  • Loading branch information
candostyavuz authored Apr 27, 2023
1 parent a19bfa6 commit 43c7af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The following example is a spec proposal of Optimism mainnet and testnet. Note t
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -162,7 +162,7 @@ The following example is a spec proposal of Optimism mainnet and testnet. Note t
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -186,7 +186,7 @@ The following example is a spec proposal of Optimism mainnet and testnet. Note t
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -210,7 +210,7 @@ The following example is a spec proposal of Optimism mainnet and testnet. Note t
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -234,7 +234,7 @@ The following example is a spec proposal of Optimism mainnet and testnet. Note t
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand Down
10 changes: 5 additions & 5 deletions cookbook/backups/spec_add_optimism_fast_lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -68,7 +68,7 @@
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -92,7 +92,7 @@
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -116,7 +116,7 @@
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand All @@ -140,7 +140,7 @@
"stateful": 0
},
"interface": "jsonrpc",
"type": "GET",
"type": "POST",
"extra_compute_units": "0"
}
]
Expand Down

0 comments on commit 43c7af7

Please sign in to comment.