Skip to content

Commit

Permalink
Remove sns import
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop committed Aug 8, 2024
1 parent b587554 commit 695005c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion deploy_sns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ic-admin \
--summary "This proposal whitelists developer's principal to deploy SNS"

${DFX} nns import --network-mapping "${DX_NETWORK}=mainnet"
${DFX} sns import
if [ "${CANISTER_TEST}" == "_test" ]
then
curl -L "https://raw.githubusercontent.com/dfinity/ic/${IC_COMMIT}/rs/nns/governance/canister/governance_test.did" -o ./candid/nns-governance.did
Expand Down
1 change: 0 additions & 1 deletion propose_sns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dfx canister \
qaa6y-5yaaa-aaaaa-aaafa-cai # SNS-W canister

${DFX} nns import --network-mapping "${DX_NETWORK}=mainnet"
${DFX} sns import
if [ "${CANISTER_TEST}" == "_test" ]
then
curl -L "https://raw.githubusercontent.com/dfinity/ic/${IC_COMMIT}/rs/nns/governance/canister/governance_test.did" -o ./candid/nns-governance.did
Expand Down
1 change: 0 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ fi
set -uo pipefail

${DFX} nns import --network-mapping "${DX_NETWORK}=mainnet"
${DFX} sns import
if [ "${CANISTER_TEST}" == "_test" ]
then
curl -L "https://raw.githubusercontent.com/dfinity/ic/${IC_COMMIT}/rs/nns/governance/canister/governance_test.did" -o ./candid/nns-governance.did
Expand Down
1 change: 0 additions & 1 deletion setup_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ${DFX} extension install nns --version ${DFX_NNS_VERSION} || true
${DFX} extension install sns --version ${DFX_SNS_VERSION} || true

${DFX} nns import
${DFX} sns import
if [ "${CANISTER_TEST}" == "_test" ]
then
curl -L "https://raw.githubusercontent.com/dfinity/ic/${IC_COMMIT}/rs/nns/governance/canister/governance_test.did" -o ./candid/nns-governance.did
Expand Down

0 comments on commit 695005c

Please sign in to comment.