From bbfec47cbb4c61ee6c8b459bf3f71391464a7091 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sun, 28 Apr 2024 12:54:45 +0900 Subject: [PATCH] Add default Paima execution plan --- indexer/execution_plans/paima.toml | 72 ++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 indexer/execution_plans/paima.toml diff --git a/indexer/execution_plans/paima.toml b/indexer/execution_plans/paima.toml new file mode 100644 index 00000000..b0633625 --- /dev/null +++ b/indexer/execution_plans/paima.toml @@ -0,0 +1,72 @@ +# This file defines which tasks are used when parsing blocks +# Creating your own execution plan with the tasks you need for your application +# Format follows the TOML format: https://toml.io/en/ + +# Note: the order you specify tasks in this file matters +# ex: if task Foo depends on task Bar, place Bar first in the list + +# You can find task the task name by looking at the TASK_NAME field inside the task +# Some tasks may allow extra parameters that you can specify in this file + +[GenesisBlockTask] +include_payload = false + +[GenesisTransactionTask] +include_payload = true + +[ByronBlockTask] +readonly = false +include_payload = false + +[ByronTransactionTask] +readonly = false +include_payload = true + +[ByronAddressTask] + +[ByronOutputTask] + +[ByronInputTask] + +[MultieraBlockTask] +readonly = false +include_payload = false + +[MultieraTransactionTask] +readonly = false +include_payload = true + +[MultieraMetadataTask] +readonly = false + +[MultieraAddressTask] + +[MultieraOutputTask] +readonly = false + +[MultieraReferenceInputTask] +readonly = false + +[MultieraUsedInputTask] +readonly = false + +[MultieraUnusedInputTask] + +[MultieraStakeCredentialTask] + +[MultieraAddressCredentialRelationTask] +readonly = false + +[MultieraTxCredentialRelationTask] + +[MultieraAssetMintTask] +readonly = false + +[MultieraCip25EntryTask] + +[MultieraAddressDelegationTask] + +[MultieraAssetUtxos] + +[MultiEraProjectedNftTask] +address = "703ec99926211daafe291951b778d4da7736a8b0da2aeb92305b511a72" # preprod address