Skip to content

Commit

Permalink
chore: add vector testnet and cc private network magic env vars (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
avatxus authored Mar 26, 2024
1 parent a5e7207 commit 64f2ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/src/shared/cardano-node-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const MAGIC_BY_NETWORK: Record<Network, string> = {
testnet: '1097911063',
mainnet: '764824073',
sanchonet: '4',
'cc-private': '5',
'vector-testnet': '1177'
};

function networkMagic(network: Network): string | undefined {
Expand Down

0 comments on commit 64f2ae0

Please # to comment.