Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c453d3c commit c01ef7fCopy full SHA for c01ef7f
README.md
@@ -26,11 +26,11 @@ func main() {
26
// or, if you are working with etherscan-family API like BscScan
27
//
28
// client := etherscan.NewCustomized(etherscan.Customization{
29
- // Timeout: 15 * time.Second,
30
- // Key: "You key here",
31
- // BaseURL: "https://api.bscscan.com/api?",
32
- // Verbose: false,
33
- // })
+ // Timeout: 15 * time.Second,
+ // Key: "You key here",
+ // BaseURL: "https://api.bscscan.com/api?",
+ // Verbose: false,
+ // })
34
35
// (optional) add hooks, e.g. for rate limit
36
client.BeforeRequest = func(module, action string, param map[string]interface{}) error {
0 commit comments