Skip to content

Commit

Permalink
Merge pull request #58 from anchpop/main
Browse files Browse the repository at this point in the history
Add ENABLE_MY_TOKENS to the NNS-Dapp install args in setup.sh
  • Loading branch information
anchpop authored Jan 19, 2024
2 parents 69ef3ee + 30c89d5 commit 50dc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ${DFX} canister install nns-dapp --network "${NETWORK}" --wasm nns-dapp/out/nns-
record{ 0="API_HOST"; 1="'"${PROTOCOL}://${HOST_ENDPOINT}"'" };
record{ 0="CYCLES_MINTING_CANISTER_ID"; 1="rkp4c-7iaaa-aaaaa-aaaca-cai" };
record{ 0="DFX_NETWORK"; 1="testing" };
record{ 0="FEATURE_FLAGS"; 1="{\"ENABLE_CKBTC\":false,\"ENABLE_CKTESTBTC\":false,\"ENABLE_SNS_2\":false,\"ENABLE_SNS_AGGREGATOR\":true,\"ENABLE_SNS_VOTING\":true}" };
record{ 0="FEATURE_FLAGS"; 1="{\"ENABLE_CKBTC\":false,\"ENABLE_CKTESTBTC\":false,\"ENABLE_SNS_2\":false,\"ENABLE_SNS_AGGREGATOR\":true,\"ENABLE_SNS_VOTING\":true,\"ENABLE_MY_TOKENS\":true}" };
record{ 0="FETCH_ROOT_KEY"; 1="true" };
record{ 0="GOVERNANCE_CANISTER_ID"; 1="rrkah-fqaaa-aaaaa-aaaaq-cai" };
record{ 0="GOVERNANCE_CANISTER_URL"; 1="'"${PROTOCOL}://rrkah-fqaaa-aaaaa-aaaaq-cai.${HOST_ENDPOINT}"'" };
Expand Down

0 comments on commit 50dc6ee

Please sign in to comment.