Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from zhamppx97/rest-endpoints-base-url
Browse files Browse the repository at this point in the history
fix base url oracle scripts
  • Loading branch information
pzshine authored Sep 9, 2021
2 parents 6bc13c6 + 832fd81 commit d5ef93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ curl -X GET https://api-gm-lb.bandchain.org/oracle/data_sources/1

```bash
$ bandcli query oracle oracle-script 1
$ curl -X GET http://gyms1.bandchain.org:26657//oracle/oracle_scripts/1
$ curl -X GET https://api-gm-lb.bandchain.org/oracle/oracle_scripts/1
{
"height": "10000",
"result": {
Expand Down

0 comments on commit d5ef93c

Please sign in to comment.