From 578b2390f359ee20cac4322c7a7416f810cad074 Mon Sep 17 00:00:00 2001 From: Alejandro Avagnina Date: Tue, 26 Mar 2024 17:11:51 -0300 Subject: [PATCH] chore: update network type constrain (#51) * chore: add vector testnet and cc private network magic env vars * chore: update network type constrain --- operator/src/shared/cardano-node-helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/src/shared/cardano-node-helper.ts b/operator/src/shared/cardano-node-helper.ts index f880fbc..629efd8 100644 --- a/operator/src/shared/cardano-node-helper.ts +++ b/operator/src/shared/cardano-node-helper.ts @@ -1,7 +1,7 @@ import { DependencyResource, DependencySpec, EnvVar, Network, ServicePlugin, ServicePort } from '@demeter-sdk/framework'; import { V1Container } from '@kubernetes/client-node'; -const MAGIC_BY_NETWORK: Record = { +const MAGIC_BY_NETWORK: Record = { preview: '2', preprod: '1', testnet: '1097911063',