Skip to content

Commit

Permalink
tests/e2e/genesis: update mainnet genesis dump artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Nov 28, 2023
1 parent 6ca10a8 commit d77922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/oasis-test-runner/scenario/e2e/genesis_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
// Mainnet genesis dump at height: 11645601.
genesisURL = "https://oasis-artifacts.s3.us-east-2.amazonaws.com/genesis_mainnet_dump_11645601.json"
genesisURL = "https://oasis-artifacts.s3.eu-central-1.amazonaws.com/genesis_mainnet_dump_11645601.json"
genesisSHA256 = "16386902d822227d0ba1e011ab84a754a48c61457e06240986f9c00e84895459" // #nosec G101

genesisNeedsUpgrade = true
Expand Down

0 comments on commit d77922c

Please sign in to comment.