-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Ask Cookbook integration comments for ask cookbook * updated yarn lock * fixed broken link --------- Co-authored-by: Anton Dosta <[email protected]>
- Loading branch information
Showing
4 changed files
with
3,752 additions
and
2,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import React from 'react'; | ||
import SearchBar from '@theme-original/SearchBar'; | ||
import AskCookbook from '@cookbookdev/docsbot/react'; | ||
|
||
// This is a public key, so it's safe to hardcode it. | ||
// To get a new one or request access to the internal portal (If you work for the Web3JS), contact the cookbook.dev team at [email protected]. | ||
const ASK_COOKBOOK_PUBLIC_KEY = | ||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NjdjNzc3YzNmOGY3Mzk2MGYzZGNiOGYiLCJpYXQiOjE3MTk0MzMwODQsImV4cCI6MjAzNTAwOTA4NH0.OXWVNJMxMuEGG1oWetW_a9005r8hmQ6RbF19wbrpTlk'; | ||
|
||
export default function SearchBarWrapper(props) { | ||
return ( | ||
<> | ||
<SearchBar {...props} /> | ||
<AskCookbook apiKey={ASK_COOKBOOK_PUBLIC_KEY} /> | ||
</> | ||
); | ||
} |
Oops, something went wrong.
dee14ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
processingTx
8716
ops/sec (±3.97%
)9422
ops/sec (±3.54%
)1.08
processingContractDeploy
36497
ops/sec (±7.62%
)40005
ops/sec (±6.29%
)1.10
processingContractMethodSend
15013
ops/sec (±8.57%
)15941
ops/sec (±7.57%
)1.06
processingContractMethodCall
26237
ops/sec (±8.16%
)27197
ops/sec (±8.39%
)1.04
abiEncode
40303
ops/sec (±7.72%
)45246
ops/sec (±6.54%
)1.12
abiDecode
29321
ops/sec (±6.40%
)30727
ops/sec (±7.98%
)1.05
sign
1505
ops/sec (±3.42%
)1542
ops/sec (±2.93%
)1.02
verify
359
ops/sec (±0.51%
)374
ops/sec (±0.56%
)1.04
This comment was automatically generated by workflow using github-action-benchmark.