From 18fe4cf81bdc1616bb4a5fa7935667856d363223 Mon Sep 17 00:00:00 2001 From: dwertent Date: Thu, 7 Nov 2024 10:35:33 -0500 Subject: [PATCH] Fixed str Signed-off-by: dwertent --- ...1alpha1_transactioninvoke_zeto_register_anon.yaml | 12 ++++++------ ...ha1_transactioninvoke_zeto_register_anon_enc.yaml | 12 ++++++------ ...ansactioninvoke_zeto_register_anon_nullifier.yaml | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon.yaml b/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon.yaml index a2911d230..eb77c10d5 100644 --- a/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon.yaml +++ b/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon.yaml @@ -23,12 +23,12 @@ spec: { "name": "Zeto_Anon", "implementation": { - "implementation": '{{ index .status.resolvedContractAddresses "zeto-impl-anon" }}', - "depositVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-hashes-value" }}', - "withdrawVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs" }}', - "batchWithdrawVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs-batch" }}', - "verifier": '{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon" }}', - "batchVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-batch" }}' + "implementation": "{{ index .status.resolvedContractAddresses "zeto-impl-anon" }}", + "depositVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-hashes-value" }}", + "withdrawVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs" }}", + "batchWithdrawVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs-batch" }}", + "verifier": "{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon" }}", + "batchVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-batch" }}" } } abiJSON: | diff --git a/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_enc.yaml b/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_enc.yaml index a0b930761..647830644 100644 --- a/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_enc.yaml +++ b/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_enc.yaml @@ -23,12 +23,12 @@ spec: { "name": "Zeto_AnonEnc", "implementation": { - "implementation": '{{ index .status.resolvedContractAddresses "zeto-impl-anon-enc" }}', - "depositVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-hashes-value" }}', - "withdrawVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs" }}', - "batchWithdrawVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs-batch" }}', - "verifier": '{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-enc" }}', - "batchVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-enc-batch" }}' + "implementation": "{{ index .status.resolvedContractAddresses "zeto-impl-anon-enc" }}", + "depositVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-hashes-value" }}", + "withdrawVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs" }}", + "batchWithdrawVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs-batch" }}", + "verifier": "{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-enc" }}", + "batchVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-enc-batch" }}" } } abiJSON: | diff --git a/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_nullifier.yaml b/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_nullifier.yaml index 2397eaefe..f33af4c69 100644 --- a/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_nullifier.yaml +++ b/operator/config/samples/core_v1alpha1_transactioninvoke_zeto_register_anon_nullifier.yaml @@ -23,12 +23,12 @@ spec: { "name": "Zeto_AnonNullifier", "implementation": { - "implementation": '{{ index .status.resolvedContractAddresses "zeto-impl-anon-nullifier" }}', - "depositVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-hashes-value" }}', - "withdrawVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs" }}', - "batchWithdrawVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs-batch" }}', - "verifier": '{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-nullifier" }}', - "batchVerifier": '{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-nullifier-batch" }}' + "implementation": "{{ index .status.resolvedContractAddresses "zeto-impl-anon-nullifier" }}", + "depositVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-hashes-value" }}", + "withdrawVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs" }}", + "batchWithdrawVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-check-inputs-outputs-batch" }}", + "verifier": "{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-nullifier" }}", + "batchVerifier": "{{ index .status.resolvedContractAddresses "zeto-g16-verifier-anon-nullifier-batch" }}" } } abiJSON: |