Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Dec 17, 2021
1 parent 11996c0 commit be947f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cmd/cosmos/sample.config.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
4 changes: 2 additions & 2 deletions cmd/osmosis/sample.config.json
Original file line number Diff line number Diff line change
@@ -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": ""
}

0 comments on commit be947f8

Please sign in to comment.