From 89ffefe98f78e4f674667521cc7f0847392b07a5 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Wed, 30 Oct 2024 20:31:54 +0400 Subject: [PATCH] pointers --- .../RainterpreterExpressionDeployerNPE2.pointers.sol | 4 ++-- src/generated/RainterpreterNPE2.pointers.sol | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/generated/RainterpreterExpressionDeployerNPE2.pointers.sol b/src/generated/RainterpreterExpressionDeployerNPE2.pointers.sol index e44ad15fc..5b80e718d 100644 --- a/src/generated/RainterpreterExpressionDeployerNPE2.pointers.sol +++ b/src/generated/RainterpreterExpressionDeployerNPE2.pointers.sol @@ -9,10 +9,10 @@ pragma solidity =0.8.25; /// @dev Hash of the known bytecode. -bytes32 constant BYTECODE_HASH = bytes32(0xa2aa82665525441e4ba146a7c61a296a6e430ff63355414354b1ef53ae3c3e66); +bytes32 constant BYTECODE_HASH = bytes32(0x9a5b6063a430e52d18632f9c77f4a3d2672a23627dd602a46fb318bc5cbe7276); /// @dev The hash of the meta that describes the contract. -bytes32 constant DESCRIBED_BY_META_HASH = bytes32(0x4b1c6aaa80d8074ae6f52febc5fe4131b6e522291a1afe2b79d93c67152815ed); +bytes32 constant DESCRIBED_BY_META_HASH = bytes32(0xa06272c146368c8267529773d74e499d3d70b552938f29071e5cb2faf9e3c419); /// @dev The function pointers for the integrity check fns. bytes constant INTEGRITY_FUNCTION_POINTERS = diff --git a/src/generated/RainterpreterNPE2.pointers.sol b/src/generated/RainterpreterNPE2.pointers.sol index 6621bead9..0126ad374 100644 --- a/src/generated/RainterpreterNPE2.pointers.sol +++ b/src/generated/RainterpreterNPE2.pointers.sol @@ -15,4 +15,5 @@ bytes32 constant BYTECODE_HASH = bytes32(0xb2bb360cac3a5504625d94621550913d5024d /// By setting these as a constant they can be inlined into the interpreter /// and loaded at eval time for very low gas (~100) due to the compiler /// optimising it to a single `codecopy` to build the in memory bytes array. -bytes constant OPCODE_FUNCTION_POINTERS = hex"06b407040746091209f90a0b0a1d0a360a780aca0adb0aec0b8e0bcb0c7a0cfe0d4d0e43"; +bytes constant OPCODE_FUNCTION_POINTERS = + hex"06b407040746091209f90a0b0a1d0a360a780aca0adb0aec0b8e0bcb0c7a0cfe0d4d0e43";