Skip to content

Commit

Permalink
fixed wrong link to fherc20 repo
Browse files Browse the repository at this point in the history
used to be the old fhevm devnet link
  • Loading branch information
kkoshiya authored May 29, 2024
1 parent db6c915 commit f784493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devdocs/FhenixJS/Permits.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contract WrappingERC20 is Permissioned, ERC20 {
}
```

For a full example what this looks like - see [EncryptedERC20.sol](https://github.com/FhenixProtocol/devnet-contracts/blob/main/EncryptedERC20.sol) or our [getting started tutorial](../../tutorial/intro.md) for a full example, including client-side integration.
For a full example what this looks like - see [EncryptedERC20.sol](https://github.com/FhenixProtocol/fherc20-contract/blob/master/contracts/fherc20.sol) or our [getting started tutorial](../../tutorial/intro.md) for a full example, including client-side integration.

#### Advanced Access Control

Expand Down

0 comments on commit f784493

Please sign in to comment.