You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./src/hdp.cairo:104:5: Error at pc=0:14709:Got an exception while executing a hint.Cairo traceback (most recent call last):./src/hdp.cairo:52:5: (pc=0:14666)Traceback (most recent call last): File "./src/hdp.cairo", line 142, in <module> File "/Users/piapark/.pyenv/versions/3.10.0/lib/python3.10/site-packages/starkware/cairo/lang/vm/vm_consts.py", line 68, in __setattr__ self.get_or_set_value(name, value) File "/Users/piapark/.pyenv/versions/3.10.0/lib/python3.10/site-packages/starkware/cairo/lang/vm/vm_consts.py", line 155, in get_or_set_value return getattr(self, handler_name)(name, value, scope, set_value) File "/Users/piapark/.pyenv/versions/3.10.0/lib/python3.10/site-packages/starkware/cairo/lang/vm/vm_consts.py", line 256, in handle_ReferenceDefinition self._context.memory[addr] = set_value File "/Users/piapark/.pyenv/versions/3.10.0/lib/python3.10/site-packages/starkware/cairo/lang/vm/validated_memory_dict.py", line 32, in __setitem__ self.__memory[addr] = value File "/Users/piapark/.pyenv/versions/3.10.0/lib/python3.10/site-packages/starkware/cairo/lang/vm/memory_dict.py", line 206, in __setitem__ self.verify_same_value(addr, current, value) File "/Users/piapark/.pyenv/versions/3.10.0/lib/python3.10/site-packages/starkware/cairo/lang/vm/memory_dict.py", line 214, in verify_same_value raise InconsistentMemoryError(addr, current, value)starkware.cairo.lang.vm.memory_dict.InconsistentMemoryError: Inconsistent memory assignment at address 1:37. 1 != 11155111.Error: Error while running the cairo program(base)
./src/hdp.cairo:104:5: Error at pc=0:14709:Got an exception while executing a hint.Cairo traceback (most recent call last):./src/hdp.cairo:52:5: (pc=0:14666)Traceback (most recent call last): File "./src/hdp.cairo", line 137, in <module> File "./src/hdp.cairo", line 127, in write_mmr_metasAssertionError: Chain ID mismatch!Error: Error while running the cairo program(base)
The text was updated successfully, but these errors were encountered:
Currently cairo only designed to support 11155111. We want to support multi chains at once.
Below fixtures are tested against HerodotusDev/hdp#134
non ETHEREUM_SEPOLIA
Example request:
Error :
mix with 11155111 with non
Example request:
Error:
The text was updated successfully, but these errors were encountered: