Skip to content

Commit

Permalink
chore: update network type constrain (#51)
Browse files Browse the repository at this point in the history
* chore: add vector testnet and cc private network magic env vars

* chore: update network type constrain
  • Loading branch information
avatxus authored Mar 26, 2024
1 parent 64f2ae0 commit 578b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/src/shared/cardano-node-helper.ts
Original file line number Diff line number Diff line change
@@ -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<Network, string> = {
const MAGIC_BY_NETWORK: Record<string, string> = {
preview: '2',
preprod: '1',
testnet: '1097911063',
Expand Down

0 comments on commit 578b239

Please # to comment.