From be947f85fa2480bfe8ae32673745c26c565080cb Mon Sep 17 00:00:00 2001 From: kaladinlight <35275952+kaladinlight@users.noreply.github.com> Date: Fri, 17 Dec 2021 09:50:55 -0700 Subject: [PATCH] Cleanup --- README.md | 2 +- cmd/cosmos/sample.config.json | 4 ++-- cmd/osmosis/sample.config.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea2a797..ebfc716 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Unchained is a multi-blockchain backend interface with three main goals: ## Notes - The cosmos coinstack is used in all examples. If you wish to run a different coinstack, just replace `cosmos` with the coinstack name you wish to run -- All paths are relative to the root unchained directory (ex. `go-unchained/{path}`) +- All paths are relative to the root go-unchained directory (ex. `go-unchained/{path}`) ## Initial Setup diff --git a/cmd/cosmos/sample.config.json b/cmd/cosmos/sample.config.json index b625409..32179db 100644 --- a/cmd/cosmos/sample.config.json +++ b/cmd/cosmos/sample.config.json @@ -1,6 +1,6 @@ { - "lcdUrl": "https://cosmoshub-4--lcd--archive.datahub.figment.io", + "lcdUrl": "cosmoshub-4--lcd--archive.datahub.figment.io", "grpcUrl": "cosmoshub-4--grpc--archive.grpc.datahub.figment.io:443", - "rpcUrl": "https://cosmoshub-4--rpc--archive.datahub.figment.io", + "rpcUrl": "cosmoshub-4--rpc--archive.datahub.figment.io", "apiKey": "" } diff --git a/cmd/osmosis/sample.config.json b/cmd/osmosis/sample.config.json index 0d5a9d4..fd797cc 100644 --- a/cmd/osmosis/sample.config.json +++ b/cmd/osmosis/sample.config.json @@ -1,6 +1,6 @@ { - "lcdUrl": "https://osmosis-1--lcd--archive.datahub.figment.io", + "lcdUrl": "osmosis-1--lcd--archive.datahub.figment.io", "grpcUrl": "osmosis-1--grpc--archive.grpc.datahub.figment.io:443", - "rpcUrl": "https://osmosis-1--rpc--archive.datahub.figment.io", + "rpcUrl": "osmosis-1--rpc--archive.datahub.figment.io", "apiKey": "" }