petcrypt-js-lite
Version:
Universal sdk for PET functionalities
23 lines (22 loc) • 414 B
TypeScript
export declare const ENCRYPT_URL: {
MONAD: {
ENCRYPT: string;
DECRYPT: string;
};
ARBITRUM: {
ENCRYPT: string;
DECRYPT: string;
};
BASE_SEPOLIA: {
ENCRYPT: string;
DECRYPT: string;
};
ARBITRUM_SEPOLIA: {
ENCRYPT: string;
DECRYPT: string;
};
AVALANCHE: {
ENCRYPT: string;
DECRYPT: string;
};
};