mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
69671cf6c6
* WIP:feature/rewrite-devnettest-to-cobra * Add parity commands * Update dev chain md
8 lines
114 B
Go
8 lines
114 B
Go
package main
|
|
|
|
import "github.com/ledgerwatch/erigon/cmd/devnettest/commands"
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|