UNPKG

@oasisprotocol/sapphire-paratime

Version:
6 lines 750 B
// SPDX-License-Identifier: Apache-2.0 export const 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)]) export const CALLDATAPUBLICKEY_CALLDATA = '0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000016636f72652e43616c6c446174615075626c69634b6579000000000000000000000000000000000000000000000000000000000000000000000000000000000001f600000000000000000000000000000000000000000000000000000000000000'; //# sourceMappingURL=constants.js.map