Rebrand to cerc-io/tx-spammer (#15)

This commit was merged in pull request #15.
This commit is contained in:
2022-12-21 09:59:07 -06:00
committed by GitHub
parent d4436948ac
commit e09975d0c8
22 changed files with 84 additions and 129 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/vulcanize/tx_spammer/pkg/auto"
"github.com/cerc-io/tx-spammer/pkg/auto"
)
// autoSendCmd represents the autoSend command
+1 -1
View File
@@ -33,7 +33,7 @@ var (
)
var rootCmd = &cobra.Command{
Use: "tx_spammer",
Use: "tx-spammer",
PersistentPreRun: initFuncs,
}
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/vulcanize/tx_spammer/pkg/manual"
"github.com/cerc-io/tx-spammer/pkg/manual"
)
// sendTxsCmd represents the sendTxs command