Skip to content

Commit

Permalink
Cleaned bug poc
Browse files Browse the repository at this point in the history
  • Loading branch information
asimaranov committed Jul 26, 2024
1 parent 329a8b9 commit ee2f24a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions scripts/bug_poc.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
import fs from 'fs/promises';
import {
Cache,
Mina,
NetworkId,
PrivateKey,
PublicKey,
UInt32,
fetchAccount,
} from 'o1js';
import { DistibutionProgram } from '../src/DistributionProof.js';
import { PStateManager } from '../src/StateManager/PStateManager.js';
import { Ticket } from '../src/Ticket.js';
import { BuyTicketEvent, PLottery } from '../src/PLottery.js';
import { PLottery } from '../src/PLottery.js';

const Network = Mina.Network({
mina: 'https://api.minascan.io/node/devnet/v1/graphql',
Expand Down

0 comments on commit ee2f24a

Please sign in to comment.