Skip to content

Commit

Permalink
Fix final example within taco-web package
Browse files Browse the repository at this point in the history
  • Loading branch information
theref committed Sep 2, 2024
1 parent fb0a24f commit 66adc5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/taco/examples/encrypt-decrypt.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
import { ChainId } from '@nucypher/shared';
import {
EIP4361AuthProvider,
USER_ADDRESS_PARAM_DEFAULT,
} from '@nucypher/taco-auth';
import { ethers } from 'ethers';

import {
conditions,
decrypt,
domains,
EIP4361AuthProvider,
encrypt,
initialize,
ThresholdMessageKit,
toBytes,
USER_ADDRESS_PARAM_DEFAULT,
} from '../src';

const ritualId = 1;
Expand Down

0 comments on commit 66adc5e

Please sign in to comment.