Skip to content

Commit

Permalink
Merge pull request #45 from dfinity/aterga-patch-8
Browse files Browse the repository at this point in the history
Prepare README.md for documenting the legacy SNS flow & bump II canister wasm
  • Loading branch information
aterga authored Aug 4, 2023
2 parents 0da7bcd + fe438ac commit 963e8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The `sns-testing` solution is based on Docker; however, there are subtle issues
mv "${DX_NET_JSON}.tmp" "$DX_NET_JSON" 2>/dev/null # restore original config if it was present
```

While running these instructions for the first time, you may need to hit the ``Allow'' button to authorize the system to execute the binaries shipped with sns-testing, e.g., `./bin/dfx`.
While running these instructions for the first time, you may need to hit the "Allow" button to authorize the system to execute the binaries shipped with sns-testing, e.g., `./bin/dfx`.

This should print the dashboard URL:

Expand Down Expand Up @@ -133,7 +133,7 @@ After getting familiar with the basic scenario, you may replace the test caniste
2. Start a local replica instance:
```bash
SNS_TESTING_INSTANCE=$(
docker run -p 8000:8000 -p 8080:8080 -v "`pwd`":/dapp -d ghcr.io/dfinity/sns-testing:main dfx start --clean
docker run -p 8000:8000 -p 8080:8080 -v "`pwd`":/dapp -d ghcr.io/dfinity/sns-testing:v1-legacy dfx start --clean
)
while ! docker logs $SNS_TESTING_INSTANCE 2>&1 | grep -m 1 'Dashboard:'
do
Expand Down
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export DX_IDENT="default"

# you can find available II releases here:
# https://github.com/dfinity/internet-identity/tags
export II_RELEASE="release-2023-04-28"
export II_RELEASE="release-2023-07-28"

# you can find NNS proposals upgrading system canisters here:
# https://dashboard.internetcomputer.org/governance?topic=TOPIC_NETWORK_CANISTER_MANAGEMENT
Expand Down

0 comments on commit 963e8c1

Please sign in to comment.