Skip to content

Commit

Permalink
Develop to master (#116)
Browse files Browse the repository at this point in the history
updated the strato-run.sh to connect to mainnet
  • Loading branch information
nikitamendelbaum authored Jan 22, 2025
1 parent 0187f6a commit e0edc83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# STRATO Getting Started release notes

## 4.6.1

STRATO versions supported: v11.3.1+

- Updated the strato-run.sh to connect to Mercata main network

## 4.6.0

STRATO versions supported: v11.3.1+
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.0
4.6.1
6 changes: 1 addition & 5 deletions strato-run.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/bin/bash

# Note: `NODE_HOST` and `ssl` will be removed from the basic run script for future STRATO versions.

NODE_HOST="<DOMAIN_NAME>" \
network='mercata-hydrogen' \
certInfo='{"orgName":"BlockApps","orgUnit":"Mercata","commonName":"<COMMON_NAME>"}' \
OAUTH_CLIENT_ID="<CLIENT_ID>" \
OAUTH_CLIENT_SECRET="<CLIENT_SECRET>" \
SENDGRID_API_KEY="<SENDGRID_API_KEY>" \
ssl=${ssl:-false} \
./strato

0 comments on commit e0edc83

Please sign in to comment.