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',