Closed mraszyk closed 1 year ago
@mraszyk Just a heads up. This file also needs to be updated to use DX
instead of DFX
https://github.com/dfinity/sns-testing/blob/mraszyk/change-script-dir/developer_neuron_id.sh
SNS upgrade proposals using quill rely on that :)
This PR bumps dfx to 0.14.1 and performs the necessary adjustments:
--pass-specified-ids
withic-nns-init
--specified-id
when creating II, NNS frontend dapp, and SNS aggregatorDFX_IDENTITY
toDX_IDENT
(DFX_IDENTITY
is actually used by dfx since 0.14.0, but we want to use that env variable for our own bookkeeping in the scripts)DFX_
in env vars toDX_
(to prevent "capture" we just experienced withDFX_IDENTITY
in the future), only keepingDFX_IC_COMMIT
which is intended to be used by dfx to pin the IC commit used