@ensdomains/unruggable-gateways
Version:
Trustless Ethereum Multichain CCIP-Read Gateway
19 lines (18 loc) • 702 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TAIKO_ABI = void 0;
const abi_1 = require("ethers/abi");
// https://github.com/taikoxyz/taiko-mono/blob/main/packages/protocol/contracts/L1/TaikoL1.sol
exports.TAIKO_ABI = new abi_1.Interface([
`function getLastSyncedBlock() view returns (uint64 blockId, bytes32 blockHash, bytes32 stateRoot)`, //, uint64 verifiedAt
`function getConfig() view returns (tuple(
uint64 chainId,
uint64 blockMaxProposals,
uint64 blockRingBufferSize,
uint64 maxBlocksToVerify,
uint32 blockMaxGasLimit,
uint96 livenessBond,
uint8 stateRootSyncInternal,
bool checkEOAForCalldataDA
))`,
]);