Agoric / testnet-load-generator

A dapp that generates somewhat realistic loads for testnet
Apache License 2.0
7 stars 7 forks source link

chore: use less deprecated makeVaultInvitation #76

Closed turadg closed 2 years ago

turadg commented 2 years ago

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.

mhofman commented 2 years ago

Closing in favor of https://github.com/Agoric/testnet-load-generator/pull/87