Testnet
Testnet domains
import { domains } from '@nucypher/taco';
domains.DEVNET // "lynx" networkQuick reference
import { domains } from '@nucypher/taco';
import { ethers } from 'ethers';
const domain = domains.DEVNET;
const ritualId = 27; // Open ritual, no encryptor allowlist needed
// Provider must connect to Polygon Amoy (where DKG contracts live)
const provider = new ethers.providers.JsonRpcProvider(
'https://polygon-amoy.drpc.org'
);Testnet configuration
Threshold Decryption
Domain
Network
L1
L2
Open Ritual ID
Cohort
27
Threshold Signing
Domain
Network
L1
Open Cohort ID
Cohort
Supported Chains
1
Contracts
Last updated