-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-fix deploy script to use ceramic daemon location in local node
-Add button to update price
- Loading branch information
1 parent
d965395
commit 97cbeef
Showing
5 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ceramic_adapter", | ||
"mountedBinaries": { | ||
"ceramic": "/root/.nvm/versions/node/v14.17.0/bin/ceramic" | ||
"ceramic": "/usr/bin/ceramic" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fldist --node-id 12D3KooWKEprYXUXqoV5xSBeyqrWLpQLLH4PXfvVkDJtmcqmh5V3 --env "local" new_service --ms artifacts/ceramic_adapter.wasm:configs/ceramic_adapter_cfg.json artifacts/aggregator_service.wasm:configs/aggregator_service_cfg.json --name aggregator-service-0 | ||
fldist --node-id 12D3KooWCSLKALdhXgQzDBDqBx3WuA8sYRY7rATeo27bXrB1HB83 --node-addr /ip4/127.0.0.1/tcp/9999/ws/p2p/12D3KooWCSLKALdhXgQzDBDqBx3WuA8sYRY7rATeo27bXrB1HB83 --env "local" new_service --ms artifacts/ceramic_adapter.wasm:configs/ceramic_adapter_cfg.unix.json artifacts/aggregator_service.wasm:configs/aggregator_service_cfg.json --name aggregator-service-0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters