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 ee2f24a commit 29f1149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bug_poc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ const Network = Mina.Network({
mina: 'https://api.minascan.io/node/devnet/v1/graphql',
archive: 'https://api.minascan.io/archive/devnet/v1/graphql',
});
// const Network = Mina.Network(config.url);

Mina.setActiveInstance(Network);

let lottery = new PLottery(
PublicKey.fromBase58(
'B62qk3U9ZUZ2a21T4thqhUgBvXM3xMyA1HtQBQ79unUHrytEVpNhtqm'
Expand Down

0 comments on commit 29f1149

Please sign in to comment.