How to add deterministic wallet to launchTestNode

@anderson heres the public repo with file in question:

All I want to achieve is to:

  • Pass a predefined wallet to the launchTestNode
  • Pass a predefined PORT so that the test node launches with a specific port.

Those two things would allow to reliable have my dapp be able to be locally developed against a localNode using the same wallet and endpoint without having to change those in my fuel wallet every time a dev starts the local node script again…

Does that make sense?