Skip to content

Commit

Permalink
update nodeurl
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Oct 27, 2023
1 parent 114c344 commit 651e996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
debug: "false"
chain_id: "osmosis-1"
node_rpc: "https://rpc.osmosis.zone:443"
node_grpc: "https://rpc.osmosis.zone"
node_grpc: "https://rpc.osmosis.zone:443"
domain_name: "sqs.osmosis.zone"
path: "/"

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
debug: "true"
chain_id: "osmosis-1"
node_rpc: "https://rpc.osmosis.zone:443"
node_grpc: "https://rpc.osmosis.zone"
node_grpc: "https://rpc.osmosis.zone:443"
domain_name: "sqs.dev-osmosis.zone"
path: "/"
docker_server_url: "https://index.docker.io/v1/"
Expand Down

0 comments on commit 651e996

Please sign in to comment.