Skip to content

docs: Update FHERC20 import to use named import and original package#10

Open
Akhil-2310 wants to merge 1 commit intoFhenixProtocol:masterfrom
Akhil-2310:docs/fix-fherc20-import
Open

docs: Update FHERC20 import to use named import and original package#10
Akhil-2310 wants to merge 1 commit intoFhenixProtocol:masterfrom
Akhil-2310:docs/fix-fherc20-import

Conversation

@Akhil-2310
Copy link

Description

This PR updates the Quick Start code example in the FHERC20 overview documentation to point to the correct npm package.

Changes made:

  • Updated Package Reference: Changed the import from @fhenixprotocol/contracts to fhenix-confidential-contracts.
  • Switched to Named Imports: Changed the global import (import "@fhenixprotocol/contracts/FHERC20.sol") to a explicit named import (import { FHERC20 } from "fhenix-confidential-contracts/contracts/FHERC20.sol").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants