Skip to content

Commit

Permalink
fix: updated silknodes domain (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored Jul 9, 2023
1 parent b338898 commit 982e73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/config/init/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const (
// TODO(#112): The avaialble hub networks should be read from YAML file
var Hubs = map[string]config.HubData{
StagingHubName: {
API_URL: "https://dymension.devnet.api.silknodes.io:443",
API_URL: "https://dymension-devnet.api.silknodes.io:443",
ID: "devnet_304-1",
RPC_URL: "https://dymension.devnet.rpc.silknodes.io:443",
RPC_URL: "https://dymension-devnet.rpc.silknodes.io:443",
},
LocalHubName: {
API_URL: "http://localhost:1318",
Expand Down

0 comments on commit 982e73c

Please sign in to comment.