From 2e0a86f19e66d858d1f99ecfe7c22d3efa44bc33 Mon Sep 17 00:00:00 2001 From: Stefan Mendoza Date: Tue, 10 Oct 2023 12:57:56 -0400 Subject: [PATCH] More missed commands --- .github/workflows/CI.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index b482385..443d113 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -65,4 +65,4 @@ jobs: curl -L 'http://127.0.0.1:8080/account/balance' -H 'Content-Type: application/json' -d '{"account_identifier": {"address": "kGkfymFqB4aBVunXCW69EzQRDtkZkUQB44GB4XJnwNwqmWyRN"},"network_identifier": {"blockchain": "vara","network": "development"}}' - name: Run check:construction - run: ./bin/rosetta-cli --configuration-file ./test/development/config.json check:construction + run: ./bin/rosetta-cli --configuration-file ./test/vara-development/config.json check:construction diff --git a/README.md b/README.md index 0b164dd..7504ac2 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ If you have need to specify different port of Rosetta API server you 5. Run tests: - `check:construction` - *This test will check the correctness of a Rosetta Construction API Implementation* ```bash - /path/to/rosetta-cli --configuration-file ./test/development/config.json check:construction + /path/to/rosetta-cli --configuration-file ./test/vara-development/config.json check:construction ``` - `check:data` - *This test will check the correctness of a Rosetta Data API Implementation* ```bash - /path/to/rosetta-cli --configuration-file ./test/development/config.json check:data + /path/to/rosetta-cli --configuration-file ./test/vara-development/config.json check:data ``` ***See the documentation on using the rosetta-cli tool [here](https://www.rosetta-api.org/docs/rosetta_cli.html)***