Skip to content

Commit

Permalink
service bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Sep 6, 2024
1 parent ed9bb95 commit ca6dbfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions modules/cli/cmd/devrunner/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (

// NOTE - do not include the 'v' at the beginning of the version number
CometbftVersion = "0.38.8"
AstriaSequencerVersion = "0.16.0"
AstriaComposerVersion = "0.8.2"
AstriaConductorVersion = "0.20.0"
AstriaSequencerVersion = "0.17.0"
AstriaComposerVersion = "0.8.3"
AstriaConductorVersion = "0.20.1"
)
4 changes: 2 additions & 2 deletions modules/cli/cmd/devrunner/config/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ func DefaultNetworksConfigs(defaultBinDir string) NetworkConfigs {
},
"dawn": {
SequencerChainId: "astria-dawn-" + cmd.DefaultDawnNum,
SequencerGRPC: "https://grpc.sequencer.dawn-" + cmd.DefaultDawnNum + ".devnet.astria.org/",
SequencerRPC: "https://rpc.sequencer.dawn-" + cmd.DefaultDawnNum + ".devnet.astria.org/",
SequencerGRPC: "https://grpc.sequencer.dawn-" + cmd.DefaultDawnNum + ".astria.org/",
SequencerRPC: "https://rpc.sequencer.dawn-" + cmd.DefaultDawnNum + ".astria.org/",
RollupName: "",
NativeDenom: "ibc/channel0/utia",
Services: map[string]ServiceConfig{
Expand Down

0 comments on commit ca6dbfb

Please sign in to comment.