Skip to content

Commit

Permalink
second
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga committed Dec 28, 2024
1 parent 9bbd522 commit eb6a651
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 9 deletions.
110 changes: 103 additions & 7 deletions dfx.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,120 @@
{
"canisters": {
"nns-dapp": {
"internet_identity": {
"candid": "candid/internet_identity.did",
"type": "custom",
"wasm": "internet_identity_dev.wasm"
},
"nns-cycles-minting": {
"build": "",
"candid": "candid/nns-cycles-minting.did",
"remote": {
"id": {
"ic": "rkp4c-7iaaa-aaaaa-aaaca-cai",
"local": "rkp4c-7iaaa-aaaaa-aaaca-cai"
}
},
"type": "custom",
"wasm": ""
},
"nns-dapp": {
"candid": "candid/nns-dapp.did",
"type": "custom",
"wasm": "nns-dapp.wasm"
},
"internet_identity": {
"nns-genesis-token": {
"build": "",
"candid": "candid/nns-genesis-token.did",
"remote": {
"id": {
"ic": "renrk-eyaaa-aaaaa-aaada-cai",
"local": "renrk-eyaaa-aaaaa-aaada-cai"
}
},
"type": "custom",
"candid": "candid/internet_identity.did",
"wasm": "internet_identity_dev.wasm"
"wasm": ""
},
"sns_aggregator": {
"nns-governance": {
"build": "",
"candid": "candid/nns-governance.did",
"remote": {
"id": {
"ic": "rrkah-fqaaa-aaaaa-aaaaq-cai",
"local": "rrkah-fqaaa-aaaaa-aaaaq-cai"
}
},
"type": "custom",
"wasm": ""
},
"nns-ledger": {
"build": "",
"candid": "candid/nns-ledger.did",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai",
"local": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
},
"type": "custom",
"wasm": ""
},
"nns-lifeline": {
"build": "",
"candid": "candid/nns-lifeline.did",
"remote": {
"id": {
"ic": "rno2w-sqaaa-aaaaa-aaacq-cai",
"local": "rno2w-sqaaa-aaaaa-aaacq-cai"
}
},
"type": "custom",
"wasm": ""
},
"nns-registry": {
"build": "",
"candid": "candid/nns-registry.did",
"remote": {
"id": {
"ic": "rwlgt-iiaaa-aaaaa-aaaaa-cai",
"local": "rwlgt-iiaaa-aaaaa-aaaaa-cai"
}
},
"type": "custom",
"wasm": ""
},
"nns-root": {
"build": "",
"candid": "candid/nns-root.did",
"remote": {
"id": {
"ic": "r7inp-6aaaa-aaaaa-aaabq-cai",
"local": "r7inp-6aaaa-aaaaa-aaabq-cai"
}
},
"type": "custom",
"wasm": ""
},
"nns-sns-wasm": {
"build": "",
"candid": "candid/nns-sns-wasm.did",
"remote": {
"id": {
"ic": "qaa6y-5yaaa-aaaaa-aaafa-cai",
"local": "qaa6y-5yaaa-aaaaa-aaafa-cai"
}
},
"type": "custom",
"wasm": ""
},
"sns_aggregator": {
"candid": "candid/sns_aggregator.did",
"type": "custom",
"wasm": "sns_aggregator.wasm"
},
"test": {
"candid": "candid/test.did",
"type": "rust",
"package": "test"
"package": "test",
"type": "rust"
}
}
}
2 changes: 1 addition & 1 deletion let_nns_control_dapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# `sns let-nns-control-dapp` or something like that. Then, we no longer need yq
# in Dockerfile.

set -xeuo pipefail
set -euo pipefail

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

Expand Down
2 changes: 1 addition & 1 deletion propose_sns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# 2. This does not take a CONFIG argument.

set -xeuo pipefail
set -euo pipefail

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

Expand Down

0 comments on commit eb6a651

Please sign in to comment.