Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation CI is currently broken when using the latest IC commit: https://github.com/dfinity/snsdemo/actions/runs/7960043264 This is because the latests SNS WASM install the index canister with install arguments accepted by the index-ng canister but not by the (non-ng) index canister. We upload SNS wasms in `bin/dfx-sns-wasm-upload`, which reads from `bin/sns_dfx.json` which wasms to download. # Changes 1. Change `bin/sns_dfx.json` such that `bin/dfx-sns-wasm-upload` downloads the index-ng wasm. 2. Use the correct corresponding candid. 3. Update the pinned version of IC commit we use to one that support index-ng. # Tested Both "current" and "latest" pass: https://github.com/dfinity/snsdemo/actions/runs/7962223917/job/21735204419?pr=323
- Loading branch information