Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated firebolt spec url #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Click the "Load Unpacked" button (top left corner of browser window)
Navigate to the directory under browser-extensions which contains a manifest.json file and click "Select"
```

Now you can access core/manage OpenRPC from HTTP by adding `"url": "https://rdkcentral.github.io/firebolt/requirements/latest/specifications/firebolt-open-rpc.json"` in `mf.config.SAMPLE.json` and copying to `mf.config.json`.
Now you can access core/manage OpenRPC from HTTP by adding `"url": "https://rdkcentral.github.io/firebolt/requirements/next/specifications/firebolt-open-rpc.json"` in `mf.config.SAMPLE.json` and copying to `mf.config.json`.

# Usage (via Docker, if you prefer)

Expand Down
2 changes: 1 addition & 1 deletion server/src/.mf.config.SAMPLE.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cliFlag": null,
"cliShortFlag": null,
"url_Note": "Can be changed to test different versions of the firebolt-open-rpc",
"url": "https://rdkcentral.github.io/firebolt/requirements/latest/specifications/firebolt-open-rpc.json",
"url": "https://rdkcentral.github.io/firebolt/requirements/next/specifications/firebolt-open-rpc.json",
"enabled": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion server/test/suite/config.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test(`config works properly`, () => {
cliShortFlag: null,
enabled: true,
url_Note: "Can be changed to test different versions of the firebolt-open-rpc",
url: "https://rdkcentral.github.io/firebolt/requirements/latest/specifications/firebolt-open-rpc.json",
url: "https://rdkcentral.github.io/firebolt/requirements/next/specifications/firebolt-open-rpc.json",
name: "core",
},
{
Expand Down
Loading