l1-lottery-contracts
Version:
This repo contains smart contracts and related scripts for ZkNoid L1 Lottery proposed [here](https://forums.minaprotocol.com/t/zknoid-l1-lottery/6269)
31 lines (30 loc) • 602 B
TypeScript
export const vkJSON: {
"mina:mainnet": {
factoryVK: {
hash: string;
data: string;
};
randomManagerVK: {
hash: string;
data: string;
};
PLotteryVK: {
hash: string;
data: string;
};
};
"mina:testnet": {
factoryVK: {
hash: string;
data: string;
};
randomManagerVK: {
hash: string;
data: string;
};
PLotteryVK: {
hash: string;
data: string;
};
};
};