The last two proposals, upgrade-13 and upgrade-14, weren't using the latest synthetic-chain dep. The latest proposals are often looked to as examples for other proposals. Being on latest also helps eliminate variables in debugging https://github.com/Agoric/agoric-sdk/pull/9204
This updates them and also turns on noEmit in u14's tsconfig to resolve a warning.
The last two proposals,
upgrade-13
andupgrade-14
, weren't using the latest synthetic-chain dep. The latest proposals are often looked to as examples for other proposals. Being on latest also helps eliminate variables in debugging https://github.com/Agoric/agoric-sdk/pull/9204This updates them and also turns on
noEmit
in u14's tsconfig to resolve a warning.