Skip to content

Commit

Permalink
update rpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmchougule committed Oct 13, 2023
1 parent 0cc9f31 commit 736f102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/celestia.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type CelestiaBridgeCommander struct {
// Reference from roller
const (
CelestiaRestApiEndpoint = "https://api.consensus.celestia-arabica-10.com"
DefaultCelestiaRPC = "consensus-full.celestia-arabica-10.com"
DefaultCelestiaNetwork = "arabica"
DefaultCelestiaRPC = "consensus-validator.celestia-arabica-10.com"
DefaultCelestiaNetwork = "arabica-10"
)

func NewCelestiaLightCommander() *CelestiaLightCommander {
Expand Down

0 comments on commit 736f102

Please sign in to comment.