Skip to content

Commit

Permalink
docs: add utils to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 17, 2024
1 parent b8f001f commit 8e7ff56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ const ckBTCInputFiles = [
"./packages/ckbtc/src/utils/btc.utils.ts",
];

const ckETHInputFiles = ["./packages/cketh/src/minter.canister.ts"];
const ckETHInputFiles = [
"./packages/cketh/src/minter.canister.ts",
"./packages/ledger-icrc/src/utils/minter.utils.ts",
];

const icMgmtInputFiles = [
"./packages/ic-management/src/ic-management.canister.ts",
Expand Down

0 comments on commit 8e7ff56

Please sign in to comment.