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 cd1dc88 commit 9ec1165Copy full SHA for 9ec1165
cmd/txgaschart/app.go
@@ -7,13 +7,6 @@ import (
7
"github.com/spf13/cobra"
8
)
9
10
-// const (
11
-// rpcURL = "https://sepolia.infura.io/v3/f694519bed4a476bbe8905b8c2e00ace"
12
-// startBlock = uint64(9356826)
13
-// endBlock = uint64(9358826)
14
-// targetAddr = "0xeE76bECaF80fFe451c8B8AFEec0c21518Def02f9"
15
-// )
16
-
17
type args struct {
18
rpcURL string
19
rateLimit float64
0 commit comments