Skip to content

Commit

Permalink
change two more names
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jun 25, 2023
1 parent 3857757 commit f548031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func ChangeoverTestRun() TestRun {
chainConfigs: map[chainID]ChainConfig{
chainID("provi"): {
chainId: chainID("provi"),
binaryName: "interchain-security-pd",
binaryName: "providerd",
ipPrefix: "7.7.7",
votingWaitTime: 20,
genesisChanges: ".app_state.gov.params.voting_period = \"20s\" | " +
Expand All @@ -376,8 +376,8 @@ func ChangeoverTestRun() TestRun {
},
chainID("sover"): {
chainId: chainID("sover"),
binaryName: "interchain-security-sd",
upgradeBinary: "interchain-security-cdd",
binaryName: "sovereignd",
upgradeBinary: "consumerd",
ipPrefix: "7.7.8",
votingWaitTime: 20,
genesisChanges: ".app_state.gov.params.voting_period = \"20s\" | " +
Expand Down

0 comments on commit f548031

Please sign in to comment.