Skip to content

Commit

Permalink
lower freezing threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Sep 30, 2024
1 parent 6687761 commit a02ea1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
CANISTER_NAME="nns-dapp"
# Note: inputs.mode is set if this workflow is run manually, using `workflow_dispatch` defined above.
# If the workflow is triggered in another way, the inputs are not defined so we need to specify a default again.
dfx canister update-settings nns-dapp --freezing-threshold 10000 --network "$DFX_NETWORK"
dfx canister update-settings nns-dapp --compute-allocation 1 --network "$DFX_NETWORK"
dfx canister status nns-dapp --network "$DFX_NETWORK"
scripts/nns-dapp/deploy-in-chunks \
Expand All @@ -110,6 +111,7 @@ jobs:
--mode "${{ inputs.mode || 'upgrade' }}" \
--wasm "out/nns-dapp_noassets.wasm.gz" \
--argument_file "out/nns-dapp-arg-${DFX_NETWORK}.did"
dfx canister update-settings nns-dapp --freezing-threshold 2592000 --network "$DFX_NETWORK"
- name: Deploy sns_aggregator
if: (inputs.canisters == 'all') || (inputs.canisters == 'sns_aggregator') || ( github.event_name != 'workflow_dispatch' )
run: |
Expand Down

0 comments on commit a02ea1d

Please sign in to comment.