Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jul 7, 2024
1 parent aea027e commit e8f5974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interchaintest/utils/interchainvalues.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ func (s *InterchainValues) getChainFactory() *interchaintest.BuiltinChainFactory
},
}

// '.app_state .sequencer["sequencers"]=[{"name": "test-1", "consensus_pubkey": {"@type": "/cosmos.crypto.ed25519.PubKey","key":$pubKey}}]'

name := s.LazyChain.Sidecars[0].HostName()
_, _, err = s.LazyChain.Validators[0].Exec(s.Ctx, []string{"sh", "-c", fmt.Sprintf(`echo "[rollkit]
da_address = \"http://%s:%s\"" >> /var/cosmos-chain/lazychain/config/config.toml`, name, "7980")}, []string{})
Expand Down

0 comments on commit e8f5974

Please sign in to comment.