UNPKG

@oasisprotocol/sapphire-paratime

Version:
9 lines 885 B
"use strict"; // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.CALLDATAPUBLICKEY_CALLDATA = exports.SUBCALL_ADDR = void 0; exports.SUBCALL_ADDR = '0x0100000000000000000000000000000000000103'; // NOTE: we hard-code the eth_call data, as it never changes // It's equivalent to: abi_encode(['string', 'bytes'], ['core.CallDataPublicKey', cborEncode(null)]) exports.CALLDATAPUBLICKEY_CALLDATA = '0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000016636f72652e43616c6c446174615075626c69634b6579000000000000000000000000000000000000000000000000000000000000000000000000000000000001f600000000000000000000000000000000000000000000000000000000000000'; //# sourceMappingURL=constants.js.map