Skip to content

Commit

Permalink
update testnet protocol magics
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Nov 27, 2022
1 parent 08b62f8 commit db2eb8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_utils.ts
Expand Up @@ -59,7 +59,10 @@ export function describeWithoutValidation(title: string, test: () => void) {

const ProtocolMagics = {
MAINNET: 764824073,
TESTNET: 42,
TESTNET: 42, // never used in an actual testnet, just for our integration tests
TESTNET_LEGACY: 1097911063,
TESTNET_PREPROD: 1,
TESTNET_PREVIEW: 2,
}

const NetworkIds = {
Expand Down

0 comments on commit db2eb8a

Please sign in to comment.