From 651e9962e005155bf030f6e2e7be6149df1e8235 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Fri, 27 Oct 2023 14:16:38 -0600 Subject: [PATCH] update nodeurl --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c84b73b2..1238285d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: "/" @@ -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/"