File tree Expand file tree Collapse file tree
yarn-project/simulator/src/public/avm/opcodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Point } from '@aztec/foundation/curves/grumpkin';
55import { beforeEach } from '@jest/globals' ;
66
77import type { AvmContext } from '../avm_context.js' ;
8- import { Field , Uint1 , Uint32 } from '../avm_memory_types.js' ;
8+ import { Field , Uint32 } from '../avm_memory_types.js' ;
99import { EcAddPointNotOnCurveError } from '../errors.js' ;
1010import { initContext } from '../fixtures/initializers.js' ;
1111import { EcAdd } from './ec_add.js' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Grumpkin } from '@aztec/foundation/crypto/grumpkin';
22import { Point } from '@aztec/foundation/curves/grumpkin' ;
33
44import type { AvmContext } from '../avm_context.js' ;
5- import { Field , TypeTag , Uint1 } from '../avm_memory_types.js' ;
5+ import { Field , TypeTag } from '../avm_memory_types.js' ;
66import { EcAddPointNotOnCurveError } from '../errors.js' ;
77import { Opcode , OperandType } from '../serialization/instruction_serialization.js' ;
88import { Addressing } from './addressing_mode.js' ;
You can’t perform that action at this time.
0 commit comments