Skip to content

Commit

Permalink
updated to public repo
Browse files Browse the repository at this point in the history
last one was private
  • Loading branch information
kkoshiya authored May 29, 2024
1 parent f784493 commit dfbddec
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/fherc20-contract/blob/master/contracts/fherc20.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/contracts-playground/blob/main/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 dfbddec

Please sign in to comment.