Skip to content

Commit

Permalink
no need for opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Jul 17, 2024
1 parent 0dc50eb commit 3a2f7e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/PingPong.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import { compile } from '@ton/blueprint';

import { PingPong } from '../wrappers/PingPong';

export const Opcodes = {
toggle: 0x7e8764ef,
};

describe('[PingPong]', () => {
let code: Cell;
let blockchain: Blockchain;
Expand Down

0 comments on commit 3a2f7e6

Please sign in to comment.