Closed turadg closed 2 years ago
Stop using deprecated makeLoanInvitation so I can remove it.
makeLoanInvitation
https://github.com/Agoric/agoric-sdk/blob/1c354ca7e12343f61f4a0cbd93cfd9b4636c23a1/packages/run-protocol/src/vaultFactory/vaultFactory.js#L257-L260
makeVaultInvitation is also deprecated but is easier to keep around so this adopts it.
makeVaultInvitation
Closing in favor of https://github.com/Agoric/testnet-load-generator/pull/87
Stop using deprecated
makeLoanInvitation
so I can remove it.https://github.com/Agoric/agoric-sdk/blob/1c354ca7e12343f61f4a0cbd93cfd9b4636c23a1/packages/run-protocol/src/vaultFactory/vaultFactory.js#L257-L260
makeVaultInvitation
is also deprecated but is easier to keep around so this adopts it.