Skip to content

Commit

Permalink
fix: ic.did source (#749)
Browse files Browse the repository at this point in the history
# Motivation

The `ic.did` file we use to generate the bindings for
`@dfinity/ic-management` has been moved to the
[portal](https://github.com/dfinity/portal/blob/master/docs/references/_attachments/ic.did)
and will now be handled there (confirmed by the team) instead of the
deprecated [interface-spec](https://github.com/dfinity/interface-spec/)
repo.

# Changes

- Update source for `ic.did` in `import-candid` script.

# Todos

- [ ] Add entry to changelog (if necessary).

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Nov 18, 2024
1 parent 9c0a5f6 commit aed8e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import-candid
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ import_did "rs/ethereum/cketh/minter/cketh_minter.did" "minter.did" "cketh"
import_did "rs/ethereum/ledger-suite-orchestrator/ledger_suite_orchestrator.did" "orchestrator.did" "cketh"

mkdir -p packages/ic-management/candid
download_did https://raw.githubusercontent.com/dfinity/interface-spec/master/spec/_attachments/ic.did "ic-management.did" "ic-management"
download_did https://raw.githubusercontent.com/dfinity/portal/master/docs/references/_attachments/ic.did "ic-management.did" "ic-management"
: Fin

0 comments on commit aed8e3b

Please sign in to comment.