You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2023. It is now read-only.
I tried running "yarn bootstrap-testnet" and says "error TS2304: Cannot find name 'loadFile'"
in this file https://github.com/tqtezos/minter-sdk/blob/main/packages/minter-contracts/src/bootstrap-contracts-config.ts
at line 151
const code = await loadFile(codeFilepath);