Skip to content

Commit

Permalink
Update default network node URL to mainnet (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal authored Dec 17, 2024
1 parent f5b9269 commit 998c184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion server/int/api/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
DefaultDomain = "localhost"
DefaultNetworkNodeURL = "https://buildnet.massa.net/api/v2"
DefaultNetworkNodeURL = "https://mainnet.massa.net/api/v2"
DefaultAPIPort = 8080
)

Expand Down
2 changes: 0 additions & 2 deletions server/pkg/config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const (

MainnetChainID = 77658377
BuildnetChainID = 77658366

DefaultNodeURL = "https://buildnet.massa.net/api/v2"
)

func NewNetworkConfig(NodeURL string) msConfig.NetworkInfos {
Expand Down

0 comments on commit 998c184

Please sign in to comment.