From 188bd682193b6ed6ba0585ed7ce8ea4a9ed4a67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 9 Sep 2024 17:27:20 +0900 Subject: [PATCH] Use both evm and aptos keys in the multichain bundle --- core/scripts/keystone/templates/oracle.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/keystone/templates/oracle.toml b/core/scripts/keystone/templates/oracle.toml index c45e0fcb608..053baa2223b 100644 --- a/core/scripts/keystone/templates/oracle.toml +++ b/core/scripts/keystone/templates/oracle.toml @@ -24,3 +24,4 @@ telemetryType = "plugin" strategyName = 'multi-chain' [onchainSigningStrategy.config] evm = "{{ ocr_key_bundle_id }}" +aptos = "{{ aptos_key_bundle_id }}"