Skip to content

Commit

Permalink
Added support for arabica-11 in download-genesis command
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajit20 committed Jan 3, 2024
1 parent 3e494b1 commit e307301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/celestia-appd/cmd/download_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var chainIDToSha256 = map[string]string{
"celestia": "9727aac9bbfb021ce7fc695a92f901986421283a891b89e0af97bc9fad187793",
"mocha-4": "0846b99099271b240b638a94e17a6301423b5e4047f6558df543d6e91db7e575",
"arabica-10": "fad0a187669f7a2c11bb07f9dc27140d66d2448b7193e186312713856f28e3e1",
"arabica-11": ""

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / govulncheck

missing ',' before newline in composite literal

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-coverage

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-race

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-race

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-race

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-short

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-short

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-short

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 22 in cmd/celestia-appd/cmd/download_genesis.go

View workflow job for this annotation

GitHub Actions / test / test-fuzz

syntax error: unexpected newline in composite literal; possibly missing comma or }
}

func downloadGenesisCommand() *cobra.Command {
Expand Down

0 comments on commit e307301

Please sign in to comment.