Skip to content

Commit

Permalink
fix: add acl address in createInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu authored Nov 28, 2024
1 parent 11fac0c commit 01da930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/reencryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const USER_ADDRESS = accounts[0];

// Create a fhevmjs instance using the Zama's network and the Zama's Gateway
const instance = await createInstance({
chainId: 8009,
aclAddress: '0x2Fb4341027eb1d2aD8B5D9708187df8633cAFA92',
chainId: 9000,
networkUrl: "https://devnet.zama.ai",
gatewayUrl: "https://gateway.zama.ai",
});
Expand Down

0 comments on commit 01da930

Please sign in to comment.