UNPKG

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)

14 lines (13 loc) 271 B
export interface Network { networkID: string; isMainnet: boolean; graphql: string; archive: string; } export declare const NETWORKS: { [key: string]: Network; }; export declare const NetworkIds: { MINA_DEVNET: string; MINA_MAINNET: string; };