Skip to content

Commit

Permalink
s/msg/psg/g
Browse files Browse the repository at this point in the history
To be in line with yesterday's (?) update to the other thing. Caused an error, now it does not.
  • Loading branch information
lemmon-714 authored Jan 22, 2022
1 parent 5ffdb63 commit e4d4874
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plutus-pab/test-node/testnet/pab-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ walletServerConfig:
baseUrl: http://localhost:8090

nodeServerConfig:
mscSocketPath: testnet/node.sock
mscBaseUrl: "localhost"
mscKeptBlocks: 2160
mscNetworkId: "1097911063" # Testnet network ID (main net = empty string)
mscSlotConfig:
pscSocketPath: testnet/node.sock
pscBaseUrl: "localhost"
pscKeptBlocks: 2160
pscNetworkId: "1097911063" # Testnet network ID (main net = empty string)
pscSlotConfig:
scSlotZeroTime: 1596059091000 # Wednesday, July 29, 2020 21:44:51 - shelley launch time in milliseconds
scSlotLength: 1000 # In milliseconds
mscFeeConfig:
pscFeeConfig:
fcConstantFee:
getLovelace: 10 # Constant fee per transaction in lovelace
fcScriptsFeeFactor: 1.0 # Factor by which to multiply size-dependent scripts fee in lovelace
mscInitialTxWallets: []
mscNodeMode: AlonzoNode
pscInitialTxWallets: []
pscNodeMode: AlonzoNode

chainIndexConfig:
ciBaseUrl: http://localhost:9083
Expand Down

1 comment on commit e4d4874

@lemmon-714
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/'s/msg/psg/g'/'s/msc/psc/g' of course

Please sign in to comment.