Skip to content

Commit

Permalink
Use mainnet sns-aggregator for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Aug 22, 2024
1 parent 588a622 commit 640107f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
timeout-minutes: 60
env:
NNS_DAPP_APP_SUBNET_CANISTER_ID: "xnjld-hqaaa-aaaal-qb56q-cai"
SNS_AGGREGATOR_APP_SUBNET_CANISTER_ID: "otgyv-wyaaa-aaaak-qcgba-cai"
# beta sns aggregator
# SNS_AGGREGATOR_APP_SUBNET_CANISTER_ID: "otgyv-wyaaa-aaaak-qcgba-cai"
# mainnet sns aggregator
SNS_AGGREGATOR_APP_SUBNET_CANISTER_ID: "3r4gx-wqaaa-aaaaq-aaaia-cai"
DFX_NETWORK: app
steps:
- name: Checkout nns-dapp
Expand Down

0 comments on commit 640107f

Please sign in to comment.